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 106678 - API review: GeneratorUtilities
Summary: API review: GeneratorUtilities
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: apireviews
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-14 15:44 UTC by Jan Lahoda
Modified: 2007-06-15 11:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed change. (65.62 KB, patch)
2007-06-14 15:45 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 2007-06-14 15:44:04 UTC
I am proposing a new class, GeneratorUtilities. See attached diff. apichanges.xml and @since tags will be added before
commit.
Comment 1 Jan Lahoda 2007-06-14 15:45:32 UTC
Created attachment 43711 [details]
Proposed change.
Comment 2 Vitezslav Stejskal 2007-06-14 23:08:41 UTC
The class should probably be final.
Comment 3 Tomas Zezula 2007-06-15 08:27:29 UTC
The same as Vita (final) otherwise OK.
Comment 4 Jan Lahoda 2007-06-15 11:22:54 UTC
Done.

Checking in src/org/netbeans/api/java/source/ElementUtilities.java;
/cvs/java/source/src/org/netbeans/api/java/source/ElementUtilities.java,v  <--  ElementUtilities.java
new revision: 1.15; previous revision: 1.14
done
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.3; previous revision: 1.2
done
Checking in nbproject/project.properties;
/cvs/java/source/nbproject/project.properties,v  <--  project.properties
new revision: 1.27; previous revision: 1.26
done
Checking in apichanges.xml;
/cvs/java/source/apichanges.xml,v  <--  apichanges.xml
new revision: 1.15; previous revision: 1.14
done
Checking in test/unit/src/org/netbeans/api/java/source/GeneratorUtilitiesTest.java;
/cvs/java/source/test/unit/src/org/netbeans/api/java/source/GeneratorUtilitiesTest.java,v  <--  GeneratorUtilitiesTest.java
new revision: 1.2; previous revision: 1.1
done