More false negatives
•
Some languages allow identifiers to be split
across line boundaries
–
Cobol, Fortran, PL/I, etc.
–
This leads to potential false negatives
•
Preprocessing can hurt, too
–
#define deflection angle
...
deflection = sin(theta);