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 244067 - NullPointerException at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.updateImpl
Summary: NullPointerException at org.netbeans.modules.cnd.highlight.semantic.SemanticH...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 09:57 UTC by Alexander Simon
Modified: 2014-06-04 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209298


Attachments
stacktrace (527 bytes, text/plain)
2014-04-25 09:57 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-04-25 09:57:06 UTC
Build: NetBeans IDE Dev (Build 20140423-97419b922fe9)
VM: Java HotSpot(TM) Client VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: SunOS

User Comments:
alexvsimon: semantic in diff view




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.updateImpl(SemanticHighlighter.java:169)
   at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.access$500(SemanticHighlighter.java:87)
   at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter$TaskContext.run(SemanticHighlighter.java:389)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Alexander Simon 2014-04-25 09:57:07 UTC
Created attachment 146937 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-25 10:36:02 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/cd65f3a70beb
Comment 3 Quality Engineering 2014-04-26 04:51:24 UTC
Integrated into 'main-silver', will be available in build *201404260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cd65f3a70beb
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244067 NullPointerException at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.updateImpl
Comment 4 Quality Engineering 2014-06-04 15:25:04 UTC
Integrated into 'releases/release80', will be available in build *201406041415* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/bbddf2787f78
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244067 NullPointerException at org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter.updateImpl
(transplanted from cd65f3a70beb3c7fc55c688d6c5174d2b504a8de)