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 255704 - 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 20:13 UTC by Alexander Simon
Modified: 2015-10-06 05:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220311


Attachments
stacktrace (2.47 KB, text/plain)
2015-10-05 20:13 UTC, Alexander Simon
Details
stacktrace (2.47 KB, text/plain)
2015-10-05 20:15 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-10-05 20:13:14 UTC
Build: NetBeans IDE Dev (Build 20151005-1b1db42a072c)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Linux

User Comments:
alexvsimon: scroll in macroexpansion view

markiewb: * Open options for code templates
* select a code template
* click in the textfield of the expanded text to gain the focus
* use the mousewheel -> EXCEPTION




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved(DocumentViewOp.java:1493)
   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)
   at java.awt.Container.dispatchEventToSelf(Container.java:2316)
Comment 1 Alexander Simon 2015-10-05 20:13:16 UTC
Created attachment 156530 [details]
stacktrace
Comment 2 Alexander Simon 2015-10-05 20:15:58 UTC
Created attachment 156531 [details]
stacktrace

scroll in macroexpansion view does not wor any more
Comment 3 Ralph Ruijs 2015-10-06 05:43:54 UTC

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