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

Summary: JaCoCo Code Coverage report navigation issue
Product: contrib Reporter: desmond_kirrane <desmond_kirrane>
Component: CodecoverageAssignee: Martin Schovanek <mschovanek>
Status: NEW ---    
Severity: normal CC: mike1024
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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