This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243358 - JaCoCo Code Coverage report navigation issue
Summary: JaCoCo Code Coverage report navigation issue
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 5 votes (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 14:41 UTC by desmond_kirrane
Modified: 2014-05-22 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description desmond_kirrane 2014-03-28 14:41:30 UTC
In NetBeans 8 I cannot double-click the file name in the Code Coverage report to navigate to the Java class. In previous version it would open the Java file in the editor.
Comment 1 desmond_kirrane 2014-03-28 14:52:10 UTC
To reproduce:

1. Clone this repo https://DessieK@bitbucket.org/DessieK/jacoco.git
2. mvn clean install parent pom
3. In project view right-click child1 (Code Coverage > Show report...)
4. Try double-click on the Filename AppChild1
Result: AppChild1 Java class fails to open.
Comment 2 mike1024 2014-04-23 17:30:26 UTC
Confirmed on Linux:

Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Linux version 3.11.0-19-generic running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = OpenJDK 64-Bit Server VM 24.45-b08

Also, I can't resize the columns in the same window - this has been reported elsewhere, as bug 240210