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 199206 - NullPointerException at org.openide.text.Line.<init>
Summary: NullPointerException at org.openide.text.Line.<init>
Status: RESOLVED DUPLICATE of bug 199205
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
: 199759 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-06 17:05 UTC by Jesse Glick
Modified: 2011-06-28 17:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179206


Attachments
stacktrace (2.64 KB, text/plain)
2011-06-06 17:05 UTC, Jesse Glick
Details
stacktrace (2.64 KB, text/plain)
2011-06-06 17:24 UTC, Jesse Glick
Details
stacktrace (2.64 KB, text/plain)
2011-06-07 15:51 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-06-06 17:05:05 UTC
Build: NetBeans IDE Dev (Build 20110606-cec0d10d4352)
VM: Java HotSpot(TM) Client VM, 20.0-b11, Java(TM) SE Runtime Environment, 1.6.0_25-b06
OS: Linux

User Comments:
jglick: Had an XML layer open, but was not really doing anything that I was aware of.




Stacktrace: 
java.lang.NullPointerException
   at org.openide.text.Line.<init>(Line.java:198)
   at org.openide.text.DocumentLine.<init>(DocumentLine.java:105)
   at org.openide.text.EditorSupportLineSet$SupportLine.<init>(EditorSupportLineSet.java:96)
   at org.openide.text.EditorSupportLineSet.createLine(EditorSupportLineSet.java:85)
   at org.openide.text.DocumentLine$Set.getCurrent(DocumentLine.java:1061)
   at org.netbeans.modules.editor.NbToolTip.buildTip(NbToolTip.java:247)
Comment 1 Jesse Glick 2011-06-06 17:05:10 UTC
Created attachment 108763 [details]
stacktrace
Comment 2 Jesse Glick 2011-06-06 17:24:02 UTC
Created attachment 108765 [details]
stacktrace
Comment 3 Jesse Glick 2011-06-07 15:51:06 UTC
Created attachment 108781 [details]
stacktrace

Opened an XML layer.
Comment 4 Jesse Glick 2011-06-07 15:52:43 UTC

*** This bug has been marked as a duplicate of bug 199205 ***
Comment 5 Jesse Glick 2011-06-28 17:35:21 UTC
*** Bug 199759 has been marked as a duplicate of this bug. ***