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 14134 - JarOption.<init> eagerly asks for JarPackagersOption
Summary: JarOption.<init> eagerly asks for JarPackagersOption
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-08-02 11:27 UTC by anovak
Modified: 2003-07-01 10:01 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 anovak 2001-08-02 11:27:08 UTC
JarOption.<init> invokes JarPackagerOption.singleton(), which may not be created
at this time, so it *must* be created.
Comment 1 Mike Schilling 2001-08-09 19:53:19 UTC
Where's a better place to do this?  JarOption will always have JarPackagerOption as a 
child, becase any other modules which add Jar options (e.g. transparent persistence) 
depend upon Jarpackager.
Comment 2 Petr Nejedly 2001-09-21 09:33:47 UTC
IMO it is OK to let it as it is. The code is not executed
unless you start working with the JarPackager.
Mike, will you close it as WONTFIX ?
Comment 3 Mike Schilling 2001-09-21 17:15:10 UTC
Since this seems not to be a performance issue.
Comment 4 Quality Engineering 2003-07-01 09:57:58 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-07-01 10:00:32 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.
Comment 6 Quality Engineering 2003-07-01 10:01:44 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.