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 269922

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

Description noex 2017-02-25 10:30:42 UTC
Build: NetBeans IDE 8.2 (Build 201610071157)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Please provide a description of the problem or the steps to reproduce

GUEST: Nothing

GUEST: error while sending mail

GUEST: i was coding... and noticed a red bubble... bubbles!

GUEST: <Please provide a description of the problem or the steps to reproduce>

no error in the program or on the specified line but the hint on the line says create a javadoc file but after creating still showing the error

GUEST: Programming with DOM Parser

noex: don't know where this was happening




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.lib2.view.EditorViewFactory.offsetRepaint(EditorViewFactory.java:273)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory$1.run(HighlightsViewFactory.java:399)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1421)
   at org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.highlightChanged(HighlightsViewFactory.java:357)
   at sun.reflect.GeneratedMethodAccessor73.invoke(GeneratedMethodAccessor73.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 noex 2017-02-25 10:30:45 UTC
Created attachment 163707 [details]
stacktrace