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 195893 - NullPointerException at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.getStringReferences
Summary: NullPointerException at org.netbeans.modules.cnd.highlight.semantic.MarkOccur...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 18:51 UTC by Exceptions Reporter
Modified: 2011-02-25 05:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176121


Attachments
stacktrace (1.53 KB, text/plain)
2011-02-23 18:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-23 18:51:28 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.getStringReferences(MarkOccurrencesHighlighter.java:490)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.getOccurrences(MarkOccurrencesHighlighter.java:263)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.runImpl(MarkOccurrencesHighlighter.java:209)
   at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.run(MarkOccurrencesHighlighter.java:148)
   at org.netbeans.modules.cnd.model.tasks.CsmFileTaskFactory$5.run(CsmFileTaskFactory.java:469)
   at org.netbeans.modules.cnd.model.tasks.CsmFileTaskFactory$CsmSafeRunnable.run(CsmFileTaskFactory.java:486)
Comment 1 Exceptions Reporter 2011-02-23 18:51:33 UTC
Created attachment 106365 [details]
stacktrace
Comment 2 Alexander Simon 2011-02-24 09:21:40 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/04bd8f163c4f
Comment 3 Quality Engineering 2011-02-25 05:37:24 UTC
Integrated into 'main-golden', will be available in build *201102250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/04bd8f163c4f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #195893 NullPointerException at org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter.getStringReferences