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 255909 - NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp....
Status: RESOLVED DUPLICATE of bug 255668
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-10-13 17:19 UTC by niabot
Modified: 2015-10-14 08:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220525


Attachments
stacktrace (9.18 KB, text/plain)
2015-10-13 17:19 UTC, niabot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description niabot 2015-10-13 17:19:46 UTC
Build: NetBeans IDE 8.1 RC (Build 201510012201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
niabot: Guess i used the mousewheel...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved(DocumentViewOp.java:1493)
   at java.awt.Component.processMouseWheelEvent(Component.java:6623)
   at java.awt.Component.processEvent(Component.java:6307)
   at java.awt.Container.processEvent(Container.java:2236)
   at java.awt.Component.dispatchEventImpl(Component.java:4891)
   at java.awt.Container.dispatchEventToSelf(Container.java:2318)
Comment 1 niabot 2015-10-13 17:19:48 UTC
Created attachment 156696 [details]
stacktrace
Comment 2 Miloslav Metelka 2015-10-14 08:44:12 UTC

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