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 255770 - 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-07 12:19 UTC by betovieirasilva
Modified: 2015-10-07 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220409


Attachments
stacktrace (4.95 KB, text/plain)
2015-10-07 12:19 UTC, betovieirasilva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description betovieirasilva 2015-10-07 12:19:16 UTC
Build: NetBeans IDE Dev (Build 201510060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
betovieirasilva: I clicked the "Cancel" button after editing the file "nb-configuration.xml"




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved(DocumentViewOp.java:1486)
   at java.awt.Component.processMouseWheelEvent(Component.java:6613)
   at java.awt.Component.processEvent(Component.java:6297)
   at java.awt.Container.processEvent(Container.java:2234)
   at java.awt.Component.dispatchEventImpl(Component.java:4881)
   at java.awt.Container.dispatchEventToSelf(Container.java:2316)
Comment 1 betovieirasilva 2015-10-07 12:19:17 UTC
Created attachment 156586 [details]
stacktrace
Comment 2 Miloslav Metelka 2015-10-07 12:45:36 UTC

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