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 163402

Summary: [67cat] Code coverage not updated when a single test is run
Product: contrib Reporter: theshadow27 <theshadow27>
Component: CodecoverageAssignee: Mikhail Kondratyev <mikk>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description theshadow27 2009-04-22 14:56:48 UTC
Requirement as per the description of the plugin (from plugin manager)

"The code coverage plugin will update the code coverage data and refresh editors markup every time a unit test is executed for the project."

Fails. Coverage is updated when the entire project is run, however the module is NOT activated when testing an individual file:
* right click java class in navigation -> test file
* meta + f6 

however, works when
* right click on project -> test 
* ctrl + f6

This requires the entire test suite to run every time one file is updated.
Comment 1 theshadow27 2013-04-16 00:38:50 UTC
The 6.7 beta code coverage plugin is no longer being maintained