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 - NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved
Summary: NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mous...
Status: RESOLVED DUPLICATE of bug 213268
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 18:38 UTC by cwt137
Modified: 2015-08-25 13:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218729


Attachments
stacktrace (2.63 KB, text/plain)
2015-07-23 18:38 UTC, cwt137
Details
stacktrace (2.63 KB, text/plain)
2015-07-27 15:02 UTC, cwt137
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***