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 249454 - NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.areToolsOptionsChanged
Summary: NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPa...
Status: RESOLVED DUPLICATE of bug 243555
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 09:17 UTC by ddeka352
Modified: 2015-01-12 08:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214334


Attachments
stacktrace (5.13 KB, text/plain)
2014-12-19 09:17 UTC, ddeka352
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ddeka352 2014-12-19 09:17:44 UTC
This bug was originally marked as duplicate of bug 243555, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
ddeka352: solve it




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.areToolsOptionsChanged(ToolsPanel.java:265)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.access$400(ToolsPanel.java:107)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel$7.run(ToolsPanel.java:1237)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
   at java.awt.EventQueue.access$400(EventQueue.java:97)
Comment 1 ddeka352 2014-12-19 09:17:46 UTC
Created attachment 151205 [details]
stacktrace
Comment 2 Alexander Simon 2015-01-12 08:58:18 UTC
C/C++ plug-in does not fit 8.0.2 installation.
So it is exactly the same bug for 8.0 C/C++ plug-in (#243555).
Update C/C++ pack to 8.0.2 version.

*** This bug has been marked as a duplicate of bug 243555 ***