RFR 7902161 : Discover simple getters, setters, throwers and delegators.

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu May 10 16:28:59 UTC 2018



On 5/10/18 9:21 AM, Alexandre (Shura) Iline wrote:
> Myself I can only calculate the module name for jrtfs, as there I know the path structure:/modules/<module name>/<class file>. Still not too pretty but OK. I do not know presently how to do that for jar or exploded class hierarchy.
If a jar is a module, then the module name may come from
     a module declarion (module-info.class)
     an Automatic-Module-Name attribute in MANIFEST.MF
     an automatic module name derived from the name of the jar file

An exploded class hierarchy is just 
<module-name>/<package-name>/<class-name>

-- Jon


More information about the jcov-dev mailing list