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 163406 - [67cat] Breakpoints interfere with CC result highlighting
Summary: [67cat] Breakpoints interfere with CC result highlighting
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Mikhail Kondratyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 15:23 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 15:23:29 UTC
Reproducible case

1) Create simple test case (see code coverage wiki page http://wiki.netbeans.org/NB67BetaCodeCoverage )
2) Add a break point to line 27 of [1]
3) Run the "test project"
4) Code coverage should be updated.
5) Remove breakpoint from line 27 [1]

Expected result - Green highlighting 
Actual result - No highlighting 

This will probably cause major problems to fix :(

[1] http://www.theeshadow.com/files/cc/JunitDebugTest.java
Comment 1 theshadow27 2013-04-16 00:38:19 UTC
The 6.7 beta code coverage plugin is no longer being maintained