Spotted that some methods of class java.awt.print.Book that are called by the tests with help of reflection
method = Book.class.getMethod("getPageFormat", new Class[]{int.class});
lost JCov coverage.
A sample HTML report screenshot attached.
Also attached screenshots showing the general change of state for the class java.awt.print.Book
method = Book.class.getMethod("getPageFormat", new Class[]{int.class});
lost JCov coverage.
A sample HTML report screenshot attached.
Also attached screenshots showing the general change of state for the class java.awt.print.Book
- clones
-
CODETOOLS-7902775 jcov seems to become confused by enum classes
-
- Resolved
-
- relates to
-
CODETOOLS-7902724 jcov ignores covariant method overriding while gathering a methods coverages
-
- Resolved
-