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 146079 - AE "no document although status is 2" from CloneableEditorSupport.openDocumentImpl
Summary: AE "no document although status is 2" from CloneableEditorSupport.openDocumen...
Status: RESOLVED DUPLICATE of bug 146008
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2008-09-03 18:24 UTC by Jesse Glick
Modified: 2008-12-22 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-09-03 18:24:24 UTC
Thrown during a unit test.

java.lang.AssertionError: no document although status is 2; doc=StrongRef[doc=null,super.get=null]
	at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:750)
	at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:773)
	at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:745)
	at org.openide.text.CloneableEditorSupport.openDocumentCheckIOE(CloneableEditorSupport.java:725)
	at org.openide.text.CloneableEditorSupport.openDocument(CloneableEditorSupport.java:720)
	at org.openide.text.DataEditorSupport.openDocument(DataEditorSupport.java:400)
	at org.apache.tools.ant.module.xml.AntProjectSupport.parseDocument(AntProjectSupport.java:257)
	at org.apache.tools.ant.module.xml.AntProjectSupport.getDocument(AntProjectSupport.java:159)
	at org.apache.tools.ant.module.xml.AntProjectSupport.getProjectElement(AntProjectSupport.java:297)
	at org.apache.tools.ant.module.run.TargetExecutor.getProcessDisplayName(TargetExecutor.java:132)
	at org.apache.tools.ant.module.run.TargetExecutor.execute(TargetExecutor.java:290)
	at org.apache.tools.ant.module.api.AntTargetExecutor.execute(AntTargetExecutor.java:103)
	at org.apache.tools.ant.module.spi.AntLoggerTest.run(AntLoggerTest.java:100)
	at org.apache.tools.ant.module.spi.AntLoggerTest.run(AntLoggerTest.java:95)
	at org.apache.tools.ant.module.spi.AntLoggerTest.testTaskdef(AntLoggerTest.java:160)
Comment 1 Lukas Hasik 2008-09-04 11:00:26 UTC
reported by Yarda already

*** This issue has been marked as a duplicate of 146008 ***