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 270967 - NullPointerException at org.netbeans.api.editor.caret.EditorCaret.maybeSaveCaretOffset
Summary: NullPointerException at org.netbeans.api.editor.caret.EditorCaret.maybeSaveCa...
Status: RESOLVED DUPLICATE of bug 270745
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 08:58 UTC by muellermi
Modified: 2017-07-21 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229544


Attachments
stacktrace (5.44 KB, text/plain)
2017-06-26 08:58 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-06-26 08:58:47 UTC
Build: NetBeans IDE Dev (Build 201706260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 7

User Comments:
muellermi: send report




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.editor.caret.EditorCaret.maybeSaveCaretOffset(EditorCaret.java:1071)
   at org.netbeans.api.editor.caret.EditorCaret.update(EditorCaret.java:2000)
   at org.netbeans.api.editor.caret.EditorCaret.paint(EditorCaret.java:1091)
   at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:742)
   at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:881)
   at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:860)
Comment 1 muellermi 2017-06-26 08:58:49 UTC
Created attachment 164628 [details]
stacktrace
Comment 2 Dusan Balek 2017-07-21 09:08:54 UTC

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