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 194612 - NullPointerException at org.netbeans.modules.cnd.highlight.error.includes.ErrorIncludeDialog.guess
Summary: NullPointerException at org.netbeans.modules.cnd.highlight.error.includes.Err...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 194666 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-22 13:12 UTC by Alexander Simon
Modified: 2011-01-25 06:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176062


Attachments
stacktrace (4.31 KB, text/plain)
2011-01-22 13:12 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2011-01-22 13:12:11 UTC
Build: NetBeans IDE Dev (Build 110121-a4bf883d57d8)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.highlight.error.includes.ErrorIncludeDialog.guess(ErrorIncludeDialog.java:653)
   at org.netbeans.modules.cnd.highlight.error.includes.ErrorIncludeDialog.access$700(ErrorIncludeDialog.java:115)
   at org.netbeans.modules.cnd.highlight.error.includes.ErrorIncludeDialog$5.valueChanged(ErrorIncludeDialog.java:499)
   at javax.swing.JList.fireSelectionValueChanged(JList.java:1765)
   at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
Comment 1 Alexander Simon 2011-01-22 13:12:15 UTC
Created attachment 105269 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-01-24 08:03:28 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/01b78415d8db
Comment 3 Alexander Simon 2011-01-24 19:57:35 UTC
*** Bug 194666 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2011-01-25 06:06:23 UTC
Integrated into 'main-golden', will be available in build *201101250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/01b78415d8db
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #194612 -  NPE in ErrorIncludeDialog.guess