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 199285 - 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:
Depends on:
Blocks:
 
Reported: 2011-06-08 18:12 UTC by Tomas Stupka
Modified: 2012-10-11 12:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179250


Attachments
stacktrace (2.92 KB, text/plain)
2011-06-08 18:12 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2011-06-08 18:12:39 UTC
Build: NetBeans IDE Dev (Build 20110607-a41df96a552e)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3326
OS: Mac OS X

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$Closed.getCurrent(EditorSupportLineSet.java:246)
   at org.openide.text.EditorSupportLineSet$Closed.getOriginal(EditorSupportLineSet.java:231)
   at org.netbeans.modules.search.TextDetail.prepareLine(TextDetail.java:290)
Comment 1 Tomas Stupka 2011-06-08 18:12:43 UTC
Created attachment 108812 [details]
stacktrace
Comment 2 David Strupl 2012-10-11 12:08:24 UTC

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