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 211695 - 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: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 10:09 UTC by jonycus
Modified: 2012-11-11 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187359


Attachments
stacktrace (2.65 KB, text/plain)
2012-04-25 10:09 UTC, jonycus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonycus 2012-04-25 10:09:04 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Windows 7

User Comments:
jonycus: while comapring two files




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:841)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:514)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:514)
   at java.awt.Component.processMouseWheelEvent(Component.java:6378)
   at java.awt.Component.processEvent(Component.java:6062)
   at java.awt.Container.processEvent(Container.java:2039)
Comment 1 jonycus 2012-04-25 10:09:09 UTC
Created attachment 118734 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-04-25 10:18:18 UTC
There's no NetBeans code in the stack trace, most likely a JDK bug.

Please provide steps to reproduce and reopen, thanks.
Comment 3 Marian Mirilovic 2012-11-11 13:47:58 UTC

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