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 109532 - Provide method for making a Tree
Summary: Provide method for making a Tree
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2007-07-12 17:00 UTC by Tomasz Slota
Modified: 2007-07-24 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Slota 2007-07-12 17:00:03 UTC
Please provide a method to change all identifiers within given tree to unqualified (when possible).

Feel free to adjust the issue type and priority, I consider it a defect cos without such a functionality the current APIs are in many cases impractical to use.
Comment 1 Pavel Flaska 2007-07-24 11:19:03 UTC
Added to GeneratorUtilities.

Checking in src/org/netbeans/api/java/source/GeneratorUtilities.java;
/cvs/java/source/src/org/netbeans/api/java/source/GeneratorUtilities.java,v  <--  GeneratorUtilities.java
new revision: 1.5; previous revision: 1.4
done
Checking in test/unit/src/org/netbeans/api/java/source/gen/MethodBodyTextTest.java;
/cvs/java/source/test/unit/src/org/netbeans/api/java/source/gen/MethodBodyTextTest.java,v  <--  MethodBodyTextTest.java
new revision: 1.14; previous revision: 1.13
done