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

Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.DocumentViewOp.mouseWheelMoved
Product: editor Reporter: stefan79 <stefan79>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229696
Attachments: stacktrace

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