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 186211 - NullPointerException at org.sodbeans.tts.startup.Starter.stateChanged
Summary: NullPointerException at org.sodbeans.tts.startup.Starter.stateChanged
Status: RESOLVED DUPLICATE of bug 184587
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 23:46 UTC by kbaqtyyan
Modified: 2010-05-17 07:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167741


Attachments
stacktrace (2.15 KB, text/plain)
2010-05-15 23:46 UTC, kbaqtyyan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kbaqtyyan 2010-05-15 23:46:30 UTC
Build: NetBeans IDE 6.8 (Build 201004041201)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.sodbeans.tts.startup.Starter.stateChanged(Starter.java:78)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:130)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:116)
   at org.netbeans.core.NbTopManager$NbStatusDisplayer.add(NbTopManager.java:339)
   at org.netbeans.core.NbTopManager$NbStatusDisplayer.setStatusText(NbTopManager.java:267)
   at org.netbeans.modules.welcome.content.WebLink.onMouseExited(WebLink.java:78)
Comment 1 kbaqtyyan 2010-05-15 23:46:34 UTC
Created attachment 99047 [details]
stacktrace
Comment 2 Peter Pis 2010-05-17 07:26:33 UTC

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