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 200237

Summary: API review: Added SourceUtils.getJVMSignature method
Product: java Reporter: Tomas Zezula <tzezula>
Component: SourceAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Diff file

Description Tomas Zezula 2011-07-19 14:10:29 UTC
Added a method SourceUtils.getJVMSignature to obtain the JVM signature for an ElementHandle.
The JVM signature is needed by whitelist support to build a decision tree for finding if type (method) is enabled and by remote support.
Comment 1 Tomas Zezula 2011-07-19 14:33:27 UTC
Created attachment 109514 [details]
Diff file
Comment 2 Jan Lahoda 2011-08-01 11:49:37 UTC
Seems fine to me, thanks!
Comment 3 Tomas Zezula 2011-08-01 14:02:11 UTC
Fixed jet-main de5ed6d85db1
Comment 4 Quality Engineering 2011-08-04 13:48:39 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/de5ed6d85db1
User: Tomas Zezula <tzezula@netbeans.org>
Log: #200237:API review: Added SourceUtils.getJVMSignature method