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 37436

Summary: [GTK L&F] NPE launching Import Mgmt Tool
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: VERIFIED WONTFIX    
Severity: blocker Keywords: L&F
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ tboudreau 2003-11-23 13:55:33 UTC
Run under GTK L&F (using WinXP here), and go to
Tools | Import Management Tool.

Dafe, assigning to you initially, as the exception
occurs in your code, and I don't know what it
does.  It looks, though, like someone is trying to
show a null component.  Possibly someone else is
swallowing an exception?  (most likely some
UIDefaults related thing?)

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
        at
org.openide.util.AsyncInitSupport.<init>(AsyncInitSupport.java:56)
        at
org.openide.util.Utilities.attachInitJob(Utilities.java:2391)
        at
org.netbeans.modules.java.imptool.ImpToolExecutor.execute(ImpToolExecutor.j
ava:80)
        at
org.netbeans.modules.java.imptool.ImpToolAction.performAction(ImpToolAction
.java:41)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:193)
        at
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.ja
va:78)
        at
org.openide.util.actions.CallableSystemAction$2.run(CallableSystemAction.ja
va:121)
        at org.openide.util.Task.run(Task.java:136)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
Comment 1 David Simonek 2004-01-09 13:46:51 UTC
Planned to be fixed for 3.6.
Comment 2 _ ttran 2004-04-21 23:10:29 UTC
BTW Import Mgmt Tool probably will go away in PromoD
Comment 3 David Simonek 2004-07-30 10:27:32 UTC
Import mgr is away, so this bug is obsolete. Closing as wontfix.
Comment 4 Marian Mirilovic 2005-07-12 10:02:25 UTC
closed