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 158422 - NullPointerException at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.getAllForEnable
Summary: NullPointerException at org.netbeans.modules.ide.ergonomics.fod.FindComponent...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://statistics.netbeans.org/except...
Keywords:
: 159956 160038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-11 21:04 UTC by _ tboudreau
Modified: 2009-06-21 13:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145402


Attachments
stacktrace (664 bytes, text/plain)
2009-02-11 21:04 UTC, _ tboudreau
Details
stacktrace (664 bytes, text/plain)
2009-02-25 04:47 UTC, klauern
Details
stacktrace (664 bytes, text/plain)
2009-02-25 04:48 UTC, klauern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2009-02-11 21:04:00 UTC
Build: NetBeans IDE Dev (Build 090205)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
tboudreau: Had just closed the Plugins dialog, desparately attempting to turn off ergonomics or find some way to enable the module that I am developing, which ergonomics is apparently hiding.

tboudreau: Had just closed the Plugins dialog, desparately attempting to turn off ergonomics or find some way to enable the module that I am developing, which ergonomics is apparently hiding.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.getAllForEnable(FindComponentModules.java:250)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.findComponentModules(FindComponentModules.java:194)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.access$100(FindComponentModules.java:68)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules$1.run(FindComponentModules.java:180)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 _ tboudreau 2009-02-11 21:04:15 UTC
Created attachment 76882 [details]
stacktrace
Comment 2 klauern 2009-02-25 04:47:17 UTC
Build: NetBeans IDE Dev (Build 200902241401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.getAllForEnable(FindComponentModules.java:250)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.findComponentModules(FindComponentModules.java:194)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.access$100(FindComponentModules.java:68)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules$1.run(FindComponentModules.java:180)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 3 klauern 2009-02-25 04:47:22 UTC
Created attachment 77334 [details]
stacktrace
Comment 4 klauern 2009-02-25 04:48:18 UTC
Build: NetBeans IDE Dev (Build 200902241401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.getAllForEnable(FindComponentModules.java:250)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.findComponentModules(FindComponentModules.java:194)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.access$100(FindComponentModules.java:68)
        at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules$1.run(FindComponentModules.java:180)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 5 klauern 2009-02-25 04:48:21 UTC
Created attachment 77335 [details]
stacktrace
Comment 6 Jaroslav Tulach 2009-03-09 17:13:34 UTC
ergonomics#e2257359c868
Comment 7 Jaroslav Tulach 2009-03-11 16:10:34 UTC
*** Issue 159956 has been marked as a duplicate of this issue. ***
Comment 8 Quality Engineering 2009-03-11 22:49:48 UTC
Integrated into 'main-golden', will be available in build *200903111543* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e2257359c868
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #158422: Let's have a NPE check here
Comment 9 Pavel Flaska 2009-03-25 11:10:57 UTC
*** Issue 160038 has been marked as a duplicate of this issue. ***