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 - Editor: selecting exceptions should highlight methods
Summary: Editor: selecting exceptions should highlight methods
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 17:12 UTC by puce
Modified: 2010-07-14 02:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.