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 253698

Summary: NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved
Product: editor Reporter: cwt137
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cwt137, mossroy
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218729
Attachments: stacktrace
stacktrace

Description cwt137 2015-07-23 18:38:27 UTC
Build: NetBeans IDE Dev (Build 2015-07-17_22-32-58)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 7

User Comments:
cwt137: just scrolling on a PHP file




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:866)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:532)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:531)
   at java.awt.Component.processMouseWheelEvent(Component.java:6604)
   at java.awt.Component.processEvent(Component.java:6288)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 cwt137 2015-07-23 18:38:29 UTC
Created attachment 154827 [details]
stacktrace
Comment 2 cwt137 2015-07-27 15:02:43 UTC
Created attachment 154952 [details]
stacktrace

Just scrolling on a PHP file
Comment 3 mossroy 2015-08-25 08:22:57 UTC
Same issue when scrolling in a Java page, with the same stacktrace.
It only happened after some time modifying the file.
Restarting Netbeans is a workaround.
Comment 4 Jiri Kovalsky 2015-08-25 11:27:06 UTC
Maybe Editor guys will know where this issue belongs to?
Comment 5 Miloslav Metelka 2015-08-25 13:47:05 UTC
This should already be fixed by issue 213268.

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