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 242524 - NullPointerException: Invalid doc parameter. Document may not be null!
Summary: NullPointerException: Invalid doc parameter. Document may not be null!
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 19:24 UTC by misterm
Modified: 2014-03-03 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208116


Attachments
stacktrace (2.73 KB, text/plain)
2014-03-03 19:24 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-03-03 19:24:51 UTC
This bug was originally marked as duplicate of bug 168957, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140225-c24d07795382)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: .




Stacktrace: 
java.lang.NullPointerException: Invalid doc parameter. Document may not be null!
   at org.openide.text.NbDocument.checkDocParameter(NbDocument.java:476)
   at org.openide.text.NbDocument.createPosition(NbDocument.java:222)
   at org.openide.text.PositionRef$Manager$DocumentRenderer.run(PositionRef.java:992)
   at org.openide.text.PositionRef$Manager$DocumentRenderer.render(PositionRef.java:911)
   at org.openide.text.PositionRef$Manager$DocumentRenderer.renderToObject(PositionRef.java:929)
   at org.openide.text.PositionRef$Manager$Kind.toMemory(PositionRef.java:497)
Comment 1 misterm 2014-03-03 19:24:53 UTC
Created attachment 145724 [details]
stacktrace