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 - NullPointerException at org.netbeans.modules.editor.lib2.view.EditorViewFactory.offsetRepaint
Summary: NullPointerException at org.netbeans.modules.editor.lib2.view.EditorViewFacto...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-25 10:30 UTC by noex
Modified: 2017-02-25 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221385


Attachments
stacktrace (2.48 KB, text/plain)
2017-02-25 10:30 UTC, noex
Details

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