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 199513 - NullPointerException at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewRootNode.stateChanged
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalVi...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 18:14 UTC by Vladimir Kvashin
Modified: 2011-07-12 13:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179412


Attachments
stacktrace (4.31 KB, text/plain)
2011-06-17 18:14 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-06-17 18:14:47 UTC
Build: NetBeans Platform Dev (Build 20110617-e2fd6fa960fc)
VM: Java HotSpot(TM) Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: SunOS

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.ui.MakeLogicalViewRootNode.stateChanged(MakeLogicalViewRootNode.java:345)
   at org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:329)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsCacheManagerImpl.fireChange(ToolsCacheManagerImpl.java:337)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsCacheManagerImpl.access$200(ToolsCacheManagerImpl.java:76)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolsCacheManagerImpl$2.doPostRunInEDT(ToolsCacheManagerImpl.java:257)
   at org.netbeans.modules.cnd.utils.ui.ModalMessageDlg$1.run(ModalMessageDlg.java:112)
Comment 1 Vladimir Kvashin 2011-06-17 18:14:52 UTC
Created attachment 108970 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-06-17 18:38:04 UTC
Fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/64d4dd178671
Comment 3 Quality Engineering 2011-06-18 15:10:27 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/64d4dd178671
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: additional fix for #199464 - LowPerformance took 126647 ms; fixed #199513 - NPE at MakeLogicalViewRootNode
Comment 4 Vladimir Kvashin 2011-06-20 07:43:54 UTC
More accurate fix 
http://hg.netbeans.org/cnd-main/rev/6e3d11731172
Comment 5 Alexander Simon 2011-06-20 07:50:47 UTC
Fixes were reviewed.
Fixes are safe and right.
Comment 6 Alexander Pepin 2011-06-20 16:06:12 UTC
Can not verify the fix as NPE appeared occasionally.
Please push the fix into 7.0.1 branch.
Comment 7 Quality Engineering 2011-06-21 16:04:52 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/6e3d11731172
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: more accurate fix for #199464 (LowPerformance) and #199513 (NPE at MakeLogicalViewRootNode)
Comment 8 Quality Engineering 2011-06-23 04:41:46 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/a51e921902ac
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: additional fix for #199464 - LowPerformance took 126647 ms; fixed #199513 - NPE at MakeLogicalViewRootNode
Comment 9 Vladimir Kvashin 2011-06-23 11:27:28 UTC
All changes transplanted into release701
Comment 10 Alexander Pepin 2011-07-12 13:21:26 UTC
It does not need verification.