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 255695

Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved
Product: editor Reporter: Jiri Prox <jiriprox>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alied
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220338
Attachments: stacktrace

Description Jiri Prox 2015-10-05 12:43:16 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: Windows 7

User Comments:
alied: reviewing the history of a .java file in a git repository

alied: Was reviewing git history. Not sure what triggered it.

jiriprox: reproducing issue 255668




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 Jiri Prox 2015-10-05 12:43:17 UTC
Created attachment 156516 [details]
stacktrace
Comment 2 Jiri Prox 2015-10-05 12:44:19 UTC

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