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 - 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-05 12:43 UTC by Jiri Prox
Modified: 2015-10-05 12:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220338


Attachments
stacktrace (2.53 KB, text/plain)
2015-10-05 12:43 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***