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 189764 - NullPointerException at org.netbeans.modules.rwaccess.StatusBarSwitcher.removeWatchedElementComponent
Summary: NullPointerException at org.netbeans.modules.rwaccess.StatusBarSwitcher.remov...
Status: RESOLVED DUPLICATE of bug 187066
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-08-23 08:00 UTC by Exceptions Reporter
Modified: 2010-08-25 13:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165339


Attachments
stacktrace (3.14 KB, text/plain)
2010-08-23 08:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-08-23 08:00:51 UTC
This issue was reported manually by mmirilovic.
It already has 26 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.rwaccess.StatusBarSwitcher.removeWatchedElementComponent(StatusBarSwitcher.java:88)
   at org.netbeans.modules.rwaccess.StatusBarElementProvider.propertyChange(StatusBarElementProvider.java:40)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at org.netbeans.api.editor.EditorRegistry.fireEvents(EditorRegistry.java:504)
   at org.netbeans.api.editor.EditorRegistry.focusLost(EditorRegistry.java:338)
   at org.netbeans.api.editor.EditorRegistry$FocusL.focusLost(EditorRegistry.java:626)
Comment 1 Exceptions Reporter 2010-08-23 08:00:57 UTC
Created attachment 101595 [details]
stacktrace
Comment 2 Peter Pis 2010-08-25 13:29:44 UTC

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