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 32378

Summary: System option template uses the Boolean constructor
Product: apisupport Reporter: Rochelle Raccah <raccah>
Component: TemplatesAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/servlets/BrowseList?listName=nbdev&by=thread&from=14223
Issue Type: DEFECT Exception Reporter:

Description Rochelle Raccah 2003-03-26 23:14:34 UTC
See the thread mentioned in the url -- the
conclusion is that new Boolean should not be
used.  The system option template generated code
uses this pattern and should be corrected.
Comment 1 Jesse Glick 2003-03-26 23:56:51 UTC
Fixed, thanks.
Comment 2 Jesse Glick 2003-04-20 17:55:29 UTC
Checking in
apisupport/src/org/netbeans/modules/apisupport/resources/templates/Options_API/__Sample__Settings_java;
/cvs/apisupport/src/org/netbeans/modules/apisupport/resources/templates/Options_API/__Sample__Settings_java,v
 <--  __Sample__Settings_java
new revision: 1.5.18.1; previous revision: 1.5
done
Comment 3 Rochelle Raccah 2003-07-16 00:25:33 UTC
Thanks.