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 247817 - NullPointerException at org.netbeans.modules.cnd.highlight.error.HighlightProvider$RunnableImpl.run
Summary: NullPointerException at org.netbeans.modules.cnd.highlight.error.HighlightPro...
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-10-09 07:42 UTC by Exceptions Reporter
Modified: 2014-12-01 18:06 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212562


Attachments
stacktrace (300 bytes, text/plain)
2014-10-09 07:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-09 07:42:32 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: Happened at startup. Soon after highlighting (C-project) appeared, I started clicking around to get some life in cursor (working on an AMD E-4501.65 GHz  laptop with 4GB RAM). Then the exception happened. Also please consider performance - the 8.0 IDE is considerably slower for me than the 7.4 IDE, and doesn't really give me anything I already don't have. Over two minutes just to start it up is insane.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.highlight.error.HighlightProvider$RunnableImpl.run(HighlightProvider.java:364)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2014-10-09 07:42:34 UTC
Created attachment 149800 [details]
stacktrace
Comment 2 Alexander Simon 2014-10-09 08:57:00 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/ad78ddf40326
Comment 3 Quality Engineering 2014-10-10 03:11:07 UTC
Integrated into 'main-silver', will be available in build *201410100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ad78ddf40326
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247817 NullPointerException at org.netbeans.modules.cnd.highlight.error.HighlightProvider$RunnableImpl.run
Comment 4 Quality Engineering 2014-11-10 23:20:06 UTC
Integrated into 'releases/release801', will be available in build *201411102027* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/b6adef3c9c48
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #247817 NullPointerException at org.netbeans.modules.cnd.highlight.error.HighlightProvider$RunnableImpl.run
(transplanted from ad78ddf403260cfa064461e8e78a9c9a9aca33b0)
Comment 5 SirIntellegence 2014-12-01 18:06:35 UTC
*** Bug 248782 has been marked as a duplicate of this bug. ***