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 240559 - NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUtilities.getMimeType
Summary: NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUtilities....
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 19:10 UTC by tbrunhoff
Modified: 2014-02-11 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206630


Attachments
stacktrace (1.14 KB, text/plain)
2014-01-16 19:10 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-01-16 19:10:02 UTC
Build: NetBeans IDE Dev (Build 201312190002)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: Nothing... I think the ide just got focus and got this exception.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.util.swing.DocumentUtilities.getMimeType(DocumentUtilities.java:851)
   at org.netbeans.modules.cnd.highlight.semantic.HighlighterBase.init(HighlighterBase.java:77)
   at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.<init>(SemanticHighlighter.java:96)
   at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighterFactory.create(SemanticHighlighterFactory.java:69)
   at org.netbeans.modules.parsing.impl.SourceCache.createTasks(SourceCache.java:483)
   at org.netbeans.modules.parsing.impl.SourceCache.sourceModified(SourceCache.java:574)
Comment 1 tbrunhoff 2014-01-16 19:10:04 UTC
Created attachment 144042 [details]
stacktrace
Comment 2 Milutin Kristofic 2014-01-17 13:18:16 UTC
Probably fixed in #219601.
Comment 3 Maria Tishkova 2014-02-11 14:06:22 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/da83375d8c29 while fixing Bug #240152 mark occurrences doesn't appear in big file