Anonymous - 2009-12-22

The only classes I've seen where this happens is for enums. Apparently with enums the Java compiler generates some code and marks it as "line 1", which emma can't distinguish between generated code and code you wrote.

Another bug suggests it has to do with a class that has no default constructor so that the compiler creates one for you. All Java compiler code should be ignored.