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 182972 - [69cat] NullPointerException at org.netbeans.modules.beans.BeanPanel.panelActivated
Summary: [69cat] NullPointerException at org.netbeans.modules.beans.BeanPanel.panelAct...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 21:04 UTC by misterm
Modified: 2010-04-02 05:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167149


Attachments
stacktrace (1.18 KB, text/plain)
2010-03-26 21:04 UTC, misterm
Details
stacktrace (1.18 KB, text/plain)
2010-03-26 21:21 UTC, misterm
Details
stacktrace (1.18 KB, text/plain)
2010-03-26 21:26 UTC, misterm
Details
stacktrace (1.18 KB, text/plain)
2010-03-30 15:42 UTC, Michel Graciano
Details
stacktrace (1.18 KB, text/plain)
2010-03-30 15:44 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-03-26 21:04:10 UTC
Build: NetBeans IDE Dev (Build 100326-c0c8da2a52b0)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.beans.BeanPanel.panelActivated(BeanPanel.java:42)
   at org.netbeans.modules.navigator.NavigatorController.updateContext(NavigatorController.java:388)
   at org.netbeans.modules.navigator.NavigatorController.updateContext(NavigatorController.java:274)
   at org.netbeans.modules.navigator.NavigatorController.access$900(NavigatorController.java:99)
   at org.netbeans.modules.navigator.NavigatorController$ActNodeSetter.run(NavigatorController.java:726)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 misterm 2010-03-26 21:04:17 UTC
Created attachment 96028 [details]
stacktrace
Comment 2 misterm 2010-03-26 21:21:29 UTC
Created attachment 96031 [details]
stacktrace
Comment 3 misterm 2010-03-26 21:26:28 UTC
Created attachment 96032 [details]
stacktrace
Comment 4 Michel Graciano 2010-03-30 15:42:45 UTC
Created attachment 96368 [details]
stacktrace
Comment 5 Michel Graciano 2010-03-30 15:44:45 UTC
Created attachment 96369 [details]
stacktrace
Comment 6 misterm 2010-03-31 15:10:49 UTC
Navigator panel gets completely unusable after that, requiring IDE to be restarted. P1.
Comment 7 Jan Lahoda 2010-03-31 15:21:41 UTC
Tried to fix that:
http://hg.netbeans.org/jet-main/rev/f67a35f67e07
Comment 8 Quality Engineering 2010-04-02 05:16:41 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f67a35f67e07
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #182972: do not lookup for a specific JavaSourceTaskFactory subclass.