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.
Summary: | API to retrieve a specific action by ID | ||
---|---|---|---|
Product: | platform | Reporter: | Jesse Glick <jglick> |
Component: | Actions | Assignee: | Jesse Glick <jglick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | apireviews |
Priority: | P3 | Keywords: | API, API_REVIEW_FAST |
Version: | 7.0 | ||
Hardware: | All | ||
OS: | All | ||
Issue Type: | ENHANCEMENT | Exception Reporter: | |
Bug Depends on: | 169338, 207003 | ||
Bug Blocks: | 183794 | ||
Attachments: | Proposed patch |
Description
Jesse Glick
2011-12-01 17:58:44 UTC
Created attachment 114514 [details]
Proposed patch
Please review. Employed the new method in a bunch more places. Also changed it to throw IAE when the corresponding @ActionID would have been rejected during compilation, to defend against likely mistakes such as using '-' as a package separator. core-main #f5e9614e5a7d Integrated into 'main-golden' Changeset: http://hg.netbeans.org/main-golden/rev/f5e9614e5a7d User: Jesse Glick <jglick@netbeans.org> Log: #205798: API to retrieve a specific action by ID. |