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 241197 - AssertionError at org.netbeans.modules.cnd.highlight.error.HighlightProvider.update
Summary: AssertionError at org.netbeans.modules.cnd.highlight.error.HighlightProvider....
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-01-30 22:19 UTC by sreder
Modified: 2014-02-06 02:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207149


Attachments
stacktrace (967 bytes, text/plain)
2014-01-30 22:19 UTC, sreder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreder 2014-01-30 22:19:29 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
sreder: Just finished a CVS switch to branch on a c++ project




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.highlight.error.HighlightProvider.update(HighlightProvider.java:119)
   at org.netbeans.modules.cnd.highlight.error.HighlightProviderTaskFactory$ErrorsHighlighter.run(HighlightProviderTaskFactory.java:108)
   at org.netbeans.modules.cnd.highlight.error.HighlightProviderTaskFactory$ErrorsHighlighter.run(HighlightProviderTaskFactory.java:80)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:568)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:744)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
Comment 1 sreder 2014-01-30 22:19:32 UTC
Created attachment 144610 [details]
stacktrace
Comment 2 Alexander Simon 2014-02-05 15:34:38 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/c419bdc36215
Comment 3 Quality Engineering 2014-02-06 02:49:54 UTC
Integrated into 'main-silver', will be available in build *201402060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c419bdc36215
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #241197 AssertionError at org.netbeans.modules.cnd.highlight.error.HighlightProvider.update