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

Summary: API review: GeneratorUtilities
Product: java Reporter: Jan Lahoda <jlahoda>
Component: SourceAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: blocker CC: abadea, rnajman
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Proposed change.

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