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 11100 - ParserGleu NPE
Summary: ParserGleu NPE
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-05 15:17 UTC by _ pkuzel
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 _ pkuzel 2001-04-05 15:17:52 UTC
[5/Apr/2001] Moving around editor with enabled navigation toolbar I got
exception and navigation combo contains Error icon and text. Anyway source
is compileable by external compiler.

Thu Apr 05 16:08:25 GMT+02:00 2001: java.lang.NullPointerException: Posted
StackTrace
Annotation: Exception occurred in Request Processor
org.openide.util.RequestProcessor$Holder: Posted StackTrace(task
org.netbeans.modules.java.JavaParserGlue$2@23d1ab [-3113, 1, -1])
        at
org.openide.util.RequestProcessor$Task.createHolder(RequestProcessor.java:322)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:100)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:73)
        at
org.openide.util.RequestProcessor.postRequest(RequestProcessor.java:160)
        at
org.netbeans.modules.java.JavaParserGlue$SiblingListener.parserStateChanged(JavaParserGlue.java:526)
        at
org.netbeans.modules.java.JavaParserGlue$SiblingListener.stateChanged(JavaParserGlue.java:517)
        at
org.netbeans.modules.java.parser.ParsingSupport.fireStateChange(ParsingSupport.java:276)
        at
org.netbeans.modules.java.parser.ParsingSupport.changeStatus(ParsingSupport.java:259)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.complete(ParsingSupport.java:618)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.run(ParsingSupport.java:557)
        at org.openide.util.Task.run(Task.java:124)
[catch] at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:622)
 
Thu Apr 05 16:08:25 GMT+02:00 2001: java.lang.NullPointerException: null
java.lang.NullPointerException
        at
org.netbeans.modules.java.ui.NavigationView.findElementNode(NavigationView.java:276)
        at
org.netbeans.modules.java.ui.NavigationView.findNode(NavigationView.java:272)
        at
org.netbeans.modules.java.ui.NavigationView.activatedNodeChanged(NavigationView.java:206)
        at
org.netbeans.modules.java.ui.NavigationView.access$200(NavigationView.java:52)
        at
org.netbeans.modules.java.ui.NavigationView$RootL.propertyChange(NavigationView.java:294)
        at
javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:153)
        at javax.swing.JComponent.firePropertyChange(JComponent.java:3721)
        at
org.openide.windows.TopComponent.setActivatedNodes(TopComponent.java:160)
        at
org.netbeans.modules.java.JavaEditor$JavaEditorComponent.selectElementsAtOffset(JavaEditor.java:980)
        at
org.netbeans.modules.java.JavaEditor$JavaEditorComponent.notifyParsingDone(JavaEditor.java:985)
        at
org.netbeans.modules.java.JavaEditor$12.objectParsed(JavaEditor.java:1066)
        at org.netbeans.modules.java.Parsing.fireEvent(Parsing.java:59)
        at
org.netbeans.modules.java.JavaParserGlue$2.run(JavaParserGlue.java:528)
        at org.openide.util.Task.run(Task.java:124)
[catch] at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:622)
Comment 1 Svata Dedic 2001-04-05 16:01:32 UTC
Fixed, it was an easy one.
Comment 2 Jan Becicka 2001-05-03 16:52:02 UTC
[010502_1] Verified
Comment 3 Jan Chalupa 2001-05-05 23:27:08 UTC
Target milestone -> 3.2
Comment 4 Quality Engineering 2003-07-01 13:21:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.