Skip navigation
Currently Being Moderated

Anyone else get tons of false positives from the cut and paste detector

Jan 6, 2012 1:01 AM

I get a load of matches from CPD along the lines of

 

for (var i:int=0;i<something.length;i+=)

{

     var thing:Thing=some.access.method();

 

but of course the main body of the for loop is different in each case, this is just a common way to write for loops !

 

Is there a setting I might have wrong ?

 

Tom

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points