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 187066 - NullPointerException at org.netbeans.modules.rwaccess.StatusBarSwitcher.removeWatchedElementComponent
Summary: NullPointerException at org.netbeans.modules.rwaccess.StatusBarSwitcher.remov...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
: 189764 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-02 06:50 UTC by Exceptions Reporter
Modified: 2010-08-25 13:29 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165020


Attachments
stacktrace (1.32 KB, text/plain)
2010-06-02 06:50 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-06-02 06:50:15 UTC
This issue was reported manually by mmirilovic.
It already has 27 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

User Comments:
GUEST: Subversion checkout then automatically scanned the project.  Then I set it as main project and noticed this error.

GUEST: Opening and closing Tools > Options dialog. No changes made to settings.

aberryjr: Attempting to build a Maven project

herry: open report

GUEST: Dialog Fonts & Colors

GUEST: Changing various settings in Tools > Options dialog. Major changes involve adding external browsers aside from defaults Internet Explorer, and Firefox.

funkalee: I was doing a simple helloworld in a python project
content of message.log


-------------------------------------------------------------------------------
>Log Session: Friday, February 19, 2010 10:11:42 PM CET
>System Info: 
  Product Version         = NetBeans IDE 6.8 (Build 200912091457) (#ec9be6a6486c)
  Operating System        = Linux version 2.6.31-19-generic running on amd64
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) 64-Bit Server VM 14.1-b02; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_15-b03
  Java Home               = /usr/lib/jvm/java-6-sun-1.6.0.15/jre
  System Locale; Encoding = fr_FR (nb); UTF-8
  Home Directory          = /home/funkalee
  Current Directory       = /home/funkalee
  User Directory          = /home/funkalee/.netbeans/6.8
  Installation            = /data/app/netbeans/6.8/nb6.8
                            /data/app/netbeans/6.8/ergonomics2
                            /data/app/netbeans/6.8/ide12




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$AncestorL$1.actionPerformed(EditorRegistry.java:684)
   at javax.swing.Timer.fireActionPerformed(Timer.java:271)
Comment 1 Exceptions Reporter 2010-06-02 06:50:20 UTC
Created attachment 99739 [details]
stacktrace
Comment 2 Peter Pis 2010-08-25 13:29:44 UTC
*** Bug 189764 has been marked as a duplicate of this bug. ***