Name: kbR10066 Date: 11/28/2002
Suppose a class is compiled without any Jcov-specific switches (-prof=jcov, -Xjcov), then
instrumented (either statically or dynamically) and run. Coverage data file is then generated (say, java.jcov).
After that if we try to generate a report in html format (with marked-up sources), report generator
will output an error message without generating marked-up sources. For example:
> javac Hello.java
> setenv CLASSPATH /tmp/jcov.jar:.
> java com.sun.tdk.jcov.collect.RunMain Hello
Hello, world!
> ls java.jcov
java.jcov
> java com.sun.tdk.jcov.RepGenMain -fmt=html java.jcov
*** Warning : source file is inconsistent : Hello.java
======================================================================