Format of jcov data file is changed in jdk1.2beta2
and includes additionally method names and signatures.
It allows to generate code coverage reports for methods.
However method access modifiers are not provided in jcov
data file and as result there are no easy way to
generate for example code coverage report for public methods
only.
and includes additionally method names and signatures.
It allows to generate code coverage reports for methods.
However method access modifiers are not provided in jcov
data file and as result there are no easy way to
generate for example code coverage report for public methods
only.