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

Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate
Product: editor Reporter: maghiel <maghiel>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal CC: cpeltier
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 180935
Attachments: stacktrace

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.