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 257437 - 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: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-06 11:32 UTC by ferrybig
Modified: 2016-01-14 12:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221350


Attachments
stacktrace (2.55 KB, text/plain)
2016-01-06 11:32 UTC, ferrybig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ferrybig 2016-01-06 11:32:20 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
GUEST: U/K

GUEST: Just scrolling through the code.

GUEST: I have no what caused it. And second thing, it is possible to run multiple instances of program, but it does not take into account changes in the program, so all instances are the same.

GUEST: Netbeans in Windows Remote Desktop: After close and reopen of Windows Remote Desktop, in the Netbeans, right header of code panel is white (no line numbers, debug breakpoints...), mouse wheel does not work in the code panel (but it work in the output panel).

GUEST: unknow

ferrybig: Unlocked computer from windows lock screen

GUEST: browsing code

GUEST: Wasn't really doing anything. Just had different java projects/programs open.

GUEST: Went to scroll down code using mouse wheel

GUEST: Made code changes and compiled.

GUEST: I have not idea... maybe could be important that it is via Remote Desktop Connection.

GUEST: <Please provide a description of the problem or the steps to reproduce>l

GUEST: Looking through source code.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:866)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:531)
   at java.awt.Component.processMouseWheelEvent(Component.java:6615)
   at java.awt.Component.processEvent(Component.java:6299)
   at java.awt.Container.processEvent(Container.java:2234)
   at java.awt.Component.dispatchEventImpl(Component.java:4883)
Comment 1 ferrybig 2016-01-06 11:32:22 UTC
Created attachment 158024 [details]
stacktrace
Comment 2 Jiri Prox 2016-01-14 12:03:03 UTC

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