Why does the annotated source for my Java code look wrong?

In most cases this is a result of the way the Java compiler generates the debugging information. To verify this, run your code under the debugger and step through the lines that seem wrong. If the debugger misses them, so does Quantify. Quantify only knows about the line number information used by the debugger.

(C) Copyright IBM Corporation 1993, 2009.