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 62142 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 03:45 UTC by johnzoet
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (29.54 KB, text/plain)
2005-08-11 03:45 UTC, johnzoet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnzoet 2005-08-11 03:45:15 UTC
When I started Netbeans 4.2 Build 200508091556 the first time I started 
editing a Java source file. Suddenly I got a message that the IDe was scanning 
the path. Thereafter I got this error message: 
*********** Exception occurred ************ at 2:35 PM on Aug 11, 2005 
java.lang.NullPointerException 
	at 
org.netbeans.modules.javacore.internalapi.JavaMetamodel$2.run(JavaMetamodel.java:241) 
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) 
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) 
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) 
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) 
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) 
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) 
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) 
Note - org.netbeans.modules.junit.output.ResultView ought to override 
getPersistenceType() rather than using the client property or accepting the 
default. 
[WinSys.PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'ComponentPalette'. Reason: 
org.netbeans.modules.form.palette.PaletteTopComponent$ResolvableHelper
Comment 1 johnzoet 2005-08-11 03:45:41 UTC
Created attachment 23714 [details]
messages.log
Comment 2 Milos Kleint 2005-08-11 07:57:05 UTC
reassigning to java
Comment 3 Pavel Flaska 2005-08-30 14:36:36 UTC
Checking in src/org/netbeans/modules/javacore/internalapi/JavaMetamodel.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/internalapi/JavaMetamodel.java,v
 <--  JavaMetamodel.java
new revision: 1.15; previous revision: 1.14
done
Comment 4 Quality Engineering 2007-09-20 09:51:40 UTC
Reorganization of java component