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 30900 - NPE in parser
Summary: NPE in parser
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 13:04 UTC by Jan Jancura
Modified: 2007-09-26 09:14 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 Jan Jancura 2003-02-10 13:04:43 UTC
*********** Exception occurred ************ at Mon
Feb 10 13:58:26 CET 2003
Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
        at
org.netbeans.modules.java.parser.SourceImplProxy.propertyChange(SourceImplProxy.java:328)
        at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:252)
        at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:278)
        at
org.netbeans.modules.java.parser.ParsingSupport.changeStatus(ParsingSupport.java:294)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.complete(ParsingSupport.java:678)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.run(ParsingSupport.java:604)
        at org.openide.util.Task.run(Task.java:136)
        at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:328)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:667)

RequestProcessor does not work after that
Comment 1 Tomas Hurka 2003-02-11 12:15:14 UTC
Cannot reproduce. Please, provide steps how to reproduce it, since it looks like this NPE not root cause of the problem. Thanks. 
Lowering priority, this is not P1 issue.
Comment 2 Jan Jancura 2003-02-11 13:48:18 UTC
Its random bug. 
Comment 3 Svata Dedic 2003-02-24 14:08:27 UTC
Added warning message when a null listener is attached, until a
reproduction is found, closing as WORKSFORME.