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 113394 - NPE from EditorParser$MyParserListener.parsed
Summary: NPE from EditorParser$MyParserListener.parsed
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-08-21 17:41 UTC by Jesse Glick
Modified: 2007-08-22 09:28 UTC (History)
2 users (show)

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 Jesse Glick 2007-08-21 17:41:30 UTC
java.lang.NullPointerException
	at org.netbeans.modules.languages.EditorParser$MyParserListener.parsed(EditorParser.java:201)
	at org.netbeans.modules.languages.ParserManagerImpl.setChange(ParserManagerImpl.java:158)
	at org.netbeans.modules.languages.ParserManagerImpl.parseAST(ParserManagerImpl.java:231)
	at org.netbeans.modules.languages.ParserManagerImpl.access$100(ParserManagerImpl.java:59)
	at org.netbeans.modules.languages.ParserManagerImpl$1.run(ParserManagerImpl.java:145)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jesse Glick 2007-08-21 17:42:40 UTC
Only relevant-looking changes:

dprusa:

#98933: code folding fixed
[The file was modified] 	1.5	languages/yaml/src/org/netbeans/modules/languages/yaml/YAML.nbs
[The file was modified] 	1.2	languages/yaml/src/org/netbeans/modules/languages/yaml/YAML.java
Comment 2 Daniel Prusa 2007-08-22 09:27:59 UTC
Fixed.

/cvs/languages/engine/src/org/netbeans/modules/languages/EditorParser.java
new revision: 1.5; previous revision: 1.4