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 270761 - 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-05-29 14:59 UTC by muellermi
Modified: 2017-07-21 09:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229306


Attachments
stacktrace (4.37 KB, text/plain)
2017-05-29 14:59 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-05-29 14:59:08 UTC
Build: NetBeans IDE Dev (Build 201705280001)
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: start NB




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.editor.caret.EditorCaret.maybeSaveCaretOffset(EditorCaret.java:1071)
   at org.netbeans.api.editor.caret.EditorCaret.paint(EditorCaret.java:1135)
   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)
   at javax.swing.JComponent.paintComponent(JComponent.java:780)
Comment 1 muellermi 2017-05-29 14:59:10 UTC
Created attachment 164430 [details]
stacktrace
Comment 2 muellermi 2017-05-29 15:08:40 UTC
might be related to 270745
Comment 3 Dusan Balek 2017-07-21 09:11:37 UTC

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