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 146811

Summary: org.netbeans.modules.mobility.licensing.AcceptLicense leaks JDialog
Product: javame Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: Andrew Korostelev <akorostelev>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE, SIMPLEFIX
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2008-09-10 17:27:41 UTC
Reading the source for this class, if the user is asked to accept the license, the JDialog that is created will be held in a static field for the life of the VM.
Comment 1 Andrew Korostelev 2008-09-11 11:00:01 UTC
As a result of research made by Petr Suchomel 
"org.netbeans.modules.mobility.licensing.AcceptLicense" is removed from manifest.mf

later, after 6.5 will be cloned, the whole module will be removed.
this module was useful when mobility was suggested to the user as separate cluster zip.
Now it is not used any more.

http://hg.netbeans.org/main/rev/443cdd274cfb
Comment 2 Quality Engineering 2008-09-11 17:47:01 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/443cdd274cfb
User: akorostelev@netbeans.org
Log: #146811. "org.netbeans.modules.mobility.licensing.AcceptLicense" is removed from manifest.mf