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 236699 - IllegalArgumentException: type: -1
Summary: IllegalArgumentException: type: -1
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 13:34 UTC by acavaleiro
Modified: 2013-10-15 10:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192344


Attachments
stacktrace (1.15 KB, text/plain)
2013-10-03 13:34 UTC, acavaleiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description acavaleiro 2013-10-03 13:34:12 UTC
Build: MPLAB X IDE v1.90
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
GUEST: Opening a project




Stacktrace: 
java.lang.IllegalArgumentException: type: -1
   at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.getNodeObject(DeferredDocumentImpl.java:0)
   at com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl.synchronizeChildren(DeferredDocumentImpl.java:0)
   at com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl.synchronizeChildren(DeferredElementNSImpl.java:0)
   at com.sun.org.apache.xerces.internal.dom.ParentNode.getFirstChild(ParentNode.java:0)
   at com.microchip.crownking.Dendron.first(Dendron.java:347)
   at com.microchip.crownking.Dendron.children(Dendron.java:242)
Comment 1 acavaleiro 2013-10-03 13:34:14 UTC
Created attachment 140758 [details]
stacktrace