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 202237 - NullPointerException at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.ViewUpdates.rem...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 14:37 UTC by maghiel
Modified: 2012-05-18 08:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180935


Attachments
stacktrace (4.09 KB, text/plain)
2011-09-16 14:37 UTC, maghiel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description maghiel 2011-09-16 14:37:06 UTC
Build: NetBeans IDE Dev (Build 201109141017)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
cpeltier: Refactoring > Renaming a php variable : error on typing a character, impossible to modify the old variable name




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:285)
   at sun.reflect.GeneratedMethodAccessor52.invoke(GeneratedMethodAccessor52.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:459)
   at $Proxy22.removeUpdate(.java:0)
Comment 1 maghiel 2011-09-16 14:37:10 UTC
Created attachment 110817 [details]
stacktrace
Comment 2 Miloslav Metelka 2012-05-18 08:16:12 UTC
It should already be resolved by previous fixes. In case the problem would persist please reopen the issue. Thanks.