Initially spotted that enum's static method java.awt.desktop.QuitStrategy.values() lost coverage.
Though the tests that explicitly call QuitStrategy::valueOf, QuitStrategy::values using method refs are present just as before.
After inspecting JCov HTML report closer - it seems that the sample enum QuitStrategy has no methods to cover
Though the tests that explicitly call QuitStrategy::valueOf, QuitStrategy::values using method refs are present just as before.
After inspecting JCov HTML report closer - it seems that the sample enum QuitStrategy has no methods to cover
- clones
-
CODETOOLS-7902774 jcov seems to become ignoring static methods in interfaces
-
- Resolved
-
- is cloned by
-
CODETOOLS-7902776 jcov seems to start ignoring methods called via reflection
-
- Resolved
-