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 190123

Summary: Adding TreeMaker.QualIdent(String) and TreeMaker.Type(String)
Product: java Reporter: Jan Lahoda <jlahoda>
Component: SourceAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal CC: jglick, jlahoda
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed API change.

Description Jan Lahoda 2010-09-03 07:55:31 UTC
Created attachment 101845 [details]
Proposed API change.

I would like to add TreeMaker.QualIdent(String) and TreeMaker.Type(String). The client should be able to specify elements or types (for QualIdent and Type respectivally) in String format. This should simplify import handling in refactoring.
Comment 1 Jan Lahoda 2010-09-03 07:59:10 UTC
Please review, thanks.
Comment 2 Quality Engineering 2010-09-17 03:23:30 UTC
Integrated into 'main-golden', will be available in build *201009170000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/abab9f975d47
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #190123: Adding TreeMaker.QualIdent(String) and TreeMaker.Type(String)