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 271080 - NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp....
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-12 15:19 UTC by stefan79
Modified: 2017-07-12 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229696


Attachments
stacktrace (2.65 KB, text/plain)
2017-07-12 15:19 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2017-07-12 15:19:55 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
stefan79: Opened NetBeans und made a CVS-Diff.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved(DocumentViewOp.java:1515)
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp$MouseWheelDelegator.mouseWheelMoved(DocumentViewOp.java:1657)
   at java.awt.Component.processMouseWheelEvent(Component.java:6621)
   at java.awt.Component.processEvent(Component.java:6305)
   at java.awt.Container.processEvent(Container.java:2236)
   at java.awt.Component.dispatchEventImpl(Component.java:4889)
Comment 1 stefan79 2017-07-12 15:19:57 UTC
Created attachment 164748 [details]
stacktrace