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 198701 - NullPointerException at javax.swing.plaf.basic.BasicTextUI.modelToView
Summary: NullPointerException at javax.swing.plaf.basic.BasicTextUI.modelToView
Status: RESOLVED DUPLICATE of bug 197857
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 09:02 UTC by Seb147
Modified: 2011-05-24 14:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176598


Attachments
stacktrace (2.02 KB, text/plain)
2011-05-18 09:02 UTC, Seb147
Details
stacktrace (2.96 KB, text/plain)
2011-05-20 11:02 UTC, prasanthp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seb147 2011-05-18 09:02:29 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-10M3326
OS: Mac OS X

User Comments:
rozwell: closing tab

GUEST: close last tab




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1028)
   at javax.swing.plaf.basic.BasicTextUI.modelToView(BasicTextUI.java:1011)
   at org.netbeans.editor.BaseTextUI.getYFromPos(BaseTextUI.java:337)
   at org.netbeans.editor.GlyphGutter.changedLine(GlyphGutter.java:615)
   at org.netbeans.editor.Annotations.fireChangedLine(Annotations.java:640)
   at org.netbeans.editor.Annotations.refreshLine(Annotations.java:560)
Comment 1 Seb147 2011-05-18 09:02:35 UTC
Created attachment 108373 [details]
stacktrace
Comment 2 prasanthp 2011-05-20 11:02:37 UTC
Created attachment 108414 [details]
stacktrace
Comment 3 Miloslav Metelka 2011-05-24 14:38:06 UTC

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