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 - System option template uses the Boolean constructor
Summary: System option template uses the Boolean constructor
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://www.netbeans.org/servlets/Brow...
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-26 23:14 UTC by Rochelle Raccah
Modified: 2003-07-16 00:25 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 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.