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 270876 - List corresponding throw and catch locations etc.
Summary: List corresponding throw and catch locations etc.
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-14 11:05 UTC by rafschietekat
Modified: 2017-06-14 18:13 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 rafschietekat 2017-06-14 11:05:45 UTC
Proposed new functionality:
Select a specific throw or catch location, and let NetBeans list all possible corresponding catch or throw locations, respectively.
Let NetBeans list all throw or catch locations that are never caught or never triggered, respectively.
Let NetBeans list all catch locations that are not by reference-to-const (for struct/class types), or that are for non-struct/class types, etc.

Motivation:
Can I remove this handler? What happens if I fix the type (don't ask...)?

Non-goal (workaround: use the above and one's own brain):
Let NetBeans list all catch-by-value locations, differentiated by whether the originally thrown object might be sliced, and then by whether something would change if the type is changed to reference-to-const.