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 168912

Summary: Editor: selecting exceptions should highlight methods
Product: java Reporter: puce <puce>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description puce 2009-07-21 17:12:37 UTC
When selecting an exception in the editor (catch-clause, throws-clause), the methods, which declare to throw that
exception or one of its subclasses, should be highlighted. (See Eclipse)
Comment 1 puce 2010-07-02 10:02:53 UTC
It seems to work now (6.8, 6.9) for throws-clauses, but not yet for catch-clauses.
Comment 2 Dusan Balek 2010-07-12 18:58:47 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/db914e320247
Comment 3 Quality Engineering 2010-07-14 02:45:31 UTC
Integrated into 'main-golden', will be available in build *201007140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/db914e320247
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #168912: selecting exceptions in catches should highlight methods - fixed.