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 196528

Summary: [70cat] Mark Ocurrences works only one-way for labels
Product: java Reporter: matthies <matthies>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description matthies 2011-03-10 04:27:34 UTC
Mark Ocurrences on labels only works from break/continue to the label declaration, but not the other way round, and also not from one break/continue occurrence to others.
Comment 1 Dusan Balek 2011-03-14 14:51:27 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/1bbec9858c7a
Comment 2 Quality Engineering 2011-03-15 09:46:50 UTC
Integrated into 'main-golden', will be available in build *201103150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1bbec9858c7a
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #196528: Mark Ocurrences works only one-way for labels - fixed.