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 - [67cat] Code coverage not updated when a single test is run
Summary: [67cat] Code coverage not updated when a single test is run
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 3 votes (vote)
Assignee: Mikhail Kondratyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 14:56 UTC by theshadow27
Modified: 2013-04-16 00:38 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 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