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 224073 - 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: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 09:14 UTC by Exceptions Reporter
Modified: 2012-12-20 09:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196791


Attachments
stacktrace (2.63 KB, text/plain)
2012-12-20 09:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-20 09:14:28 UTC
This bug was originally marked as duplicate of bug 213268, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 8

User Comments:
GUEST: Scrolling up in a Groovy source file, after making an edit to the code.

GUEST: just roll data in  Output window




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:6593)
   at java.awt.Component.processEvent(Component.java:6277)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 Exceptions Reporter 2012-12-20 09:14:30 UTC
Created attachment 129570 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-12-20 09:48:43 UTC

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