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 244449 - NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.areToolsOptionsChanged
Summary: NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPa...
Status: RESOLVED FIXED
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-05-12 17:37 UTC by Exceptions Reporter
Modified: 2014-06-04 15:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209456


Attachments
stacktrace (2.74 KB, text/plain)
2014-05-12 17:37 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-05-12 17:37:06 UTC
This issue was reported manually by alexvsimon.
It already has 3 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
GUEST: Problem while trying to remote-compile. I have a host machine (Ubuntu 14.04) and VirtualBox guest (RedHat 9, Linux 2.4). I setup ssh on VM guest to root user. Tried to connect from host - success, full root access to VM guest. Then I tried to setup remote compilation. Connection to remote host - succesfull. But, when I choose C compiler, or C++ compiler, or qmake3, I get the following errors. Thank you in advance. If you have any questions - maratyv@gmail.com.

GUEST: i can not add acompiler to c++

GUEST: 3




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.fireToolColectionPanelChanged(ToolsPanel.java:731)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolCollectionPanel.insertUpdate(ToolCollectionPanel.java:734)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolCollectionPanel.removeUpdate(ToolCollectionPanel.java:739)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:260)
   at javax.swing.text.AbstractDocument.handleRemove(AbstractDocument.java:623)
Comment 1 Exceptions Reporter 2014-05-12 17:37:08 UTC
Created attachment 147238 [details]
stacktrace
Comment 2 Alexander Simon 2014-05-14 12:30:51 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/556a6be69891
Comment 3 Quality Engineering 2014-05-15 19:36:45 UTC
Integrated into 'main-silver', will be available in build *201405151825* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/556a6be69891
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244449 NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.areToolsOptionsChanged
Comment 4 Quality Engineering 2014-06-04 15:25:27 UTC
Integrated into 'releases/release80', will be available in build *201406041415* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/c3286c4cbf54
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244449 NullPointerException at org.netbeans.modules.cnd.toolchain.ui.options.ToolsPanel.areToolsOptionsChanged
(transplanted from 556a6be69891b72e583fb3bc1b02d7708d31cd8e)