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 171358 - AssertionError at org.netbeans.modules.xml.schema.model.impl.resolver.ImportResolver.findInIncludedImportsDown
Summary: AssertionError at org.netbeans.modules.xml.schema.model.impl.resolver.ImportR...
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-02 21:25 UTC by moilejter
Modified: 2009-09-03 07:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157771


Attachments
stacktrace (4.92 KB, text/plain)
2009-09-02 21:25 UTC, moilejter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description moilejter 2009-09-02 21:25:12 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments:
moilejter: editing XML (WSDL) document



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.xml.schema.model.impl.resolver.ImportResolver.findInIncludedImportsDown(ImportResolver.java:178)
        at org.netbeans.modules.xml.schema.model.impl.resolver.ChamelionResolver.resolve(ChamelionResolver.java:86)
        at org.netbeans.modules.xml.schema.model.impl.SchemaModelImpl.resolveImpl(SchemaModelImpl.java:174)
        at org.netbeans.modules.xml.schema.model.impl.SchemaModelImpl.resolve(SchemaModelImpl.java:153)
        at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.SchemaReferenceImpl.get(SchemaReferenceImpl.java:92)
        at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.SchemaReferenceImpl.get(SchemaReferenceImpl.java:63)
Comment 1 moilejter 2009-09-02 21:25:17 UTC
Created attachment 87006 [details]
stacktrace