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 234645 - Add a utility method creating Scopes capable to access all private methods and fields when parsing and evaluating expressions.
Summary: Add a utility method creating Scopes capable to access all private methods an...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 234037
  Show dependency tree
 
Reported: 2013-08-20 13:04 UTC by Dusan Balek
Modified: 2013-08-30 15:57 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed change (7.19 KB, patch)
2013-08-20 13:13 UTC, Dusan Balek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dusan Balek 2013-08-20 13:04:35 UTC
Add a utility method creating Scopes capable to access all private methods and fields when parsing and evaluating expressions. When using such Scope, the accessibility checks would not be enforced during a tree attribution.
Comment 1 Dusan Balek 2013-08-20 13:13:18 UTC
Created attachment 138914 [details]
Proposed change
Comment 2 Dusan Balek 2013-08-20 13:15:37 UTC
Please review the attached patch.
Comment 3 Dusan Balek 2013-08-27 09:19:58 UTC
Integrated into jet-main.

http://hg.netbeans.org/jet-main/rev/939448e5433c
Comment 4 Martin Entlicher 2013-08-30 15:57:13 UTC
Thanks, verified.