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 - Adding TreeMaker.QualIdent(String) and TreeMaker.Type(String)
Summary: Adding TreeMaker.QualIdent(String) and TreeMaker.Type(String)
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2010-09-03 07:55 UTC by Jan Lahoda
Modified: 2011-11-28 18:20 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Proposed API change. (4.40 KB, patch)
2010-09-03 07:55 UTC, Jan Lahoda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)