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 255390 - 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: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-18 00:02 UTC by misterm
Modified: 2015-09-18 00:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172871


Attachments
stacktrace (5.05 KB, text/plain)
2015-09-18 00:02 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-09-18 00:02:51 UTC
This issue was reported manually by misterm.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 100928-da3341520bfc)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.xml.schema.model.impl.resolver.ImportResolver.findInIncludedImportsDown(ImportResolver.java:180)
   at org.netbeans.modules.xml.schema.model.impl.resolver.ChamelionResolver.resolve(ChamelionResolver.java:89)
   at org.netbeans.modules.xml.schema.model.impl.SchemaModelImpl.resolveImpl(SchemaModelImpl.java:191)
   at org.netbeans.modules.xml.schema.model.impl.SchemaModelImpl.resolve(SchemaModelImpl.java:170)
   at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.SchemaReferenceImpl.get(SchemaReferenceImpl.java:95)
   at org.netbeans.modules.xml.wsdl.model.extensions.xsd.impl.SchemaReferenceImpl.get(SchemaReferenceImpl.java:66)
Comment 1 misterm 2015-09-18 00:02:53 UTC
Created attachment 156272 [details]
stacktrace