Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.8
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
The JCoverage plugin produces results for inner/anonymous classes. I.e. I have got a class called ClassOne, which has an anonymouls inner class. The two classes are displayed in the coverage report as ClassOnewith 44% and ClassOne$1 with 0% tested, which is correct. However, the underlining reference to the html-file is in both cases the same. This is not consequent.
The summary pages contain separate references to inner and outer classes. If this should really be so, there should be two html-files to display the two scopes correctly. I personly think that it would be more convenient to have one file (as it is) and consequently there should only be one link in the summary (to the file, not the class(es)).
Duplicate of
MPJCOVERAGE-18