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 232613 - Bug, CND C++ Code running Error: java.lang.NullPointerException
Summary: Bug, CND C++ Code running Error: java.lang.NullPointerException
Status: RESOLVED DUPLICATE of bug 232564
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 7.4
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 12:12 UTC by _ supunliyanage
Modified: 2013-07-12 16:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (100.78 KB, image/png)
2013-07-12 12:12 UTC, _ supunliyanage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ supunliyanage 2013-07-12 12:12:06 UTC
Created attachment 137043 [details]
Screenshot

Bug, CND C++ Code running Error: java.lang.NullPointerException

Summary: When run an CND Project (NB Dev 201307112300) it executes the project but in few seconds it pops up an Null Point exception as follows:

How to recreate: Create a sample CND/C++ project Build it and run it. In couple of seconds this will pop up.

See attached log and the screenshot.


java.lang.NullPointerException
	at org.netbeans.core.windows.view.ui.AutoHideStatusText.stateChanged(AutoHideStatusText.java:92)
[catch] at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
	at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
	at org.netbeans.core.NbStatusDisplayer.add(NbStatusDisplayer.java:147)
	at org.netbeans.core.NbStatusDisplayer.setStatusText(NbStatusDisplayer.java:73)
	at org.netbeans.modules.welcome.content.Logo.mouseExited(Logo.java:123)
	at java.awt.Component.processMouseEvent(Component.java:6511)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
	at java.awt.Component.processEvent(Component.java:6270)
	at java.awt.Container.processEvent(Container.java:2229)
	at java.awt.Component.dispatchEventImpl(Component.java:4861)
	at java.awt.Container.dispatchEventImpl(Container.java:2287)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
	at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4612)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4474)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
	at java.awt.Container.dispatchEventImpl(Container.java:2273)
	at java.awt.Window.dispatchEventImpl(Window.java:2719)
	at java.awt.Component.dispatchEvent(Component.java:4687)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
	at java.awt.EventQueue$4.run(EventQueue.java:708)
	at java.awt.EventQueue$4.run(EventQueue.java:706)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Comment 1 soldatov 2013-07-12 12:15:37 UTC
I think it is issue 232564
Comment 2 soldatov 2013-07-12 16:44:59 UTC

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