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

Summary: [67cat] Breakpoints interfere with CC result highlighting
Product: contrib Reporter: theshadow27 <theshadow27>
Component: CodecoverageAssignee: Mikhail Kondratyev <mikk>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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