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 - org.netbeans.modules.mobility.licensing.AcceptLicense leaks JDialog
Summary: org.netbeans.modules.mobility.licensing.AcceptLicense leaks JDialog
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords: PERFORMANCE, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-09-10 17:27 UTC by _ tboudreau
Modified: 2008-09-11 17:47 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 _ 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