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 210487 - No Code coverage option on linux
Summary: No Code coverage option on linux
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 7.1.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Schovanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 14:20 UTC by kysofer
Modified: 2015-02-06 21:42 UTC (History)
0 users

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 kysofer 2012-04-01 14:20:05 UTC
1) Install Cobertura module test coverage
2) Open a maven 3 projet with unit tests
3) Make a right-click on a project module
4) There is no "Code Coverage" option into the contextual menu.

==> So impossible to check code coverage.

Product Version = NetBeans IDE 7.1.1 (Build 201203012225)
Operating System = Linux version 2.6.32-40-generic-pae running on i386
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) Server VM 22.1-b02
Comment 1 kysofer 2012-04-01 14:20:29 UTC
1) Install Cobertura module test coverage
2) Open a maven 3 projet with unit tests
3) Make a right-click on a project module
4) There is no "Code Coverage" option into the contextual menu.

==> So impossible to check code coverage.
Comment 2 BartVaes 2015-02-06 21:42:12 UTC
I can confirm this bug is still present in latest NB (8.0.2) on Linux.
I don't get it on my Windows 7 machine though.

OS : Opensuse 13.2
JDK : 1.8
NB : 8.0.2

Manually adding plugin in pom.xml adds the menu entry but it fails to generate a report.