Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: XmlFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 169861 95.3%
gold [1:9] 6558 3.68%
yellow [10:29] 1615 0.90%
greenyellow [30:49] 22 0.01%
lawngreen 50+ 3 0.00%
All colors 178059 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
16660 105634 [com.ctc.wstx.api.ReaderConfig].doSupportExternalEntities(boolean) call site: 105634
11043 78121 [com.thoughtworks.xstream.mapper.MapperWrapper].shouldSerializeMember(java.lang.Class,java.lang.String) call site: 78121
8489 55131 [com.ctc.wstx.util.URLUtil].toURL(java.io.File) call site: 55131
8415 96118 [com.ctc.wstx.sr.InputElementStack].getValidationLocation() call site: 96118
7743 134059 [com.ctc.wstx.dtd.DTDTypingNonValidator].validateElementEnd(java.lang.String,java.lang.String,java.lang.String) call site: 134059
7653 141804 [com.thoughtworks.xstream.core.util.CustomObjectOutputStream]. (com.thoughtworks.xstream.converters.DataHolder,com.thoughtworks.xstream.core.util.CustomObjectOutputStream$StreamCallback) call site: 141804
7437 168047 [com.thoughtworks.xstream.io.xml.AbstractDocumentReader].moveDown() call site: 168047
6777 126834 [com.thoughtworks.xstream.core.util.Fields].locate(java.lang.Class,java.lang.Class,boolean) call site: 126834
6528 44371 [com.ctc.wstx.util.TextBuffer].contentsAsString() call site: 44371
5234 17989 [com.thoughtworks.xstream.converters.reflection.FieldKey].equals(java.lang.Object) call site: 17989
4551 33886 [com.ctc.wstx.util.PrefixedName].toString() call site: 33886
4544 162264 [com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1].add(java.lang.Object) call site: 162264

Runtime coverage analysis

Covered functions
1493
Functions that are reachable but not covered
2402
Reachable functions
2534
Percentage of reachable functions covered
5.21%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
XmlFuzzer 1
com.code_intelligence.jazzer.api.BugDetectors 1
jdk.internal.module.ModulePatcher$PatchedModuleReader 6
org.codehaus.stax2.ri.evt.Stax2EventReaderAdapter 5
com.bea.xml.stream.XMLEventReaderBase 11
com.bea.xml.stream.util.CircularQueue 16
com.bea.xml.stream.SubReader 2
com.bea.xml.stream.ReaderDelegate 35
com.bea.xml.stream.XMLStreamPlayer 35
com.bea.xml.stream.EventState 15
javax.xml.stream.XMLStreamException 6
com.bea.xml.stream.StreamReaderFilter 2
com.bea.xml.stream.filters.NameFilter 2
com.bea.xml.stream.MXParser:com.ctc.wstx.sr.BasicStreamReader:javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.AbstractXMLStreamReader:org.codehaus.stax2.ri.dom.DOMWrappingReader 7
com.ctc.wstx.sr.BasicStreamReader 114
javax.xml.namespace.QName 9
org.codehaus.jettison.AbstractXMLStreamReader 29
org.codehaus.jettison.Node 21
com.ctc.wstx.sr.InputElementStack 40
java.lang.IllegalStateException 3
com.ctc.wstx.ent.EntityDecl 4
com.bea.xml.stream.MXParser 91
java.lang.String 66
java.lang.Object 9
java.lang.StringUTF16 29
java.lang.StringIndexOutOfBoundsException 1
java.lang.StringBuilder 19
java.lang.StringBuffer 20
java.lang.AbstractStringBuilder 18
java.lang.StringLatin1 23
org.codehaus.stax2.ri.dom.DOMWrappingReader 52
org.dom4j.dom.DOMDocument 25
org.dom4j.dom.DOMNodeHelper 18
org.dom4j.dom.DOMElement 25
org.dom4j.QName 12
org.dom4j.tree.DefaultElement 30
org.dom4j.dom.DOMNamespace 12
org.dom4j.dom.DOMAttribute 16
org.dom4j.tree.FlyweightAttribute 3
org.dom4j.dom.DOMEntityReference 14
org.dom4j.dom.DOMCDATA 15
org.dom4j.dom.DOMText 15
org.dom4j.dom.DOMProcessingInstruction 15
org.dom4j.dom.DOMDocumentType 20
org.dom4j.dom.DOMComment 15
org.dom4j.tree.FlyweightEntity 3
org.dom4j.tree.AbstractElement 68
org.dom4j.tree.BaseElement 9
org.dom4j.tree.AbstractNode 16
org.dom4j.tree.AbstractAttribute 12
org.dom4j.bean.BeanAttribute 6
org.dom4j.bean.BeanAttributeList 14
org.dom4j.bean.BeanMetaData 9
org.dom4j.datatype.DatatypeAttribute:org.dom4j.tree.FlyweightAttribute 2
org.dom4j.tree.AbstractProcessingInstruction 8
org.dom4j.tree.FlyweightProcessingInstruction 3
org.dom4j.tree.AbstractDocumentType 7
org.dom4j.tree.DefaultDocumentType 7
org.codehaus.stax2.ri.Stax2Util 1
javax.xml.stream.util.StreamReaderDelegate 30
org.dom4j.Namespace 13
com.bea.xml.stream.filters.TypeFilter 2
com.ctc.wstx.sr.StreamScanner 74
com.ctc.wstx.api.ReaderConfig 115
com.ctc.wstx.io.BranchingReaderSource 6
com.ctc.wstx.util.TextBuffer 35
java.lang.Math 10
com.ctc.wstx.io.BufferRecycler 9
java.lang.System 14
java.util.ArrayList 26
org.dom4j.tree.BackedList 13
org.dom4j.tree.DefaultText 3
org.dom4j.tree.DefaultProcessingInstruction 4
org.dom4j.tree.DefaultEntity 3
org.dom4j.tree.DefaultAttribute 6
org.dom4j.datatype.DatatypeAttribute 12
org.dom4j.tree.DefaultCDATA 3
org.dom4j.tree.DefaultComment 3
org.dom4j.tree.DefaultNamespace 6
org.dom4j.IllegalAddException 3
java.lang.IllegalArgumentException 3
java.lang.Class 98
jdk.internal.module.ModuleReferenceImpl 5
java.lang.module.ModuleReference 1
java.lang.module.ModuleDescriptor 9
java.util.Objects 7
org.codehaus.jettison.json.JSONObject 23
java.util.AbstractMap 16
java.lang.Long 21
java.lang.reflect.Field 15
java.awt.JobAttributes$DialogType 2
java.awt.PageAttributes$PrintQualityType 2
java.nio.ShortBuffer 4
java.text.DecimalFormatSymbols 3
com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet 3
jdk.internal.org.objectweb.asm.ConstantDynamic 3
java.lang.Integer 29
jdk.internal.org.objectweb.asm.Handle 3
java.util.Arrays 22
org.joda.time.chrono.ZonedChronology 15
org.joda.time.chrono.AssembledChronology 42
org.joda.time.chrono.GJChronology 23
org.joda.time.chrono.JulianChronology 22
org.joda.time.chrono.BasicChronology 35
org.joda.time.chrono.EthiopicChronology 18
org.joda.time.chrono.GregorianChronology 20
org.joda.time.chrono.IslamicChronology 27
org.joda.time.chrono.CopticChronology 18
org.joda.time.DateTimeZone$LazyInit$1 4
org.joda.time.tz.CachedDateTimeZone 12
org.joda.time.tz.FixedDateTimeZone 11
org.joda.time.DateTimeZone 27
org.joda.time.UTCDateTimeZone 10
org.joda.time.base.AbstractInstant 14
org.joda.time.base.BaseDateTime 12
org.joda.time.Instant 4
org.joda.time.chrono.ISOChronology 10
org.joda.time.chrono.StrictChronology 9
org.joda.time.chrono.IslamicChronology$LeapYearPatternType 3
org.joda.time.chrono.LenientChronology 9
org.joda.time.chrono.BuddhistChronology 8
org.joda.time.chrono.LimitChronology 15
java.awt.font.FontRenderContext 2
java.util.jar.Manifest 4
org.jdom.NamespaceKey 4
java.security.Timestamp 3
java.nio.CharBuffer 8
java.math.BigDecimal 17
java.time.OffsetDateTime 8
java.nio.file.attribute.FileTime 4
org.jdom2.filter.NegateFilter 4
org.jdom2.filter.AttributeFilter 3
org.jdom2.Namespace 7
org.jdom2.filter.ClassFilter 4
org.jdom2.filter.ElementFilter 5
org.jdom2.filter.AndFilter 4
org.jdom2.filter.TextOnlyFilter 3
org.jdom2.filter.OrFilter 4
java.lang.Object:org.jdom2.filter.ContentFilter 1
org.dom4j.rule.Rule 8
java.lang.ProcessHandleImpl 4
org.jdom.xpath.JaxenXPath 3
java.awt.PageAttributes$ColorType 2
jdk.internal.module.ModuleHashes 3
java.util.LinkedHashMap 9
java.awt.RenderingHints 15
com.thoughtworks.xstream.core.util.OrderRetainingMap 7
java.util.HashMap 19
org.jdom2.FilterIterator 5
org.jdom2.DescendantIterator:org.jdom2.filter.PassThroughFilter 1
org.jdom2.DescendantIterator 5
org.codehaus.stax2.ri.SingletonIterator 5
java.util.NoSuchElementException 2
org.jdom2.ContentList$CLListIterator 7
org.jdom2.ContentList 30
java.util.ConcurrentModificationException 2
com.thoughtworks.xstream.core.util.ArrayIterator 4
java.lang.reflect.Array 4
nu.xom.jaxen.util.PrecedingSiblingAxisIterator 5
org.jdom2.AttributeList$ALIterator 5
org.jdom2.AttributeList 27
org.jdom.ContentList$FilterListIterator 10
org.jdom.ContentList 23
java.lang.IndexOutOfBoundsException 2
java.lang.RuntimeException 4
java.lang.Exception 4
java.lang.Throwable 20
java.lang.NullPointerException 5
sun.nio.fs.UnixException 2
org.jdom.filter.NegateFilter 4
org.jdom.filter.ElementFilter 4
org.jdom.Namespace 7
org.jdom.Element 25
org.jdom.filter.OrFilter 4
org.jdom.filter.AndFilter 4
org.jdom.filter.ContentFilter 3
org.jdom.DescendantIterator 6
org.dom4j.io.STAXEventWriter$AttributeIterator 3
org.jdom2.util.NamespaceStack$ForwardWalker 4
java.io.BufferedReader$1 2
org.jdom2.output.support.WalkerPRESERVE$1 3
nu.xom.jaxen.util.AncestorOrSelfAxisIterator 3
org.jdom2.util.NamespaceStack$EmptyIterable 4
com.bea.xml.stream.util.ArrayIterator 5
nu.xom.JaxenNavigator$ChildIterator 5
nu.xom.ParentNode 14
nu.xom.Text 12
nu.xom.Node:nu.xom.Text 2
org.jdom2.util.NamespaceStack$BackwardWalker 4
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator 4
com.bea.xml.stream.util.EmptyIterator 3
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2 4
nu.xom.jaxen.util.DescendantAxisIterator 4
org.jdom.FilterIterator 3
org.dom4j.tree.FilterIterator 4
com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItemIterator 4
nu.xom.jaxen.util.PrecedingAxisIterator 4
nu.xom.jaxen.JaxenRuntimeException 6
org.jdom.JDOMException 10
org.xml.sax.SAXException 7
java.sql.SQLException 2
java.lang.reflect.InvocationTargetException 2
java.lang.ExceptionInInitializerError 1
jdk.internal.reflect.Reflection 4
java.lang.ClassLoader 19
java.lang.SecurityManager 11
sun.reflect.misc.ReflectUtil 3
java.lang.reflect.Proxy 3
jdk.internal.ref.CleanerImpl$SoftCleanableRef 2
java.lang.UnsupportedOperationException 2
java.lang.ref.SoftReference 2
java.lang.Class$ReflectionData 1
java.lang.Class$Atomic 2
org.jdom.output.XMLOutputter 40
com.ctc.wstx.exc.WstxValidationException 6
com.bea.xml.stream.events.EndDocumentEvent:javax.xml.stream.XMLStreamException 1
com.bea.xml.stream.events.EndElementEvent 7
com.bea.xml.stream.events.NamedEvent 3
java.lang.AbstractStringBuilder:javax.xml.namespace.QName 1
org.jdom2.ContentList$FilterList 12
org.jdom2.ContentList$FilterListIterator 8
org.jdom2.filter.AbstractFilter 2
org.jdom2.filter.ContentFilter 3
org.jdom2.Content 8
java.lang.ClassCastException 2
org.jdom2.Attribute 20
org.jdom2.Element 32
org.jdom2.filter.PassThroughFilter 1
org.jdom2.ContentList$CLIterator 5
org.jdom.ContentList$FilterList 8
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
nu.xom.jaxen.util.FollowingAxisIterator 5
nu.xom.jaxen.util.DescendantOrSelfAxisIterator 1
nu.xom.jaxen.util.SingleObjectIterator 4
nu.xom.jaxen.DefaultNavigator 4
nu.xom.jaxen.util.FollowingSiblingAxisIterator 5
net.sf.cglib.reflect.FastClass 4
org.joda.time.format.DateTimeFormat$StyleFormatterCacheKey 3
java.util.Locale 7
org.joda.time.LocalDateTime 11
org.joda.time.tz.DateTimeZoneBuilder$DSTZone 10
org.joda.time.tz.DateTimeZoneBuilder$Recurrence 8
org.joda.time.tz.DateTimeZoneBuilder$OfYear 10
org.joda.time.tz.DateTimeZoneBuilder$PrecalculatedZone 9
org.joda.time.field.FieldUtils 9
org.jdom.Content 7
com.ctc.wstx.shaded.msv_core.grammar.ElementExp 6
java.text.AttributedCharacterIterator$Attribute 3
java.util.jar.Attributes$Name 3
org.codehaus.stax2.ri.evt.StartDocumentEventImpl 16
com.bea.xml.stream.events.StartDocumentEvent 13
org.codehaus.stax2.ri.evt.BaseEventImpl 11
com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRules 7
java.text.MessageFormat 7
java.util.Properties 26
com.ctc.wstx.shaded.msv_core.datatype.xsd.BinaryValueType 3
sun.font.CoreMetrics 2
java.time.chrono.JapaneseDate 4
java.awt.font.TextHitInfo 3
com.wutka.dtd.TokenType 2
sun.nio.ch.FileKey 2
java.util.jar.Attributes 15
javax.xml.datatype.XMLGregorianCalendar 3
com.wutka.dtd.DTDCardinal 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigTimeDurationValueType 20
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigDateTimeValueType 26
java.math.BigInteger 20
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.Util 6
java.lang.Number 1
java.util.SimpleTimeZone 9
java.lang.Object:org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType 14
com.wutka.dtd.DTDElement 2
java.util.Hashtable:java.util.Properties 1
com.wutka.dtd.DTDContainer 4
com.wutka.dtd.DTDItem 2
java.util.Vector 32
com.wutka.dtd.DTDMixed 2
com.wutka.dtd.DTDPCData 2
com.wutka.dtd.DTDAny 2
com.wutka.dtd.DTDName 2
com.wutka.dtd.DTDSequence 2
com.wutka.dtd.DTDChoice 2
com.wutka.dtd.DTDEmpty 2
com.ctc.wstx.evt.SimpleStartElement 14
com.ctc.wstx.evt.BaseStartElement 10
org.codehaus.stax2.ri.evt.StartElementEventImpl 10
com.ctc.wstx.util.DataUtil 9
com.ctc.wstx.util.DataUtil$EI 4
com.ctc.wstx.util.EmptyNamespaceContext 7
com.ctc.wstx.evt.MergedNsContext 10
java.util.AbstractList 11
java.util.concurrent.CopyOnWriteArrayList 22
java.util.AbstractSequentialList 5
com.ctc.wstx.sr.CompactNsContext 7
org.codehaus.stax2.ri.evt.NamespaceEventImpl 7
org.codehaus.stax2.ri.evt.AttributeEventImpl 12
com.ctc.wstx.evt.CompactStartElement 13
com.bea.xml.stream.events.StartElementEvent 9
org.codehaus.stax2.ri.EmptyIterator 4
java.nio.file.FileTreeIterator 3
nu.xom.JaxenNavigator$NamedChildIterator 4
org.dom4j.tree.SingleIterator 4
com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1 3
com.bea.xml.stream.util.CircularQueue$1 5
org.dom4j.io.STAXEventWriter$NamespaceIterator 3
com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator 4
com.bea.xml.stream.EventReaderFilter 5
org.codehaus.stax2.ri.evt.Stax2FilteredEventReader 5
org.codehaus.stax2.ri.Stax2EventReaderImpl 5
org.dom4j.tree.AbstractEntity 4
org.dom4j.tree.AbstractText 3
org.dom4j.tree.AbstractComment 4
org.w3c.dom.DOMException 1
org.dom4j.tree.AbstractCDATA 3
org.dom4j.tree.AbstractDocument 14
java.io.PrintStream 9
org.jdom.AttributeList 18
com.thoughtworks.xstream.persistence.XmlArrayList 6
com.thoughtworks.xstream.persistence.XmlMap 5
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy 11
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$ValidFilenameFilter 1
java.io.File 32
com.thoughtworks.xstream.persistence.FilePersistenceStrategy 5
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$MappingList 4
java.util.Hashtable 22
java.util.EnumMap 14
java.util.TreeMap 16
java.util.concurrent.ConcurrentHashMap 19
java.util.IdentityHashMap 15
java.util.WeakHashMap 12
com.thoughtworks.xstream.core.util.WeakCache 16
com.thoughtworks.xstream.core.util.PresortedMap 14
java.awt.RenderingHints:java.util.AbstractMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap 1
com.thoughtworks.xstream.core.util.WeakCache$2 2
java.security.Provider 15
com.thoughtworks.xstream.persistence.XmlMap$XmlMapEntries 4
java.util.AbstractSet 3
net.sf.cglib.beans.BeanMap 13
org.jdom2.output.support.AbstractFormattedWalker$1 3
org.jdom2.output.support.AbstractStAXEventProcessor$NSIterator 3
java.nio.file.Files$2 2
com.ctc.wstx.evt.WstxEventReader 13
nu.xom.Element$AttributeIterator 3
nu.xom.Element 44
com.thoughtworks.xstream.io.binary.ReaderDepthState$1 4
org.jdom2.output.support.AbstractStAXEventProcessor$AttIterator 3
com.thoughtworks.xstream.io.AttributeNameIterator 3
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
java.util.TreeSet 12
java.util.TreeMap$KeySet 6
java.lang.AssertionError 5
java.lang.Error 4
java.util.HashSet 12
com.thoughtworks.xstream.persistence.XmlSet 4
com.thoughtworks.xstream.core.util.ListWrappingQueue 9
net.sf.cglib.beans.FixedKeySet 2
com.thoughtworks.xstream.core.util.PresortedSet 16
java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
com.bea.xml.stream.util.Stack 12
java.util.concurrent.ConcurrentHashMap$KeySetView 7
java.util.concurrent.ConcurrentHashMap$EntrySetView 7
java.util.TreeMap$EntrySet 5
com.ctc.wstx.evt.DefaultEventAllocator 3
com.bea.xml.stream.XMLEventWriterBase 14
org.codehaus.stax2.ri.evt.CommentEventImpl 7
org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl 10
com.ctc.wstx.evt.WEntityDeclaration 6
org.codehaus.stax2.ri.evt.EntityReferenceEventImpl 8
org.codehaus.stax2.ri.evt.EndDocumentEventImpl 7
org.codehaus.stax2.ri.evt.CharactersEventImpl 14
com.bea.xml.stream.events.BaseEvent 13
com.bea.xml.stream.AttributeBase 19
org.codehaus.stax2.ri.evt.EndElementEventImpl 8
org.codehaus.stax2.ri.evt.DTDEventImpl 10
org.codehaus.stax2.ri.evt.ProcInstrEventImpl 8
org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 9
com.bea.xml.stream.NamespaceBase 7
com.bea.xml.stream.events.NamedEvent:com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.BaseStartElement:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.ri.evt.StartElementEventImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
org.codehaus.jettison.mapped.MappedXMLStreamWriter 22
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONProperty 5
java.util.Stack 4
org.codehaus.jettison.mapped.MappedNamespaceConvention 20
com.thoughtworks.xstream.persistence.FileStreamStrategy 4
java.lang.Character 42
java.lang.CharacterData 1
nu.xom.jaxen.expr.DefaultMultiplicativeExpr 1
nu.xom.jaxen.expr.DefaultBinaryExpr 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token 43
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ClosureToken 8
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ConcatToken 4
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ModifierToken 6
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ParenToken 5
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ConditionToken 4
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$UnionToken 5
com.ctc.wstx.shaded.msv_core.datatype.regexp.REUtil 9
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$StringToken 4
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$CharToken 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken 17
org.dom4j.swing.BranchTreeNode 8
org.dom4j.tree.AbstractNode:org.dom4j.tree.DefaultDocument:org.dom4j.tree.FlyweightEntity 1
nu.xom.jaxen.expr.DefaultUnionExpr 3
nu.xom.jaxen.expr.DefaultOrExpr 1
jdk.internal.math.FDBigInteger 33
org.joda.time.tz.DateTimeZoneBuilder$RuleSet 1
org.joda.time.DateTimeFieldType 25
com.ctc.wstx.shaded.msv_core.grammar.NamespaceNameClass 4
com.ctc.wstx.sax.WrappedSaxException 3
org.xml.sax.SAXException:org.xml.sax.SAXParseException 1
nu.xom.ProcessingInstruction 11
org.jdom2.input.sax.TextBuffer 5
org.dom4j.rule.RuleSet 1
java.util.AbstractCollection 12
java.time.chrono.MinguoDate 4
sun.util.locale.BaseLocale 3
java.io.ByteArrayOutputStream 7
sun.java2d.loops.SurfaceType 3
org.xml.sax.SAXParseException 9
java.time.temporal.ChronoUnit 1
java.awt.PageAttributes$OriginType 2
java.net.SocketImpl 1
com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat 6
java.time.Period 4
java.time.Instant 8
java.time.zone.ZoneOffsetTransition 4
com.thoughtworks.xstream.io.binary.Token 11
org.joda.time.field.MillisDurationField 11
java.security.Provider$Service 1
nu.xom.URIUtil$ParsedURI 3
java.lang.Double 22
jdk.internal.math.FloatingDecimal 12
java.lang.ThreadLocal 3
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
java.lang.Byte 14
java.lang.ProcessBuilder$Redirect$3 1
sun.util.calendar.Era 3
java.lang.Short 14
java.lang.reflect.Method 12
org.dom4j.bean.BeanElement 13
java.lang.Thread 29
java.lang.ThreadGroup 6
nu.xom.ParsingException 7
com.ctc.wstx.dtd.DTDSubsetImpl 17
org.joda.time.tz.DateTimeZoneBuilder$Transition 1
org.joda.time.DateTime 8
org.joda.time.base.AbstractDateTime 5
org.joda.time.DateTimeUtils 9
java.util.concurrent.atomic.AtomicReference 5
jdk.internal.reflect.ReflectionFactory 6
jdk.internal.reflect.ReflectionFactory$GetReflectionFactoryAction 2
java.security.AccessController 5
java.lang.NoSuchMethodException 1
java.lang.Class$lambda_methodToString_0__1 3
java.util.stream.Collectors 1
java.lang.reflect.Constructor 10
org.joda.time.tz.UTCProvider 3
org.joda.time.tz.ZoneInfoProvider 11
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1 4
java.util.concurrent.ConcurrentHashMap$CollectionView 8
java.awt.RenderingHints:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
org.dom4j.tree.ContentListFacade 20
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.jaxen.util.SingletonList:org.dom4j.bean.BeanAttributeList:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:sun.awt.util.IdentityArrayList 2
sun.awt.util.IdentityArrayList 14
java.util.LinkedList 20
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:sun.awt.util.IdentityArrayList 5
jdk.internal.ref.CleanerImpl$PhantomCleanableRef 2
jdk.internal.ref.CleanerImpl$WeakCleanableRef 2
java.lang.ref.PhantomReference:java.lang.ref.Reference:java.lang.ref.SoftReference 1
java.io.FileInputStream 6
java.lang.StringConcatHelper 1
org.joda.time.tz.ZoneInfoProvider$1 2
java.io.IOException 3
org.joda.time.tz.DateTimeZoneBuilder 3
com.thoughtworks.xstream.core.util.CustomObjectInputStream 19
com.thoughtworks.xstream.core.util.FastStack 11
com.thoughtworks.xstream.converters.reflection.SerializableConverter$2 5
com.thoughtworks.xstream.io.xml.AbstractDocumentReader 5
com.thoughtworks.xstream.io.xml.AbstractDocumentReader$Pointer 1
com.thoughtworks.xstream.io.xml.XomReader 9
nu.xom.Elements 5
nu.xom.jaxen.util.SingletonList 2
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:sun.awt.util.IdentityArrayList 1
org.jdom.Attribute 19
org.jdom.IllegalAddException 5
org.jdom.Verifier 29
nu.xom.DocType 18
nu.xom.JaxenNavigator 9
nu.xom.Node 8
nu.xom.jaxen.UnsupportedAxisException 1
nu.xom.jaxen.JaxenException 1
nu.xom.jaxen.saxpath.SAXPathException 5
com.thoughtworks.xstream.io.xml.JDom2Reader 9
com.thoughtworks.xstream.io.AbstractReader 5
com.thoughtworks.xstream.io.naming.NameCoderWrapper 4
com.thoughtworks.xstream.io.naming.StaticNameCoder 4
java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap 3
com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder 14
java.lang.NumberFormatException 3
org.jdom2.IllegalAddException 5
org.jdom2.Verifier 30
org.codehaus.stax2.ri.Stax2FilteredStreamReader 1
org.codehaus.stax2.ri.Stax2ReaderAdapter 8
com.bea.xml.stream.XMLEventAllocatorBase 16
org.codehaus.stax2.ri.Stax2EventFactoryImpl 20
com.ctc.wstx.stax.WstxEventFactory 3
com.ctc.wstx.compat.QNameCreator 1
com.ctc.wstx.compat.QNameCreator$Helper 1
nu.xom.XPathTypeException 1
nu.xom.XPathException 3
org.joda.time.chrono.LimitChronology$LimitException 3
org.joda.time.format.ISODateTimeFormat 14
org.joda.time.format.ISODateTimeFormat$Constants 8
org.joda.time.format.DateTimeFormatter 18
org.joda.time.MutableDateTime 6
org.joda.time.DateTimeZone$LazyInit$1:org.joda.time.base.BaseDateTime 1
org.joda.time.field.PreciseDateTimeField 5
org.joda.time.field.PreciseDurationDateTimeField 10
org.joda.time.field.BaseDateTimeField 27
org.joda.time.field.UnsupportedDateTimeField 34
org.joda.time.field.DelegatedDateTimeField 35
org.joda.time.IllegalFieldValueException 7
org.joda.time.chrono.GJEraDateTimeField 16
org.joda.time.chrono.BasicFixedMonthChronology 10
org.joda.time.chrono.BasicChronology$YearInfo 1
java.lang.ArithmeticException 1
org.joda.time.chrono.BasicGJChronology 7
org.joda.time.chrono.BasicDayOfMonthDateTimeField:org.joda.time.chrono.BasicDayOfYearDateTimeField:org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField:org.joda.time.chrono.GJDayOfWeekDateTimeField:org.joda.time.field.PreciseDurationDateTimeField 1
org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField 10
org.joda.time.chrono.BasicDayOfMonthDateTimeField 8
org.joda.time.chrono.GregorianChronology:org.joda.time.chrono.JulianChronology 1
org.joda.time.chrono.BasicDayOfYearDateTimeField 8
org.joda.time.chrono.BasicChronology:org.joda.time.chrono.IslamicChronology 1
org.joda.time.chrono.BasicChronology:org.joda.time.chrono.BasicFixedMonthChronology:org.joda.time.chrono.IslamicChronology 1
org.joda.time.chrono.BasicYearDateTimeField 15
org.joda.time.chrono.CopticChronology:org.joda.time.chrono.EthiopicChronology:org.joda.time.chrono.GregorianChronology:org.joda.time.chrono.IslamicChronology:org.joda.time.chrono.JulianChronology 2
org.joda.time.field.DividedDateTimeField 13
org.joda.time.field.ZeroIsMaxDateTimeField 16
org.joda.time.chrono.GJChronology$CutoverField 26
org.joda.time.chrono.BasicSingleEraDateTimeField 15
org.joda.time.field.DecoratedDateTimeField 10
org.joda.time.chrono.ISOYearOfEraDateTimeField 10
org.joda.time.chrono.BasicMonthOfYearDateTimeField 13
org.joda.time.field.RemainderDateTimeField 17
org.joda.time.chrono.ZonedChronology$ZonedDateTimeField 26
org.joda.time.chrono.GJYearOfEraDateTimeField 11
org.joda.time.chrono.BasicWeekyearDateTimeField 13
org.joda.time.chrono.GJDayOfWeekDateTimeField 9
org.joda.time.field.OffsetDateTimeField 17
org.joda.time.chrono.BasicMonthOfYearDateTimeField:org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField:org.joda.time.chrono.GJDayOfWeekDateTimeField:org.joda.time.chrono.GJEraDateTimeField:org.joda.time.field.DividedDateTimeField:org.joda.time.field.OffsetDateTimeField:org.joda.time.field.PreciseDateTimeField:org.joda.time.field.RemainderDateTimeField 1
org.joda.time.field.SkipUndoDateTimeField 5
org.joda.time.field.LenientDateTimeField 4
org.joda.time.field.SkipDateTimeField 5
org.joda.time.chrono.LimitChronology$LimitDateTimeField 21
org.joda.time.chrono.GJChronology$LinkedDurationField 3
org.joda.time.chrono.GJChronology$ImpreciseCutoverField 8
org.joda.time.field.ImpreciseDateTimeField$LinkedDurationField 5
org.joda.time.field.StrictDateTimeField 4
org.joda.time.tz.CachedDateTimeZone$Info 4
org.joda.time.UTCDateTimeZone:org.joda.time.tz.FixedDateTimeZone 2
org.joda.time.field.ScaledDurationField 6
org.joda.time.field.PreciseDurationField 6
org.joda.time.chrono.ZonedChronology$ZonedDurationField 9
org.joda.time.chrono.LimitChronology$LimitDurationField 3
org.joda.time.field.DelegatedDurationField 11
org.joda.time.field.UnsupportedDurationField 15
org.joda.time.field.DecoratedDurationField 6
org.joda.time.chrono.BaseChronology 39
org.joda.time.DurationFieldType 14
java.util.HashMap:java.util.LinkedHashMap 1
org.joda.time.DurationField 1
java.util.HashMap:org.joda.time.field.UnsupportedDateTimeField 1
org.joda.time.DateTimeField 2
org.joda.time.chrono.BasicFixedMonthChronology:org.joda.time.chrono.GregorianChronology:org.joda.time.chrono.JulianChronology 1
org.joda.time.field.BaseDateTimeField:org.joda.time.field.DecoratedDateTimeField 1
org.joda.time.chrono.AssembledChronology:org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.field.BaseDateTimeField 1
org.joda.time.field.ImpreciseDateTimeField 2
org.joda.time.chrono.GJChronology$CutoverField:org.joda.time.chrono.LimitChronology$LimitDateTimeField:org.joda.time.chrono.ZonedChronology$ZonedDateTimeField:org.joda.time.field.DividedDateTimeField:org.joda.time.field.ImpreciseDateTimeField:org.joda.time.field.PreciseDurationDateTimeField:org.joda.time.field.RemainderDateTimeField:org.joda.time.field.UnsupportedDateTimeField 1
org.joda.time.chrono.AssembledChronology:org.joda.time.chrono.BasicSingleEraDateTimeField 2
org.joda.time.IllegalInstantException 3
org.joda.time.format.DateTimeFormat 5
org.joda.time.format.DateTimeFormatterBuilder 49
org.joda.time.format.DateTimeFormatterBuilder$TextField 8
org.joda.time.format.DateTimeFormatterBuilder$UnpaddedNumber 4
org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter 3
org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber 4
org.joda.time.DateTimeUtils$SystemMillisProvider 1
org.joda.time.DateTimeUtils$OffsetMillisProvider 1
org.joda.time.DateTimeUtils$FixedMillisProvider 1
org.joda.time.format.DateTimeFormatterBuilder$TwoDigitYear 8
org.joda.time.format.DateTimeFormatterBuilder$Fraction 8
org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName 7
org.joda.time.format.DateTimeFormatterBuilder$TimeZoneOffset 7
org.joda.time.format.DateTimeFormatterBuilder$CharacterLiteral 6
org.joda.time.format.DateTimeFormatterBuilder$StringLiteral 6
org.joda.time.format.DateTimeFormatterBuilder$Composite 10
com.thoughtworks.xstream.core.util.PresortedMap$1 3
java.lang.ref.WeakReference 2
com.thoughtworks.xstream.XStream 39
com.thoughtworks.xstream.XStream$1 2
com.thoughtworks.xstream.core.DefaultConverterLookup 4
com.thoughtworks.xstream.core.util.PrioritizedList 3
nu.xom.Element:nu.xom.Node 2
nu.xom.jaxen.saxpath.XPathSyntaxException 3
com.ctc.wstx.exc.WstxException 6
com.ctc.wstx.io.WstxInputLocation 12
com.ctc.wstx.util.StringUtil 9
com.bea.xml.stream.events.EntityReferenceEvent 9
com.ctc.wstx.ent.IntEntity 12
com.bea.xml.stream.events.EntityDeclarationEvent:com.ctc.wstx.ent.ExtEntity:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 1
java.io.StringWriter 11
nu.xom.UnsynchronizedBufferedWriter 7
com.ctc.wstx.sw.XmlWriterWrapper$RawWrapper 4
com.ctc.wstx.sw.ISOLatin1XmlWriter 11
com.ctc.wstx.sw.EncodingXmlWriter 35
java.io.DataOutputStream 9
com.thoughtworks.xstream.core.util.CustomObjectOutputStream 15
com.thoughtworks.xstream.XStream$3 3
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy 3
com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy 3
com.thoughtworks.xstream.core.ReferenceByIdMarshaller 7
com.thoughtworks.xstream.core.SequenceGenerator 2
com.thoughtworks.xstream.core.AbstractReferenceMarshaller 2
com.thoughtworks.xstream.core.util.ObjectIdDictionary 6
java.lang.ref.ReferenceQueue 3
com.thoughtworks.xstream.io.path.PathTracker 7
com.thoughtworks.xstream.core.TreeMarshaller 9
com.thoughtworks.xstream.io.path.PathTrackingWriter 4
com.thoughtworks.xstream.io.WriterWrapper 9
com.thoughtworks.xstream.io.AbstractWriter:com.thoughtworks.xstream.io.binary.BinaryStreamWriter:com.thoughtworks.xstream.io.json.JsonWriter 1
com.thoughtworks.xstream.core.TreeMarshallingStrategy 3
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy 3
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller 6
com.thoughtworks.xstream.mapper.EnumMapper 8
com.thoughtworks.xstream.mapper.MapperWrapper 20
com.thoughtworks.xstream.mapper.ArrayMapper 5
com.thoughtworks.xstream.core.util.Primitives 5
com.thoughtworks.xstream.core.util.PresortedMap:java.awt.RenderingHints:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 3
com.thoughtworks.xstream.mapper.CGLIBMapper 2
net.sf.cglib.proxy.Enhancer 44
java.lang.NoClassDefFoundError 1
java.lang.LinkageError 1
java.lang.invoke.MemberName 7
com.thoughtworks.xstream.mapper.DefaultMapper 20
com.thoughtworks.xstream.mapper.DefaultImplementationsMapper 5
com.thoughtworks.xstream.mapper.DynamicProxyMapper 4
com.thoughtworks.xstream.mapper.LambdaMapper 2
com.thoughtworks.xstream.core.util.Types 1
java.lang.Class$EnclosingMethodInfo 3
java.util.regex.Pattern 7
java.util.regex.Matcher 4
java.lang.PublicMethods 3
java.lang.reflect.Modifier 7
com.thoughtworks.xstream.mapper.PackageAliasingMapper 3
com.thoughtworks.xstream.mapper.ClassAliasingMapper 5
com.thoughtworks.xstream.core.util.PresortedMap$ArraySet 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 2
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1 5
com.thoughtworks.xstream.converters.ConversionException 3
com.thoughtworks.xstream.converters.ErrorWritingException 9
com.thoughtworks.xstream.XStreamException 3
java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap 1
com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:java.awt.HeadlessException:java.io.InvalidClassException:java.lang.Object:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:javax.xml.parsers.FactoryConfigurationError:javax.xml.stream.FactoryConfigurationError:javax.xml.transform.TransformerFactoryConfigurationError:org.joda.time.IllegalFieldValueException:org.xml.sax.SAXException:sun.nio.fs.UnixException 1
com.ctc.wstx.exc.WstxLazyException 4
java.util.Collections 18
java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 3
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.lang.StringBuilder:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 2
com.thoughtworks.xstream.io.xml.DomReader 13
org.dom4j.dom.DOMAttributeNodeMap 4
com.thoughtworks.xstream.io.xml.JDomReader 9
com.thoughtworks.xstream.io.ReaderWrapper 12
com.thoughtworks.xstream.io.binary.BinaryStreamReader 11
com.thoughtworks.xstream.io.binary.ReaderDepthState 13
com.thoughtworks.xstream.io.xml.XppReader 9
org.xmlpull.mxp1.MXParser 49
io.github.xstream.mxparser.MXParser 49
org.kxml2.io.KXmlParser 35
com.thoughtworks.xstream.io.xml.StaxReader 9
com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper 7
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider 14
com.thoughtworks.xstream.converters.reflection.FieldDictionary 9
com.thoughtworks.xstream.converters.reflection.FieldDictionary$DictionaryEntry 3
com.thoughtworks.xstream.core.JVM 14
java.lang.reflect.AccessibleObject 1
com.thoughtworks.xstream.converters.reflection.FieldKey 7
com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter 1
com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter 1
com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter$1 3
com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter 1
com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter$1 3
java.util.ArrayList:org.jdom2.ContentList$CLListIterator:org.jdom2.ContentList$FilterListIterator 1
org.dom4j.datatype.DatatypeElement 8
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:sun.awt.util.IdentityArrayList 4
org.jdom2.ProcessingInstruction 12
org.jdom2.Comment 8
org.jdom2.Text 10
org.jdom2.DocType 15
org.jdom2.CDATA 6
org.jdom2.EntityRef 12
java.io.InputStreamReader 8
com.thoughtworks.xstream.io.xml.XomDriver 4
nu.xom.Builder 9
org.xml.sax.InputSource 14
nu.xom.XOMHandler 29
java.lang.Runtime 5
nu.xom.Document 14
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser 10
com.ctc.wstx.shaded.msv_core.verifier.VerifierFilter 15
com.ctc.wstx.shaded.msv_core.verifier.Verifier 19
org.jdom.output.SAXOutputter 39
java.io.InvalidClassException 1
nu.xom.Builder$ValidityRequired 6
com.ctc.wstx.shaded.msv_core.reader.GrammarReader 46
com.ctc.wstx.shaded.msv.org_isorelax.jaxp.ValidatingSAXParser 2
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl 6
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierFilterImpl 14
org.xml.sax.helpers.XMLFilterImpl 30
com.ctc.wstx.shaded.msv_core.verifier.jarv.VerifierImpl 4
com.ctc.wstx.shaded.msv_core.verifier.jaxp.SAXParserImpl 2
com.ctc.wstx.sax.WstxSAXParser 38
com.ctc.wstx.sax.WstxSAXParserFactory 1
javax.xml.parsers.SAXParser 1
com.ctc.wstx.stax.WstxInputFactory 11
com.ctc.wstx.api.CommonConfig 10
java.lang.Boolean 14
com.ctc.wstx.util.SymbolTable 12
com.ctc.wstx.sax.WstxSAXParser$ResolverProxy 2
com.ctc.wstx.shaded.msv.org_isorelax.jaxp.ValidatingSAXParserFactory 5
com.ctc.wstx.shaded.msv_core.verifier.jaxp.SAXParserFactoryImpl 6
javax.xml.parsers.SAXParserFactory 6
com.ctc.wstx.shaded.msv_core.verifier.jarv.SchemaImpl 3
com.ctc.wstx.shaded.msv_core.verifier.jarv.FactoryImpl 6
com.ctc.wstx.shaded.msv_core.verifier.identity.IDConstraintChecker 17
com.ctc.wstx.shaded.msv_core.verifier.regexp.xmlschema.XSREDocDecl 4
com.ctc.wstx.shaded.msv_core.verifier.regexp.REDocumentDeclaration 6
com.ctc.wstx.shaded.msv_core.verifier.regexp.ResidualCalculator 19
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributeFeeder 18
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributePicker 16
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributePruner 5
com.ctc.wstx.shaded.msv_core.grammar.ExpressionCloner 13
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributeRemover 4
com.ctc.wstx.shaded.msv_core.verifier.regexp.CombinedChildContentExpCreator 23
com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementsOfConcernCollector 13
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributeToken 5
com.ctc.wstx.shaded.msv_core.verifier.regexp.Token 6
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaGrammar 4
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule:com.ctc.wstx.shaded.msv_core.grammar.trex.TREXGrammar:com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaGrammar:com.ctc.wstx.shaded.msv_core.relaxns.grammar.RELAXGrammar 1
com.ctc.wstx.shaded.msv_core.grammar.AttributeExp 7
com.ctc.wstx.shaded.msv_core.grammar.Expression 9
com.ctc.wstx.shaded.msv_core.grammar.Expression:java.lang.Object 1
com.ctc.wstx.shaded.msv_core.grammar.NameClass 4
com.ctc.wstx.shaded.msv_core.util.StartTagInfo 10
com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier 15
org.xml.sax.helpers.NamespaceSupport 7
com.ctc.wstx.shaded.msv_core.util.DatatypeRef 1
com.ctc.wstx.shaded.msv_core.verifier.util.ErrorHandlerImpl 4
com.ctc.wstx.sax.WstxSAXParser:javax.xml.parsers.SAXParserFactory 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.VerifierConfigurationException 5
com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:java.awt.HeadlessException:java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:org.joda.time.IllegalFieldValueException:org.xml.sax.SAXException:sun.nio.fs.UnixException 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl$1 4
javax.xml.parsers.ParserConfigurationException 1
com.thoughtworks.xstream.io.xml.SaxWriter 19
org.jdom2.output.SAXOutputter 14
nu.xom.xslt.XOMReader 9
nu.xom.converters.SAXConverter 9
nu.xom.xslt.XSLTHandler 21
nu.xom.Nodes 6
org.xml.sax.helpers.AttributesImpl 15
org.dom4j.io.SAXWriter 34
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl:org.xml.sax.helpers.XMLFilterImpl 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl:com.ctc.wstx.shaded.msv_core.verifier.Verifier 1
com.ctc.wstx.shaded.msv_core.verifier.Verifier:org.xml.sax.helpers.XMLFilterImpl 1
org.jdom2.transform.JDOMSource$DocumentReader 2
org.jdom2.transform.JDOMSource$JDOMInputSource 5
org.jdom2.Document 19
org.jdom2.output.support.SAXTarget 9
org.jdom2.output.support.SAXTarget$SAXLocator 6
org.jdom2.output.support.AbstractSAXOutputProcessor 15
com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$2:com.ctc.wstx.shaded.msv_core.relaxns.verifier.AnyOtherElementVerifier:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:nu.xom.XOMHandler:nu.xom.xslt.XSLTHandler:org.dom4j.io.DOMSAXContentHandler:org.dom4j.io.SAXContentHandler:org.jdom.input.SAXHandler:org.jdom2.input.sax.SAXHandler:org.jdom2.output.support.SAXTarget:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.dom4j.io.XMLWriter 64
org.dom4j.io.SAXModifyContentHandler 23
org.dom4j.io.SAXContentHandler 43
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.ForkContentHandler 11
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl$Transponder 13
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl 10
org.xml.sax.helpers.DefaultHandler 18
com.ctc.wstx.shaded.msv_core.relaxns.verifier.AnyOtherElementVerifier 6
com.ctc.wstx.msv.W3CMultiSchemaFactory$RecursiveAllowedXMLSchemaReader 7
com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser$1 4
com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser 58
com.ctc.wstx.shaded.msv_core.scanner.dtd.InputEntity 25
com.ctc.wstx.io.BaseInputSource 8
com.ctc.wstx.io.SystemId 6
java.net.URL 15
org.codehaus.jettison.AbstractXMLStreamReader$1 4
org.codehaus.stax2.ri.Stax2LocationAdapter 5
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.MXParser:com.bea.xml.stream.events.BaseEvent:com.bea.xml.stream.events.EntityDeclarationEvent:com.bea.xml.stream.events.EntityReferenceEvent:com.bea.xml.stream.events.NotationDeclarationEvent:com.bea.xml.stream.events.StartDocumentEvent:com.ctc.wstx.io.WstxInputLocation:org.codehaus.jettison.AbstractXMLStreamReader$1:org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation:org.codehaus.stax2.XMLStreamLocation2$1 1
com.bea.xml.stream.events.EntityDeclarationEvent 5
org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation 4
org.codehaus.stax2.XMLStreamLocation2$1 3
com.bea.xml.stream.events.NotationDeclarationEvent 4
com.thoughtworks.xstream.mapper.AnnotationMapper$1 3
com.thoughtworks.xstream.mapper.AnnotationMapper$UnprocessedTypesSet 3
sun.reflect.annotation.AnnotationParser 1
java.util.stream.Collectors$Partition 1
com.thoughtworks.xstream.core.util.WeakCache$4 2
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 4
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RELAXNGReader 20
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$1 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$ChainPrefixResolver 2
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1 3
com.bea.xml.stream.EventFactory 19
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
org.dom4j.io.STAXEventWriter 2
com.thoughtworks.xstream.core.util.WeakCache$4$1 3
java.util.TreeMap$Entry 5
java.util.Hashtable$Entry 6
java.util.HashMap$Node 5
java.util.concurrent.ConcurrentHashMap$Node 5
java.util.WeakHashMap$Entry 5
sun.reflect.annotation.AnnotationType 3
java.lang.ref.PhantomReference 1
java.lang.ref.Reference 3
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.thoughtworks.xstream.core.util.PresortedMap$1:java.util.HashMap$Node:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$Node 1
java.lang.Class$AnnotationData 1
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$3 3
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$DuplicateFieldException 1
com.thoughtworks.xstream.core.util.FastField 7
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter$2 3
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter$DuplicatePropertyException 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader:java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:org.jdom2.output.support.SAXTarget$SAXLocator:org.xml.sax.helpers.LocatorImpl 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader:org.jdom2.output.support.SAXTarget$SAXLocator:org.xml.sax.helpers.LocatorImpl 2
com.ctc.wstx.shaded.msv_core.reader.util.ForkContentHandler 11
com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper 11
com.ctc.wstx.shaded.msv_core.util.xml.DocumentFilter 8
com.ctc.wstx.shaded.msv_core.writer.ContentHandlerAdaptor 11
com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$2:com.ctc.wstx.shaded.msv_core.relaxns.verifier.AnyOtherElementVerifier:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:nu.xom.XOMHandler:nu.xom.xslt.XSLTHandler:org.dom4j.io.DOMSAXContentHandler:org.dom4j.io.SAXContentHandler:org.jdom.input.SAXHandler:org.jdom2.input.sax.SAXHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.xml.sax.HandlerBase 14
org.jdom2.util.NamespaceStack 10
org.jdom2.output.support.FormatStack 21
org.jdom2.output.Format 21
org.jdom2.transform.JDOMResult$DocumentBuilder 15
org.jdom2.transform.JDOMResult 2
org.jdom2.transform.JDOMResult$FragmentHandler 1
org.jdom2.CloneBase 2
org.jdom2.IllegalNameException 1
java.util.Map 3
org.jdom2.input.sax.SAXHandler 33
org.jdom2.DefaultJDOMFactory 25
org.jdom2.UncheckedJDOMFactory 16
org.jdom2.internal.ArrayCopy 4
org.jdom2.output.XMLOutputter 14
java.nio.charset.Charset 7
sun.nio.cs.UTF_8 1
org.jdom2.output.Format$DefaultCharsetEscapeStrategy 2
org.jdom2.output.support.AbstractXMLOutputProcessor 24
com.ctc.wstx.sw.XmlWriterWrapper$TextWrapper 3
com.ctc.wstx.sw.BufferingXmlWriter 38
java.io.PrintWriter 19
com.ctc.wstx.sw.AsciiXmlWriter 11
com.ctc.wstx.sw.XmlWriter 11
java.io.OutputStreamWriter 10
java.io.FilterWriter 6
java.io.BufferedWriter 10
com.ctc.wstx.io.UTF8Writer 12
java.io.ObjectOutputStream 10
java.io.ObjectOutputStream$BlockDataOutputStream 7
java.util.zip.DeflaterOutputStream 4
java.io.FileOutputStream 4
java.io.FilterOutputStream 5
java.io.PipedOutputStream 4
java.io.OutputStream 3
java.io.OutputStream$1 3
java.lang.ProcessBuilder$NullOutputStream 1
java.io.BufferedOutputStream 4
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter$1 4
com.thoughtworks.xstream.io.xml.StaxWriter 11
com.thoughtworks.xstream.io.AbstractWriter 4
java.util.BitSet 14
com.thoughtworks.xstream.io.naming.NoNameCoder 3
com.thoughtworks.xstream.io.xml.QNameMap 3
com.ctc.wstx.dom.WstxDOMWrappingWriter 20
org.codehaus.stax2.ri.EmptyNamespaceContext 4
org.codehaus.stax2.util.StreamWriterDelegate 25
com.ctc.wstx.sw.NonNsStreamWriter 19
com.bea.xml.stream.XMLWriterBase:com.ctc.wstx.sw.BaseNsStreamWriter:org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter:org.codehaus.jettison.mapped.MappedXMLStreamWriter 1
com.bea.xml.stream.XMLWriterBase 49
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter 23
com.ctc.wstx.sw.BaseNsStreamWriter 19
org.codehaus.stax2.ri.evt.MergedNsContext 4
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.jaxen.util.SingletonList:org.codehaus.stax2.ri.evt.NamespaceEventImpl:org.dom4j.bean.BeanAttributeList:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.util.StringVector 14
com.ctc.wstx.shaded.msv_core.reader.xmlschema.WSDLSchemaReader$SimpleNamespaceContext 3
com.bea.xml.stream.ReadOnlyNamespaceContextBase 5
com.bea.xml.stream.util.NamespaceContextImpl 10
com.bea.xml.stream.util.SymbolTable 8
java.util.EmptyStackException 1
org.codehaus.jettison.XsonNamespaceContext 4
com.ctc.wstx.sw.OutputElementBase 12
com.ctc.wstx.util.BijectiveNsMap 11
org.dom4j.dtd.ElementDecl 1
org.dom4j.dtd.InternalEntityDecl 3
org.dom4j.dtd.ExternalEntityDecl 2
org.dom4j.dtd.AttributeDecl 1
org.dom4j.tree.AbstractBranch 25
org.dom4j.tree.DefaultDocument 17
org.dom4j.Namespace:org.dom4j.tree.AbstractNode:org.dom4j.tree.FlyweightCDATA:org.dom4j.tree.FlyweightComment:org.dom4j.tree.FlyweightEntity:org.dom4j.tree.FlyweightProcessingInstruction:org.dom4j.tree.FlyweightText 1
org.dom4j.datatype.DatatypeAttribute:org.dom4j.tree.AbstractNode:org.dom4j.tree.BaseElement:org.dom4j.tree.DefaultAttribute:org.dom4j.tree.DefaultCDATA:org.dom4j.tree.DefaultComment:org.dom4j.tree.DefaultElement:org.dom4j.tree.DefaultEntity:org.dom4j.tree.DefaultNamespace:org.dom4j.tree.DefaultProcessingInstruction:org.dom4j.tree.DefaultText 2
com.ctc.wstx.util.BaseNsContext 4
java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap:org.codehaus.stax2.ri.evt.NamespaceEventImpl 1
org.codehaus.stax2.ri.dom.DOMWrappingWriter 15
com.ctc.wstx.dom.DOMOutputElement 9
org.dom4j.util.IndexedElement 23
java.lang.StackTraceElement 7
java.util.logging.LogManager$CloseOnReset 2
java.text.NumberFormat 3
java.text.DigitList 4
java.lang.reflect.Parameter 3
java.net.SocketPermission 3
com.wutka.dtd.DTDProcessingInstruction 3
java.util.GregorianCalendar 10
java.time.Duration 5
com.ctc.wstx.util.PrefixedName 12
java.net.Inet4Address 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.QnameValueType 4
java.awt.geom.Rectangle2D 2
com.ctc.wstx.evt.WNotationDeclaration 2
java.lang.ProcessBuilder$Redirect 2
java.time.ZonedDateTime 5
java.awt.datatransfer.MimeTypeParameterList 4
com.wutka.dtd.DTDSystem 2
com.wutka.dtd.DTDExternalID 3
java.time.zone.ZoneOffsetTransitionRule 3
java.lang.module.ModuleDescriptor$Exports 4
com.wutka.dtd.DTDAttlist 4
com.wutka.dtd.DTDPublic 3
java.security.CodeSource 4
java.security.CodeSigner 3
java.lang.module.ModuleDescriptor$Provides 4
java.time.Year 10
com.thoughtworks.xstream.security.ProxyTypePermission 3
com.bea.xml.stream.events.EntityDeclarationEvent:com.ctc.wstx.ent.EntityDecl:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 2
com.bea.xml.stream.events.EntityDeclarationEvent:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 1
com.bea.xml.stream.events.EntityDeclarationEvent:com.ctc.wstx.ent.IntEntity:com.ctc.wstx.ent.ParsedExtEntity:com.ctc.wstx.ent.UnparsedExtEntity:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 1
com.bea.xml.stream.events.EntityDeclarationEvent:com.ctc.wstx.ent.ExtEntity:com.ctc.wstx.ent.IntEntity:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl 2
jdk.internal.misc.Signal 3
java.security.AccessControlContext 2
sun.java2d.loops.CompositeType 3
java.lang.invoke.LambdaForm 3
sun.java2d.pipe.Region 3
org.joda.time.PeriodType 16
java.time.LocalDateTime 9
java.text.SimpleDateFormat 5
java.time.temporal.ValueRange 8
java.lang.invoke.LambdaFormEditor$TransformKey 3
java.awt.DisplayMode 3
com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription 2
java.util.zip.ZipFile$Source$Key 2
jdk.internal.jimage.ImageReader$Node 4
org.joda.time.format.InternalParserDateTimeParser 4
java.lang.Enum:java.lang.Object 1
org.joda.time.field.AbstractReadableInstantFieldProperty 13
org.joda.time.DateMidnight$Property:org.joda.time.DateTime$Property:org.joda.time.LocalDate$Property:org.joda.time.LocalDateTime$Property:org.joda.time.LocalTime$Property:org.joda.time.MutableDateTime$Property 1
org.joda.time.LocalDate$Property 3
org.joda.time.LocalDate 14
org.joda.time.DateTime$Property 3
org.joda.time.LocalDateTime$Property 3
org.joda.time.LocalTime$Property 3
org.joda.time.LocalTime 12
org.joda.time.DateMidnight$Property 3
org.joda.time.MutableDateTime$Property 5
org.joda.time.DateTimeFieldType$StandardDateTimeFieldType 5
org.joda.time.field.BaseDateTimeField:org.joda.time.field.DelegatedDateTimeField:org.joda.time.field.UnsupportedDateTimeField 1
com.thoughtworks.xstream.security.NoTypePermission 3
java.net.Proxy 3
org.joda.time.base.AbstractDuration 5
org.joda.time.base.BaseDuration 1
java.awt.Rectangle 2
java.awt.JobAttributes 4
org.joda.time.field.BaseDurationField 7
java.security.cert.Certificate 2
nu.xom.Attribute$Type 4
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$FieldLocation 3
net.sf.cglib.proxy.CallbackHelper 3
java.time.format.DecimalStyle 3
java.awt.AWTKeyStroke 3
java.nio.DoubleBuffer 4
com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl 2
com.thoughtworks.xstream.core.util.XmlHeaderAwareReader 8
java.time.temporal.WeekFields 8
org.joda.time.base.BaseSingleFieldPeriod 9
org.joda.time.Months 3
org.joda.time.Seconds 3
org.joda.time.Years 3
org.joda.time.Days 3
org.joda.time.Weeks 3
org.joda.time.Minutes 3
org.joda.time.Hours 3
org.joda.time.DurationFieldType$StandardDurationFieldType 3
net.sf.cglib.core.MethodInfo 4
net.sf.cglib.core.CodeEmitter$State:net.sf.cglib.core.ReflectUtils$3 2
net.sf.cglib.core.Signature 9
java.awt.Dimension 3
nu.xom.jaxen.QualifiedName 2
java.awt.AlphaComposite 2
java.time.zone.ZoneRules 3
java.util.Optional 10
org.jdom.Document 16
sun.font.FontStrikeDesc 3
java.lang.Thread$WeakClassKey 3
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$NamedItemType 4
java.awt.Color 8
com.thoughtworks.xstream.security.PrimitiveTypePermission 3
java.util.PropertyPermission 3
java.lang.module.ModuleDescriptor$Version 4
java.util.Calendar 15
java.awt.BufferCapabilities$FlipContents 2
javax.swing.tree.TreePath 3
java.awt.PageAttributes 4
sun.util.locale.LocaleExtensions 3
jdk.internal.org.objectweb.asm.Type 4
java.time.chrono.ChronoLocalDateImpl 3
java.awt.Font 5
java.lang.Float 21
com.sun.org.apache.xerces.internal.util.URI 3
java.lang.Runtime$Version 4
com.thoughtworks.xstream.security.ArrayTypePermission 3
java.awt.font.NumericShaper 3
java.time.LocalTime 7
java.security.BasicPermission 3
java.awt.JobAttributes$MultipleDocumentHandlingType 2
java.time.MonthDay 7
java.lang.Character$Subset 3
java.time.chrono.AbstractChronology 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.ListValueType 3
org.joda.time.base.AbstractPartial 11
org.joda.time.YearMonthDay 4
org.joda.time.Partial 8
org.joda.time.MonthDay 4
org.joda.time.TimeOfDay 4
org.joda.time.YearMonth 4
org.joda.time.base.BasePartial 2
java.lang.InternalError 3
java.lang.VirtualMachineError 3
com.ctc.wstx.shaded.msv_core.verifier.identity.KeyValue 3
com.thoughtworks.xstream.io.path.Path 11
java.awt.RenderingHints$Key 2
java.net.InterfaceAddress 3
java.security.Provider$ServiceKey 2
java.net.InetAddress 3
com.thoughtworks.xstream.core.util.ObjectIdDictionary$WeakIdWrapper 4
com.thoughtworks.xstream.security.InterfaceTypePermission 3
java.beans.IndexedPropertyDescriptor 2
java.util.logging.Level 3
jdk.internal.module.ServicesCatalog$ServiceProvider 2
net.sf.cglib.reflect.FastMember 3
java.lang.Object:java.lang.invoke.MemberName:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method 2
java.lang.Object:org.jdom.filter.ContentFilter 2
java.util.OptionalLong 7
java.time.ZoneId 5
com.sun.org.apache.xerces.internal.xni.QName 4
java.awt.image.ColorModel 3
java.lang.constant.DynamicConstantDesc 3
net.sf.cglib.core.ClassInfo 4
net.sf.cglib.core.ClassEmitter$1 4
net.sf.cglib.asm.Type 23
org.joda.time.chrono.GJCacheKey 3
java.lang.invoke.MethodType 4
java.nio.IntBuffer 4
java.text.ParsePosition 3
java.nio.FloatBuffer 4
java.awt.geom.Point2D 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression 24
sun.util.calendar.CalendarDate 4
java.util.ResourceBundle$CacheKey 3
java.awt.Insets 4
java.security.cert.CertPath 3
java.net.NetworkInterface 3
java.awt.geom.AffineTransform 4
net.sf.cglib.core.ClassEmitter$FieldInfo 3
java.text.FieldPosition 4
com.ctc.wstx.dtd.DTDId 6
java.net.URI 11
java.lang.invoke.LambdaForm$NamedFunction 3
java.nio.ByteBuffer 7
java.util.Date 7
java.text.DecimalFormat 3
com.ctc.wstx.sw.SimpleOutputElement$AttrName 6
sun.font.AttributeValues 4
jdk.internal.loader.AbstractClassLoaderValue$Sub 3
java.time.chrono.HijrahDate 4
java.net.Inet6Address 2
java.util.AbstractList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
javax.crypto.CryptoPermission 4
java.awt.JobAttributes$SidesType 2
sun.nio.fs.UnixFileStore 3
java.lang.module.ModuleDescriptor$Requires 4
java.awt.JobAttributes$DefaultSelectionType 2
java.math.MathContext 3
com.thoughtworks.xstream.security.AnyTypePermission 2
org.joda.time.base.AbstractPeriod 7
org.joda.time.base.BasePeriod$1 2
org.joda.time.base.BasePeriod 2
org.joda.time.PeriodType:org.joda.time.base.BasePeriod 1
java.awt.datatransfer.MimeType 6
java.util.zip.ZipEntry 6
jdk.internal.module.IllegalAccessLogger$Usage 2
java.security.AllPermission 3
java.lang.Package 6
java.awt.JobAttributes$DestinationType 2
java.awt.image.IndexColorModel 3
java.util.UUID 5
java.time.OffsetTime 8
java.time.Clock 4
sun.font.FontLineMetrics 3
com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItem 5
com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec 2
java.lang.Enum 10
java.net.Inet6Address$Inet6AddressHolder 2
java.io.ObjectStreamClass$DeserializationConstructorsCache$Key 2
org.joda.time.field.AbstractPartialFieldProperty 5
org.joda.time.YearMonthDay$Property 3
org.joda.time.MonthDay$Property 3
org.joda.time.YearMonth$Property 3
org.joda.time.TimeOfDay$Property 3
org.joda.time.Partial$Property 3
org.joda.time.LocalDate:org.joda.time.LocalDateTime:org.joda.time.LocalTime:org.joda.time.Partial:org.joda.time.base.BasePartial 1
java.lang.module.ModuleDescriptor$Opens 6
java.text.DateFormatSymbols 11
net.sf.cglib.reflect.MethodDelegate 2
java.lang.module.ResolvedModule 3
java.time.LocalDate 9
java.net.HttpCookie 4
java.nio.LongBuffer 4
java.time.ZoneOffset 7
com.ctc.wstx.evt.WEntityReference 3
java.util.OptionalInt 7
com.ctc.wstx.shaded.msv_core.util.StringPair 5
java.lang.invoke.LambdaFormEditor$Transform 3
java.lang.invoke.LambdaForm$Name 3
java.awt.MenuShortcut 3
org.joda.time.DateTimeComparator 6
com.thoughtworks.xstream.core.util.ObjectIdDictionary$IdWrapper 4
java.text.DateFormat 11
java.awt.PageAttributes$OrientationRequestedType 2
java.time.chrono.ThaiBuddhistDate 4
java.awt.BasicStroke 2
com.thoughtworks.xstream.security.CGLIBProxyTypePermission 3
java.beans.PropertyDescriptor 5
java.awt.datatransfer.DataFlavor 6
org.codehaus.jettison.json.JSONArray 13
java.awt.font.TransformAttribute 2
sun.nio.fs.UnixPath 10
java.time.YearMonth 7
org.joda.time.base.AbstractInterval 3
org.joda.time.base.BaseInterval 3
java.lang.invoke.ClassSpecializer$SpeciesData 3
javax.security.auth.Subject 8
nu.xom.jaxen.expr.IdentitySet$IdentityWrapper 2
java.sql.Timestamp 8
java.awt.AttributeValue 2
java.io.FilePermission 3
java.util.OptionalDouble 7
java.awt.PageAttributes$MediaType 2
com.ctc.wstx.io.WstxInputLocation:com.ctc.wstx.shaded.msv_core.datatype.xsd.BinaryValueType:com.ctc.wstx.shaded.msv_core.grammar.Expression:com.ctc.wstx.sw.SimpleOutputElement$AttrName:com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec:com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.thoughtworks.xstream.core.util.ObjectIdDictionary$IdWrapper:com.thoughtworks.xstream.core.util.ObjectIdDictionary$WeakIdWrapper:com.thoughtworks.xstream.security.AnyTypePermission:com.thoughtworks.xstream.security.ArrayTypePermission:com.thoughtworks.xstream.security.CGLIBProxyTypePermission:com.thoughtworks.xstream.security.InterfaceTypePermission:com.thoughtworks.xstream.security.NoTypePermission:com.thoughtworks.xstream.security.PrimitiveTypePermission:com.thoughtworks.xstream.security.ProxyTypePermission:java.awt.AWTKeyStroke:java.awt.AlphaComposite:java.awt.AttributeValue:java.awt.BasicStroke:java.awt.BufferCapabilities$FlipContents:java.awt.Color:java.awt.Dimension:java.awt.DisplayMode:java.awt.Font:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.RenderingHints:java.awt.RenderingHints$Key:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.FontRenderContext:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.font.TransformAttribute:java.awt.geom.AffineTransform:java.awt.geom.Point2D:java.awt.geom.Rectangle2D:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.IndexedPropertyDescriptor:java.beans.PropertyDescriptor:java.io.FilePermission:java.io.ObjectStreamClass$DeserializationConstructorsCache$Key:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.sql.Timestamp:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.text.SimpleDateFormat:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.GregorianCalendar:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.SimpleTimeZone:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.logging.Level:java.util.logging.LogManager$CloseOnReset:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.tree.TreePath:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:jdk.internal.misc.Signal:net.sf.cglib.asm.Type:nu.xom.Attribute$Type:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.dom4j.rule.Rule:org.jdom.NamespaceKey:org.jdom.filter.ContentFilter:org.jdom.xpath.JaxenXPath:org.jdom2.filter.ContentFilter:org.joda.time.DateTimeFieldType$StandardDateTimeFieldType:org.joda.time.DurationFieldType$StandardDurationFieldType:org.joda.time.chrono.IslamicChronology$LeapYearPatternType:sun.font.AttributeValues:sun.font.CoreMetrics:sun.font.FontLineMetrics:sun.font.FontStrikeDesc:sun.java2d.loops.CompositeType:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.LocaleExtensions 1
java.awt.RenderingHints:java.security.Provider:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.EnumMap:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.PriorityQueue:java.util.Properties:java.util.TreeMap:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:java.util.jar.Attributes 1
com.thoughtworks.xstream.core.util.WeakCache$3 2
com.ctc.wstx.sr.ElemAttrs 4
java.awt.RenderingHints:java.lang.Object:java.util.AbstractMap:java.util.EnumMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
com.ctc.wstx.shaded.msv_core.grammar.Expression$EpsilonExpression 6
com.ctc.wstx.shaded.msv_core.grammar.ValueExp 8
com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl 19
java.io.Writer 7
java.util.zip.ZipOutputStream 2
java.io.CharArrayWriter 9
nu.xom.EBCDICWriter 1
java.io.BufferedOutputStream:java.io.ByteArrayOutputStream:java.io.DataOutputStream:java.io.FileOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PipedOutputStream:java.io.PrintStream:java.lang.ProcessBuilder$NullOutputStream:java.util.zip.DeflaterOutputStream 1
com.ctc.wstx.sw.XmlWriterWrapper 6
sun.nio.cs.StreamEncoder 5
java.nio.file.FileSystemException 1
com.bea.xml.stream.events.DTDEvent 9
com.thoughtworks.xstream.core.util.ObjectIdDictionary$IdWrapper:java.lang.ref.Reference 1
com.ctc.wstx.shaded.msv_core.grammar.DataExp 9
com.ctc.wstx.shaded.msv_core.grammar.ElementExp:com.ctc.wstx.shaded.msv_core.grammar.Expression$AnyStringExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$EpsilonExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$NullSetExpression:com.ctc.wstx.shaded.msv_core.grammar.OtherExp:com.ctc.wstx.shaded.msv_core.grammar.ReferenceExp:com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRules:com.ctc.wstx.shaded.msv_core.grammar.relax.HedgeRules:java.lang.Object 1
com.ctc.wstx.shaded.msv_core.grammar.BinaryExp 3
com.ctc.wstx.shaded.msv_core.grammar.UnaryExp 2
java.awt.Point 2
com.ctc.wstx.shaded.msv_core.grammar.Expression$AnyStringExpression 5
com.ctc.wstx.shaded.msv_core.grammar.relax.HedgeRules 7
com.wutka.dtd.DTDNotation 4
com.wutka.dtd.DTDNotationList 3
javax.xml.datatype.Duration 2
com.wutka.dtd.DTDEnumeration 3
com.wutka.dtd.DTDDecl 1
com.ctc.wstx.shaded.msv_core.grammar.OtherExp 9
com.ctc.wstx.shaded.msv_core.grammar.Expression$NullSetExpression 5
com.ctc.wstx.shaded.msv_core.grammar.ReferenceExp 9
com.wutka.dtd.DTDComment 3
com.wutka.dtd.DTDEntity 8
com.bea.xml.stream.events.ProcessingInstructionEvent:org.codehaus.stax2.ri.evt.ProcInstrEventImpl 1
com.wutka.dtd.DTDAttribute 4
org.joda.time.format.InternalPrinterDateTimePrinter 8
com.wutka.dtd.DTD 3
com.bea.xml.stream.events.CharactersEvent 9
com.bea.xml.stream.events.CommentEvent 4
org.codehaus.jettison.json.JSONObject$Null 4
java.text.Collator 3
com.ctc.wstx.ent.ExtEntity 6
net.sf.cglib.core.ClassEmitter$1:net.sf.cglib.core.ReflectUtils$4 1
com.ctc.wstx.shaded.msv_core.grammar.ElementExp:com.ctc.wstx.shaded.msv_core.grammar.Expression$AnyStringExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$EpsilonExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$NullSetExpression:com.ctc.wstx.shaded.msv_core.grammar.OtherExp:com.ctc.wstx.shaded.msv_core.grammar.ReferenceExp:com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRules:com.ctc.wstx.shaded.msv_core.grammar.relax.HedgeRules:com.ctc.wstx.util.PrefixedName:com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec:com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.xni.QName:com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItem:com.wutka.dtd.DTDCardinal:com.wutka.dtd.DTDDecl:com.wutka.dtd.TokenType:java.awt.AWTKeyStroke:java.awt.AlphaComposite:java.awt.BasicStroke:java.awt.Color:java.awt.Dimension:java.awt.DisplayMode:java.awt.Font:java.awt.Insets:java.awt.JobAttributes:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.RenderingHints$Key:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.FontRenderContext:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.font.TransformAttribute:java.awt.geom.AffineTransform:java.awt.geom.Point2D:java.awt.geom.Rectangle2D:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.IndexedPropertyDescriptor:java.beans.PropertyDescriptor:java.io.FilePermission:java.io.ObjectStreamClass$DeserializationConstructorsCache$Key:java.lang.Character$Subset:java.lang.Enum:java.lang.Object:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.sql.Timestamp:java.text.AttributedCharacterIterator$Attribute:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.text.SimpleDateFormat:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.GregorianCalendar:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.SimpleTimeZone:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.logging.Level:java.util.logging.LogManager$CloseOnReset:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.tree.TreePath:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:net.sf.cglib.asm.Type:nu.xom.Node:nu.xom.jaxen.expr.IdentitySet$IdentityWrapper:org.codehaus.jettison.json.JSONObject$Null:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.jdom.Attribute:org.jdom.Content:org.jdom.Document:org.jdom.filter.ContentFilter:org.jdom2.Content:org.jdom2.Document:org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter:org.joda.time.DateTimeFieldType$StandardDateTimeFieldType:org.joda.time.DurationFieldType$StandardDurationFieldType:org.joda.time.UTCDateTimeZone:org.joda.time.chrono.IslamicChronology$LeapYearPatternType:org.joda.time.tz.DateTimeZoneBuilder$OfYear:sun.font.AttributeValues:sun.font.CoreMetrics:sun.font.FontLineMetrics:sun.font.FontStrikeDesc:sun.java2d.loops.CompositeType:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.LocaleExtensions 1
java.util.AbstractCollection:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.dom4j.bean.BeanAttributeList:sun.awt.util.IdentityArrayList 1
java.beans.Introspector 2
java.beans.FeatureDescriptor 2
org.dom4j.DocumentFactory 22
org.dom4j.tree.QNameCache 8
java.util.StringTokenizer 8
org.dom4j.util.UserDataElement 4
org.dom4j.bean.BeanDocumentFactory 4
org.dom4j.datatype.DatatypeElementFactory 7
org.dom4j.util.UserDataDocumentFactory 2
org.dom4j.util.NonLazyDocumentFactory 1
org.dom4j.util.NonLazyElement 1
org.dom4j.util.IndexedDocumentFactory 1
org.dom4j.dom.DOMDocumentFactory 10
org.dom4j.tree.NamespaceCache 4
java.awt.RenderingHints:java.lang.ref.Reference:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap 1
com.sun.msv.datatype.xsd.XSDatatype 1
org.dom4j.datatype.DatatypeDocumentFactory 6
org.dom4j.datatype.InvalidSchemaException 1
org.dom4j.io.SAXReader$SAXEntityResolver 2
com.ctc.wstx.shaded.msv_core.reader.util.IgnoreController 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader$1 2
java.lang.Module 7
jdk.internal.module.Resources 5
jdk.internal.module.Checks 3
jdk.internal.loader.BootLoader 7
jdk.internal.loader.ClassLoaders 2
jdk.internal.loader.BuiltinClassLoader 19
jdk.internal.loader.Loader$NullModuleReader 3
jdk.internal.module.ModuleReferences$SafeCloseModuleReader 3
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 3
java.util.concurrent.locks.ReentrantLock 3
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 3
jdk.internal.module.ModuleReferences$JModModuleReader 4
jdk.internal.jmod.JmodFile 3
jdk.internal.jmod.JmodFile$Section 1
java.util.jar.JarFile 8
java.util.zip.ZipFile 3
jdk.internal.jmod.JmodFile$Entry 5
sun.net.www.ParseUtil 2
jdk.internal.module.ModuleReferences$JarModuleReader 4
java.util.jar.JarEntry 2
jdk.internal.module.SystemModuleFinders$SystemModuleReader 9
jdk.internal.module.SystemModuleFinders$SystemImage 1
jdk.internal.jimage.ImageReader 8
jdk.internal.jimage.BasicImageReader 16
jdk.internal.jimage.ImageHeader 16
jdk.internal.jimage.ImageStringsReader 8
jdk.internal.jimage.ImageLocation 8
jdk.internal.loader.BuiltinClassLoader$NullModuleReader 3
jdk.internal.module.ModuleReferences$ExplodedModuleReader 4
sun.nio.fs.UnixFileSystem 3
java.nio.file.Files 9
sun.nio.fs.LinuxFileSystemProvider 1
sun.nio.fs.UnixFileSystemProvider 3
jdk.internal.module.ModulePatcher$JarResourceFinder 2
jdk.internal.module.ModulePatcher$JarResourceFinder$1 6
jdk.internal.loader.Resource 6
jdk.internal.module.ModulePatcher$ExplodedResourceFinder 3
jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 6
jdk.internal.module.ModulePatcher$PatchedModuleReader$1 6
jdk.internal.loader.URLClassPath$Loader$1 5
jdk.internal.loader.URLClassPath$JarLoader$2 7
jdk.internal.loader.URLClassPath$FileLoader$1 5
jdk.internal.loader.AbstractClassLoaderValue$Memoizer 1
jdk.internal.loader.AbstractClassLoaderValue$Memoizer$RecursiveInvocationException 1
jdk.internal.logger.LazyLoggers$1 2
jdk.internal.logger.LazyLoggers 3
java.lang.System$LoggerFinder 1
jdk.internal.logger.LazyLoggers$getLoggerFinder__16 3
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$1 1
jdk.internal.logger.BootstrapLogger$BootstrapExecutors$BootstrapMessageLoggerTask 2
jdk.internal.misc.InnocuousThread 7
java.util.concurrent.atomic.AtomicInteger 5
jdk.internal.misc.InnocuousThread$1 2
java.lang.Thread$1 2
jdk.internal.misc.Unsafe 5
jdk.internal.jimage.BasicImageReader$2 2
java.lang.PublicMethods$MethodList 3
jdk.internal.loader.NativeLibraries$1 2
jdk.internal.misc.InnocuousThread$3 1
sun.security.action.GetPropertyAction 1
jdk.internal.jimage.NativeImageBuffer$1 1
java.lang.UnsatisfiedLinkError 1
java.lang.System$1 1
jdk.internal.perf.Perf$GetPerfAction 1
jdk.internal.perf.Perf 2
java.lang.RuntimePermission 1
javax.activation.SecuritySupport$3 1
javax.activation.SecuritySupport$4 1
jdk.internal.reflect.ClassDefiner$1 2
jdk.internal.reflect.DelegatingClassLoader 1
jdk.internal.loader.BootLoader$PackageHelper$2 2
java.nio.file.Path 3
java.util.zip.ZipInputStream 3
java.nio.file.spi.FileSystemProvider 1
java.util.jar.JarInputStream 3
com.thoughtworks.xstream.XStream$4 2
com.ctc.wstx.io.UTF32Reader 8
com.ctc.wstx.io.BaseReader 10
jdk.internal.misc.TerminatingThreadLocal 2
java.lang.ThreadLocal:java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractQueue:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.io.MergedStream 6
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PipedInputStream:java.io.PushbackInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream 1
com.bea.xml.stream.reader.XmlReader 4
nu.xom.Verifier$EmptyReader 4
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader 11
sun.nio.cs.StreamDecoder 4
com.ctc.wstx.io.AsciiReader 6
com.ctc.wstx.io.ISOLatinReader 5
com.ctc.wstx.util.TextBuffer$BufferReader 3
java.io.CharArrayReader 4
java.io.BufferedReader 13
com.ctc.wstx.io.UTF8Reader 10
com.bea.xml.stream.reader.XmlReader$BaseReader 2
java.io.InputStream 6
java.io.ObjectInputStream 16
java.io.ByteArrayInputStream 7
java.io.ObjectInputStream$BlockDataInputStream 13
java.io.InputStream$1 6
java.io.PushbackInputStream 6
java.io.ObjectInputStream$PeekInputStream 4
java.util.jar.Manifest$FastInputStream 4
java.util.zip.InflaterInputStream 4
java.io.BufferedInputStream 4
java.io.FilterInputStream 5
java.io.PipedInputStream 4
com.ctc.wstx.io.MergedReader 7
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader$BaseReader 3
com.ctc.wstx.util.TextBuffer$BufferReader:java.io.CharArrayReader:java.io.InputStreamReader:java.io.StringReader:nu.xom.Verifier$EmptyReader:org.dom4j.io.DocumentInputSource$1:sun.nio.cs.StreamDecoder 1
org.dom4j.io.DocumentInputSource$1 3
java.io.StringReader 5
com.thoughtworks.xstream.io.StreamException 3
com.ctc.wstx.io.ReaderSource 9
com.ctc.wstx.io.CharArraySource 7
com.ctc.wstx.exc.WstxIOException 2
com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:java.awt.HeadlessException:java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:javax.xml.parsers.FactoryConfigurationError:javax.xml.stream.FactoryConfigurationError:javax.xml.transform.TransformerFactoryConfigurationError:org.joda.time.IllegalFieldValueException:org.xml.sax.SAXException:sun.nio.fs.UnixException 1
com.ctc.wstx.io.WstxInputSource 8
com.bea.xml.stream.MXParser:com.bea.xml.stream.XMLStreamPlayer:javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader:org.codehaus.jettison.mapped.MappedXMLStreamReader:org.codehaus.stax2.ri.dom.DOMWrappingReader 1
com.thoughtworks.xstream.io.xml.StaxDriver$1 2
com.ctc.wstx.api.WriterConfig 64
com.thoughtworks.xstream.io.StatefulWriter 10
com.thoughtworks.xstream.io.xml.PrettyPrintWriter 15
com.thoughtworks.xstream.core.util.QuickWriter 9
java.io.CharArrayWriter:java.io.FilterWriter:java.io.OutputStreamWriter:java.io.StringWriter:sun.nio.cs.StreamEncoder 3
com.thoughtworks.xstream.converters.reflection.SerializableConverter$1 5
com.thoughtworks.xstream.io.xml.Dom4JXmlWriter 8
com.thoughtworks.xstream.io.xml.AbstractDocumentWriter 6
com.ctc.wstx.sw.BaseStreamWriter 55
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter:org.codehaus.jettison.mapped.MappedXMLStreamWriter:org.codehaus.stax2.ri.dom.DOMWrappingWriter 2
com.thoughtworks.xstream.io.binary.BinaryStreamWriter 8
com.thoughtworks.xstream.io.json.JsonWriter 16
com.thoughtworks.xstream.io.xml.AbstractDocumentWriter:com.thoughtworks.xstream.io.xml.SaxWriter 2
com.thoughtworks.xstream.io.xml.TraxSource$1 3
java.io.BufferedOutputStream:java.io.DataOutputStream:java.io.FilterOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.PipedOutputStream:java.io.PrintStream:java.util.zip.DeflaterOutputStream 1
java.io.CharArrayWriter:java.io.FilterWriter:java.io.OutputStreamWriter:java.io.StringWriter:java.io.Writer:sun.nio.cs.StreamEncoder 3
com.thoughtworks.xstream.io.xml.CompactWriter 1
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.TypeState 6
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.UnionState 6
com.ctc.wstx.shaded.msv_core.reader.IgnoreState 5
com.ctc.wstx.shaded.msv_core.reader.State 16
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.SimpleTypeState 6
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.TypeWithOneChildState 4
com.ctc.wstx.shaded.msv_core.reader.SimpleState 6
com.ctc.wstx.sr.AttributeCollector 28
com.ctc.wstx.sr.Attribute 8
com.ctc.wstx.util.TextBuilder 9
com.ctc.wstx.msv.AttributeProxy 10
com.ctc.wstx.shaded.msv_core.writer.ContentHandlerAdaptor$AttributeListAdapter:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy:org.xml.sax.helpers.AttributesImpl 5
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.TypeState:com.ctc.wstx.shaded.msv_core.reader.relax.core.DivInModuleState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.GlobalDeclState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState 1
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.RestrictionState 7
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.ListState 6
java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 4
com.ctc.wstx.shaded.msv_core.reader.Controller 15
com.ctc.wstx.shaded.msv_core.reader.Controller:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$1:com.ctc.wstx.shaded.msv_core.reader.util.IgnoreController 1
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$ThrowController 2
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$GrammarLoaderException 1
com.ctc.wstx.msv.BaseSchemaFactory$MyGrammarController 1
com.ctc.wstx.shaded.msv_core.verifier.jarv.FactoryImpl$ThrowController 4
com.ctc.wstx.shaded.msv_core.verifier.jarv.FactoryImpl$WrapperException 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.WSDLGrammarReaderController 5
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.RELAXNGCompReader 8
java.util.ResourceBundle 2
com.ctc.wstx.shaded.msv_core.reader.trex.TREXBaseReader 9
com.ctc.wstx.shaded.msv_core.reader.trex.classic.TREXGrammarReader 11
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader 36
com.ctc.wstx.shaded.msv_core.reader.relax.RELAXReader 6
com.ctc.wstx.shaded.msv_core.reader.relax.core.RELAXCoreReader 19
com.ctc.wstx.shaded.msv_core.relaxns.reader.RELAXNSReader 9
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp 16
com.ctc.wstx.shaded.msv_core.grammar.ExpressionPool 17
com.ctc.wstx.shaded.msv_core.grammar.ExpressionPool$ClosedHash 7
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnionType 10
com.ctc.wstx.shaded.msv_core.datatype.xsd.BuiltinAtomicType 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.Proxy 15
com.ctc.wstx.shaded.msv_core.datatype.xsd.ListType 12
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithFacet 14
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.LazyTypeIncubator 5
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp$1 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.TypeIncubator 14
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.FacetState 2
com.ctc.wstx.shaded.msv_core.reader.ChildlessState 1
org.xml.sax.helpers.LocatorImpl 9
com.ctc.wstx.shaded.msv_core.util.Uri 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ComplexTypeDeclState 8
com.ctc.wstx.shaded.msv_core.reader.xmlschema.RedefinableDeclState 5
com.ctc.wstx.shaded.msv_core.reader.ExpressionWithChildState 7
com.ctc.wstx.shaded.msv_core.reader.ExpressionWithChildState:com.ctc.wstx.shaded.msv_core.reader.State 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeGroupState 6
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeGroupState$1 2
com.ctc.wstx.shaded.msv_core.grammar.ReferenceContainer 7
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$ComplexTypeContainer 4
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ComplexTypeExp 9
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaTypeExp 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.RedefinableExp 2
com.ctc.wstx.shaded.msv_core.grammar.SequenceExp 6
com.ctc.wstx.shaded.msv_core.reader.relax.core.RELAXCoreReader$1 2
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule$AttPoolContainer 4
com.ctc.wstx.shaded.msv_core.grammar.relax.AttPoolClause 5
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$GroupDeclContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.GroupDeclExp 2
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule$HedgeRulesContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$AttributeGroupContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.AttributeGroupExp 4
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$ElementDeclContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ElementDeclExp 9
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$SimpleTypeContainer 4
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.SimpleTypeExp 7
com.ctc.wstx.shaded.msv_core.grammar.trex.TREXGrammar$RefContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$AttributeDeclContainer 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.AttributeDeclExp 2
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule$TagContainer 4
com.ctc.wstx.shaded.msv_core.grammar.relax.TagClause 5
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule$ElementRulesContainer 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementRefState$1 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeState$1 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.GroupState$1 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyElementState$1$1 2
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XMLSchemaSchema$IdentityConstraintContainer 3
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$BackwardReferenceMap 3
com.ctc.wstx.shaded.msv_core.reader.ChoiceState 4
com.ctc.wstx.shaded.msv_core.reader.xmlschema.GroupState 6
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeState 9
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$1:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$ThrowController:com.ctc.wstx.shaded.msv_core.reader.util.IgnoreController:com.ctc.wstx.shaded.msv_core.verifier.jarv.FactoryImpl$ThrowController 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DatatypeFactory 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.ConcreteType 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.FinalComponent 3
com.ctc.wstx.shaded.msv.relaxng_datatype.DatatypeException 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.DateTimeBaseType 7
com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType 7
com.ctc.wstx.shaded.msv_core.datatype.xsd.EntityType 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.NumberType 7
com.ctc.wstx.shaded.msv_core.datatype.xsd.FloatingNumberType 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.QnameType 9
com.ctc.wstx.shaded.msv_core.datatype.xsd.DurationType 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.BooleanType 7
com.ctc.wstx.shaded.msv_core.datatype.xsd.BinaryBaseType 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.AnyURIType 11
com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerDerivedType 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.grammar.relax.EmptyStringType:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.MinLengthFacet 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.PositiveIntegerType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.LengthFacet 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.BinaryBaseType:com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.ListType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnsignedByteType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.ShortType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.DoubleType 5
jdk.internal.math.FloatingDecimal$ASCIIToBinaryBuffer 3
java.util.TimeZone 5
org.jdom.Text 8
java.util.Formatter 4
java.awt.geom.Dimension2D 1
java.lang.CloneNotSupportedException 1
java.awt.geom.Line2D 1
java.awt.ImageCapabilities 1
sun.java2d.SunGraphics2D 1
org.jdom.output.Format 5
javax.swing.ArrayTable 1
java.awt.geom.Path2D$Float 1
java.util.EnumSet 2
java.awt.image.renderable.RenderContext 1
org.joda.time.MutablePeriod 1
java.security.SignatureSpi 1
org.joda.time.MutableInterval 1
java.util.ArrayDeque 15
org.jdom.ProcessingInstruction 10
org.jdom2.xpath.util.AbstractXPathCompiled 8
java.security.Signature 2
com.thoughtworks.xstream.converters.reflection.ObjectAccessException 2
java.text.BreakIterator 1
java.awt.BufferCapabilities 1
java.awt.geom.RectangularShape 1
java.text.Format 1
org.jdom2.output.StAXStreamOutputter 2
java.security.MessageDigest 2
org.jdom2.xpath.jaxen.JaxenCompiled 3
org.jdom2.xpath.jaxen.JDOM2Navigator 1
org.jdom2.xpath.jaxen.JDOMCoreNavigator 1
org.jaxen.DefaultNavigator 1
org.jaxen.BaseXPath 1
java.util.PriorityQueue 7
java.util.concurrent.LinkedBlockingQueue 9
java.util.concurrent.DelayQueue 8
java.security.MessageDigestSpi 1
org.jdom2.output.StAXEventOutputter 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.Match 9
sun.java2d.loops.FontInfo 2
jdk.internal.math.FloatingDecimal$PreparedASCIIToBinaryBuffer 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.NmtokenType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.XmlNames 4
com.ctc.wstx.shaded.msv.xsd_util.XmlChars 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.NameType 2
com.ctc.wstx.msv.GenericMsvValidator 21
com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter$3 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl$1:com.ctc.wstx.shaded.msv_core.grammar.util.IDContextProviderWrapper 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.NonNegativeIntegerType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.DateTimeType:com.ctc.wstx.shaded.msv_core.datatype.xsd.DateType:com.ctc.wstx.shaded.msv_core.datatype.xsd.GDayType:com.ctc.wstx.shaded.msv_core.datatype.xsd.GMonthDayType:com.ctc.wstx.shaded.msv_core.datatype.xsd.GMonthType:com.ctc.wstx.shaded.msv_core.datatype.xsd.GYearMonthType:com.ctc.wstx.shaded.msv_core.datatype.xsd.GYearType:com.ctc.wstx.shaded.msv_core.datatype.xsd.TimeType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.PreciseCalendarParser 12
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.AbstractCalendarParser 9
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.CalendarParser 11
java.math.BigDecimal:java.math.BigInteger 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.NonPositiveIntegerType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.MaxLengthFacet 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithLexicalConstraintFacet 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.LongType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.NcnameType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.Base64BinaryType 9
com.ctc.wstx.shaded.msv_core.grammar.relax.EmptyStringType 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.HexBinaryType 9
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnsignedLongType 2
java.util.concurrent.atomic.AtomicLong 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.regex.JDKImpl$1 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.regex.JDKImpl 2
java.lang.IllegalAccessError 1
java.lang.IncompatibleClassChangeError 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.regex.XercesImpl$1 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.regex.XercesImpl 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.InternalImpl$1 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op 23
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$CharOp 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$RangeOp 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$UnionOp 4
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$ChildOp 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$ModifierOp 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$StringOp 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.Op$ConditionOp 1
com.ctc.wstx.shaded.msv_core.datatype.regexp.BMPattern 3
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$FixedStringContainer 1
com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression$Context 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.FloatType 5
com.ctc.wstx.shaded.msv_core.relaxns.verifier.TREXIslandVerifier 8
com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl$1:com.ctc.wstx.shaded.msv_core.grammar.util.IDContextProviderWrapper:com.ctc.wstx.shaded.msv_core.reader.GrammarReader:com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter$3 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.LanguageType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.EnumerationFacet 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.RangeFacet 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceFacet 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnsignedIntType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.IntType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.ByteType 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.NegativeIntegerType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnsignedShortType 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.GMonthType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DateType 1
org.joda.time.format.DateTimeParserBucket$SavedField 6
org.joda.time.format.DateTimeParserBucket 28
org.joda.time.field.BaseDurationField:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDurationField 1
org.joda.time.field.ImpreciseDateTimeField$LinkedDurationField:org.joda.time.field.MillisDurationField:org.joda.time.field.PreciseDurationField:org.joda.time.field.UnsupportedDurationField 2
org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.chrono.BasicWeekyearDateTimeField:org.joda.time.chrono.BasicYearDateTimeField:org.joda.time.chrono.GJChronology$CutoverField:org.joda.time.chrono.GJEraDateTimeField:org.joda.time.chrono.LimitChronology$LimitDateTimeField:org.joda.time.chrono.ZonedChronology$ZonedDateTimeField:org.joda.time.field.PreciseDateTimeField:org.joda.time.field.RemainderDateTimeField:org.joda.time.field.UnsupportedDateTimeField 1
java.io.ObjectStreamField:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StringBuilder:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.math.BigDecimal:java.math.BigInteger:java.net.URI:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.sql.Timestamp:java.text.CollationKey:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Year:java.time.YearMonth:java.time.ZoneOffset:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDate:java.time.chrono.ChronoZonedDateTime:java.time.chrono.Chronology:java.time.zone.ZoneOffsetTransition:java.util.Calendar:java.util.Date:java.util.UUID:javax.swing.TimerQueue$DelayedTimer:sun.nio.fs.UnixPath 1
java.time.chrono.ChronoZonedDateTime 1
java.time.chrono.ChronoLocalDate 1
java.text.CollationKey 1
java.io.ObjectStreamField 4
java.time.chrono.Chronology 3
javax.swing.TimerQueue$DelayedTimer 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.TimeType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.GMonthDayType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.GDayType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DateTimeType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.GYearMonthType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.GYearType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.MaxExclusiveFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.MaxInclusiveFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.MinExclusiveFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.MinInclusiveFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.TotalDigitsFacet 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.FractionDigitsFacet 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.PatternFacet 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.UnicodeUtil 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType 3
com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType:com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$Preserve:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$Collapse 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$2 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$3 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$1 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$Replace 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.TypeIncubator$FacetInfo 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DatatypeFactory$1 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.ConcreteType:com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithValueConstraintFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl:com.ctc.wstx.shaded.msv_core.grammar.relax.EmptyStringType:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.NormalizedStringType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.TokenType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.Proxy:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.MinInclusiveFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithValueConstraintFacet 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.MaxInclusiveFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.MinExclusiveFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.MaxExclusiveFacet 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.WhiteSpaceProcessor$Preserve 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.regex.RegExpFactory 1
com.thoughtworks.xstream.core.util.CompositeClassLoader 4
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:nu.xom.jaxen.util.SingletonList:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.bean.BeanAttributeList:org.dom4j.tree.SingleIterator:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker:sun.awt.util.IdentityArrayList 1
net.sf.cglib.transform.AbstractClassLoader 6
java.lang.AbstractStringBuilder:java.lang.ClassLoader 1
java.lang.ClassNotFoundException 1
java.lang.ReflectiveOperationException 1
net.sf.cglib.asm.ClassReader 20
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PipedInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream 1
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PipedInputStream:java.io.PushbackInputStream:java.lang.ProcessBuilder$NullInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:sun.java2d.cmm.ProfileDeferralInfo 1
sun.java2d.cmm.ProfileDeferralInfo 1
java.lang.ProcessBuilder$NullInputStream 2
com.thoughtworks.xstream.io.xml.AbstractPullReader 11
com.thoughtworks.xstream.io.xml.AbstractPullReader$Event 1
com.bea.xml.stream.EventScanner 27
java.io.Reader 5
com.ctc.wstx.util.TextBuffer$BufferReader:java.io.CharArrayReader:java.io.InputStreamReader:java.io.Reader:java.io.StringReader:sun.nio.cs.StreamDecoder 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader$Iso8859_1Reader 2
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.DataInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PipedInputStream:java.io.PushbackInputStream:java.util.jar.JarInputStream:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream 1
java.io.DataInputStream 12
java.lang.ArrayIndexOutOfBoundsException 3
java.io.CharConversionException 1
com.bea.xml.stream.reader.XmlReader$Iso8859_1Reader 1
com.bea.xml.stream.reader.XmlReader$AsciiReader 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader$Utf8Reader 2
com.bea.xml.stream.reader.XmlReader$Utf8Reader 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader$AsciiReader 2
java.io.CharArrayReader:java.io.InputStreamReader:java.io.StringReader:java.lang.System:nu.xom.Verifier$EmptyReader:org.dom4j.io.DocumentInputSource$1:sun.nio.cs.StreamDecoder 1
java.io.CharArrayReader:java.io.InputStreamReader:java.io.Reader:java.io.StringReader:sun.nio.cs.StreamDecoder 1
com.bea.xml.stream.util.ElementTypeNames 2
com.bea.xml.stream.util.Symbol 3
com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:java.awt.HeadlessException:java.io.InvalidClassException:java.io.PrintStream:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:javax.xml.transform.TransformerException:javax.xml.xpath.XPathException:org.joda.time.IllegalFieldValueException:org.xml.sax.SAXException:sun.nio.fs.UnixException 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.VerifierException 3
java.lang.Throwable$WrappedPrintWriter 3
java.lang.Throwable$WrappedPrintStream 3
javax.xml.xpath.XPathException 4
java.io.UncheckedIOException 2
nu.xom.xinclude.XIncludeException 2
net.sf.cglib.core.CodeGenerationException 2
javax.xml.transform.TransformerFactoryConfigurationError 2
nu.xom.canonical.CanonicalizationException 2
nu.xom.XMLException 4
javax.xml.stream.FactoryConfigurationError 2
nu.xom.xinclude.XPointerException 2
com.sun.org.apache.xerces.internal.xni.XNIException 1
net.sf.cglib.beans.BulkBeanException 2
javax.xml.transform.TransformerException 4
nu.xom.xslt.XSLException 2
javax.xml.parsers.FactoryConfigurationError 2
javax.xml.transform.TransformerException:javax.xml.xpath.XPathException:org.xml.sax.SAXException 1
com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.DOMVisitorException 5
javax.xml.transform.TransformerException:javax.xml.xpath.XPathException:nu.xom.jaxen.JaxenRuntimeException 1
javax.xml.transform.TransformerException:javax.xml.xpath.XPathException:nu.xom.jaxen.saxpath.SAXPathException 1
javax.xml.transform.TransformerException:javax.xml.xpath.XPathException 2
java.io.PrintStream:javax.xml.transform.TransformerException:javax.xml.xpath.XPathException 2
org.xmlpull.v1.XmlPullParserException 3
java.io.EOFException 2
com.bea.xml.stream.ConfigurationContextBase 10
java.lang.AbstractStringBuilder:java.util.HashSet 1
com.wutka.dtd.DTDParser 22
com.wutka.dtd.Scanner 24
com.wutka.dtd.Scanner$StreamInfo 1
com.ctc.wstx.util.TextBuffer$BufferReader:java.io.CharArrayReader:java.io.InputStreamReader:java.io.StringReader:java.util.Stack:nu.xom.Verifier$EmptyReader:org.dom4j.io.DocumentInputSource$1:sun.nio.cs.StreamDecoder 1
com.wutka.dtd.Token 2
com.wutka.dtd.DTDParseException 1
java.io.FileReader 2
org.dom4j.swing.BranchTreeNode$1 2
org.dom4j.swing.LeafTreeNode 2
jdk.internal.loader.BuiltinClassLoader$1 4
com.ctc.wstx.shaded.msv_core.scanner.dtd.SimpleHashtable 9
jdk.internal.loader.URLClassPath$2 3
jdk.internal.loader.URLClassPath 9
sun.net.util.URLUtil 1
jdk.internal.loader.URLClassPath$3 2
jdk.internal.loader.URLClassPath$FileLoader 3
jdk.internal.loader.URLClassPath$Loader 6
jdk.internal.loader.URLClassPath$JarLoader 18
jdk.internal.loader.URLClassPath$JarLoader$1 2
jdk.internal.loader.FileURLMapper 3
java.io.FileNotFoundException 1
jdk.internal.util.jar.JarIndex 9
java.security.PrivilegedActionException 2
jdk.internal.access.SharedSecrets 2
java.lang.invoke.MethodHandles$Lookup 3
java.lang.invoke.MethodHandles 1
java.security.Permission 2
jdk.internal.loader.URLClassPath$JarLoader$3 2
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service$ProviderEnumeration 4
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service 6
jdk.internal.loader.Loader$3 3
jdk.internal.loader.URLClassPath$1 4
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service$Singleton 4
org.dom4j.swing.LeafTreeNode$1 2
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service$Loader 5
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service$Loader2 4
java.lang.IllegalAccessException 1
java.lang.Class$1 2
java.lang.InstantiationException 1
java.util.StringTokenizer:org.dom4j.swing.LeafTreeNode$1 1
jdk.internal.util.jar.InvalidJarIndexError 1
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader$Service$Singleton:com.ctc.wstx.shaded.msv_core.scanner.dtd.SimpleHashtable:java.util.StringTokenizer:org.dom4j.swing.LeafTreeNode$1 1
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader 7
org.codehaus.jettison.util.FastStack 5
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.jettison.Node:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
org.codehaus.jettison.json.JSONException 5
com.ctc.wstx.dtd.ChoiceModel 7
com.ctc.wstx.dtd.StarModel 8
com.ctc.wstx.dtd.TokenModel 9
com.ctc.wstx.dtd.OptionalModel 7
com.ctc.wstx.dtd.ConcatModel 7
com.ctc.wstx.dtd.ChoiceContentSpec 7
com.ctc.wstx.dtd.TokenContentSpec 7
com.ctc.wstx.dtd.SeqContentSpec 6
org.dom4j.xpath.DefaultXPath 1
nu.xom.jaxen.expr.DefaultRelativeLocationPath 2
nu.xom.jaxen.expr.DefaultLocationPath 2
nu.xom.jaxen.expr.DefaultAbsoluteLocationPath 2
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.BufferedReader$1:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSequentialList:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.typed.Base64Variant:org.dom4j.tree.SingleIterator:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
jdk.internal.perf.PerfCounter 2
nu.xom.jaxen.expr.DefaultPathExpr 3
nu.xom.jaxen.expr.DefaultLiteralExpr 2
org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.field.DecoratedDateTimeField:org.joda.time.field.PreciseDurationDateTimeField 1
org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.field.PreciseDurationDateTimeField 1
org.joda.time.field.DecoratedDateTimeField:org.joda.time.field.PreciseDurationDateTimeField 1
org.joda.time.base.BaseLocal 1
org.joda.time.DateTimeZone$LazyInit$1:org.joda.time.chrono.AssembledChronology 1
org.joda.time.Chronology 1
org.joda.time.chrono.AssembledChronology$Fields 4
org.joda.time.field.BaseDateTimeField:org.joda.time.field.UnsupportedDateTimeField 1
org.joda.time.chrono.BasicDayOfMonthDateTimeField:org.joda.time.chrono.BasicDayOfYearDateTimeField:org.joda.time.chrono.BasicMonthOfYearDateTimeField:org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField:org.joda.time.chrono.GJDayOfWeekDateTimeField:org.joda.time.chrono.GJEraDateTimeField:org.joda.time.chrono.GJYearOfEraDateTimeField:org.joda.time.chrono.ISOYearOfEraDateTimeField:org.joda.time.field.DividedDateTimeField:org.joda.time.field.OffsetDateTimeField:org.joda.time.field.PreciseDurationDateTimeField:org.joda.time.field.RemainderDateTimeField:org.joda.time.field.SkipDateTimeField:org.joda.time.field.SkipUndoDateTimeField:org.joda.time.field.ZeroIsMaxDateTimeField 1
org.joda.time.chrono.BasicDayOfMonthDateTimeField:org.joda.time.chrono.BasicDayOfYearDateTimeField:org.joda.time.chrono.BasicMonthOfYearDateTimeField:org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.chrono.BasicWeekOfWeekyearDateTimeField:org.joda.time.chrono.GJDayOfWeekDateTimeField:org.joda.time.chrono.GJEraDateTimeField:org.joda.time.chrono.GJYearOfEraDateTimeField:org.joda.time.chrono.ISOYearOfEraDateTimeField:org.joda.time.field.DividedDateTimeField:org.joda.time.field.OffsetDateTimeField:org.joda.time.field.PreciseDateTimeField:org.joda.time.field.PreciseDurationDateTimeField:org.joda.time.field.RemainderDateTimeField:org.joda.time.field.SkipDateTimeField:org.joda.time.field.SkipUndoDateTimeField:org.joda.time.field.ZeroIsMaxDateTimeField 1
org.joda.time.chrono.BasicFixedMonthChronology:org.joda.time.chrono.GregorianChronology:org.joda.time.chrono.IslamicChronology:org.joda.time.chrono.JulianChronology 1
org.joda.time.UTCDateTimeZone:org.joda.time.tz.DateTimeZoneBuilder$DSTZone:org.joda.time.tz.DateTimeZoneBuilder$PrecalculatedZone:org.joda.time.tz.FixedDateTimeZone 1
org.joda.time.chrono.GJMonthOfYearDateTimeField 5
org.joda.time.chrono.BasicChronology:org.joda.time.chrono.BasicFixedMonthChronology 1
org.joda.time.chrono.BasicMonthOfYearDateTimeField:org.joda.time.chrono.BasicSingleEraDateTimeField:org.joda.time.chrono.BasicWeekyearDateTimeField:org.joda.time.chrono.BasicYearDateTimeField:org.joda.time.chrono.GJChronology$CutoverField:org.joda.time.chrono.GJEraDateTimeField:org.joda.time.field.LenientDateTimeField:org.joda.time.field.PreciseDurationDateTimeField:org.joda.time.field.StrictDateTimeField:org.joda.time.field.UnsupportedDateTimeField 1
org.joda.time.format.DateTimeFormatterBuilder$TimeZoneId 5
org.joda.time.format.DateTimePrinterInternalPrinter 3
org.joda.time.format.DateTimeFormat$StyleFormatter:org.joda.time.format.DateTimeFormatterBuilder$CharacterLiteral:org.joda.time.format.DateTimeFormatterBuilder$Composite:org.joda.time.format.DateTimeFormatterBuilder$Fraction:org.joda.time.format.DateTimeFormatterBuilder$PaddedNumber:org.joda.time.format.DateTimeFormatterBuilder$TextField:org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName:org.joda.time.format.DateTimeFormatterBuilder$TwoDigitYear:org.joda.time.format.DateTimeFormatterBuilder$UnpaddedNumber 1
org.joda.time.format.DateTimeFormat$StyleFormatter 7
nu.xom.jaxen.expr.DefaultAdditiveExpr 1
nu.xom.jaxen.expr.DefaultVariableReferenceExpr 2
java.util.concurrent.ConcurrentHashMap$ValuesView 3
nu.xom.jaxen.expr.DefaultFunctionCallExpr 4
org.jdom.CDATA 4
java.lang.StringBuilder:java.math.BigDecimal 1
org.jdom.input.TextBuffer 6
org.joda.time.tz.ZoneInfoCompiler$Zone 1
org.joda.time.convert.AbstractConverter 3
org.joda.time.convert.ReadableIntervalConverter 1
org.joda.time.convert.ReadablePeriodConverter 1
org.joda.time.convert.DateConverter 2
org.joda.time.convert.StringConverter 2
org.joda.time.convert.ReadableInstantConverter 3
org.joda.time.convert.CalendarConverter 4
org.joda.time.convert.NullConverter 1
org.joda.time.convert.ReadablePartialConverter 1
org.joda.time.convert.LongConverter 2
org.joda.time.convert.ReadableDurationConverter 1
org.joda.time.format.PeriodFormatter 9
org.joda.time.format.PeriodFormatterBuilder$Literal 4
org.joda.time.format.PeriodFormatterBuilder$FieldFormatter 10
org.joda.time.base.BasePeriod:org.joda.time.base.BasePeriod$1 1
org.joda.time.format.FormatUtils 9
org.joda.time.format.PeriodFormatterBuilder$CompositeAffix 4
org.joda.time.format.PeriodFormatterBuilder$RegExAffix 5
org.joda.time.format.PeriodFormatterBuilder$SimpleAffix 4
org.joda.time.format.PeriodFormatterBuilder$PluralAffix 4
org.joda.time.format.PeriodFormat$DynamicWordBased 5
org.joda.time.format.PeriodFormatterBuilder$Separator 7
org.joda.time.format.PeriodFormatterBuilder$Composite 6
org.joda.time.format.PeriodFormat 6
org.joda.time.format.PeriodFormatterBuilder 27
org.joda.time.format.PeriodFormatterBuilder$IgnorableAffix 2
org.jdom.IllegalDataException 3
java.lang.invoke.MethodHandleImpl$LoopClauses 1
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
sun.util.calendar.LocalGregorianCalendar$Date 1
java.security.PermissionCollection 1
javax.swing.TransferHandler$DropLocation 1
java.time.chrono.JapaneseEra 2
java.awt.AWTEvent 1
sun.java2d.loops.GraphicsPrimitive 1
sun.util.locale.Extension 1
java.util.EventObject 1
java.time.format.DateTimeFormatter 5
java.lang.invoke.Invokers 1
java.lang.module.Configuration 1
java.lang.ProcessImpl 1
com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass 3
java.awt.geom.Point2D$Float 1
org.jdom.EntityRef 9
java.time.format.Parsed 1
java.awt.Event 1
com.ctc.wstx.shaded.msv_core.grammar.SimpleNameClass 6
javax.xml.datatype.DatatypeConstants$Field 1
org.jdom.DocType 11
org.jdom.output.Format$DefaultEscapeStrategy 2
net.sf.cglib.asm.signature.SignatureWriter 1
jdk.internal.org.objectweb.asm.Label 1
com.ctc.wstx.dtd.DTDElement 27
nu.xom.jaxen.expr.DefaultCommentNodeStep 1
nu.xom.jaxen.expr.DefaultStep 4
nu.xom.jaxen.expr.iter.IterableAxis 1
sun.font.FontFamily 1
sun.util.calendar.JulianCalendar$Date 1
java.text.CalendarBuilder 1
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
jdk.internal.org.objectweb.asm.TypePath 4
org.codehaus.stax2.typed.Base64Variant 1
nu.xom.jaxen.saxpath.base.Token 4
java.lang.ProcessBuilder$Redirect$5 1
net.sf.cglib.asm.Label 8
com.bea.xml.stream.StaticAllocator 14
java.util.concurrent.atomic.AtomicReferenceArray 1
java.lang.invoke.MethodTypeForm 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
java.util.concurrent.atomic.AtomicBoolean 3
javax.activation.MimeTypeParameterList 1
org.joda.time.chrono.GJLocaleSymbols 21
java.util.Map:java.util.concurrent.ConcurrentHashMap 2
org.joda.time.chrono.BasicChronology$HalfdayField 3
java.io.CharArrayWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer 2
java.io.CharArrayWriter:java.io.OutputStreamWriter:java.io.PrintStream:java.io.StringWriter:java.io.Writer:java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer 2
org.joda.time.format.DateTimeFormatterBuilder$TimeZoneId:org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName:org.joda.time.format.DateTimeFormatterBuilder$TimeZoneOffset 1
org.jdom2.xpath.jaxen.NamespaceContainer 1
java.util.StringJoiner 1
java.lang.invoke.MemberName:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method 4
java.util.concurrent.ThreadPoolExecutor 1
java.util.concurrent.CompletableFuture 1
java.awt.CheckboxGroup 1
javax.accessibility.AccessibleStateSet 1
javax.swing.event.TreeModelEvent 1
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
nu.xom.jaxen.expr.DefaultNameStep 3
java.nio.channels.FileLock 1
java.awt.Component 1
sun.reflect.annotation.TypeAnnotation 1
java.math.MutableBigInteger 1
nu.xom.Namespace 4
org.jdom.output.NamespaceStack 6
nu.xom.jaxen.expr.DefaultEqualsExpr 1
java.time.format.DateTimeParseContext 1
javax.crypto.Cipher 1
java.lang.invoke.VarHandle 1
sun.security.util.LazyCodeSourcePermissionCollection 1
java.util.concurrent.ForkJoinPool 1
javax.swing.TimerQueue 2
nu.xom.canonical.URIJoiner$ParsedURI 1
com.ctc.wstx.sax.SAXFeature 3
java.net.Socket 2
nu.xom.Attribute 22
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.ref.Reference:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.typed.Base64Variant:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
nu.xom.jaxen.expr.DefaultFilterExpr 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.PreciseCalendarFormatter 11
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.AbstractCalendarFormatter 3
com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.CalendarFormatter 7
java.util.Calendar:java.util.GregorianCalendar 3
org.jdom.Comment 5
net.sf.cglib.transform.ClassTransformerChain 3
nu.xom.jaxen.expr.DefaultRelationalExpr 1
org.joda.time.tz.ZoneInfoCompiler$Rule 1
org.joda.time.convert.ConverterManager 4
org.joda.time.convert.ConverterSet 5
org.dom4j.tree.NamespaceStack 22
com.ctc.wstx.dtd.DFAState 8
org.joda.time.tz.ZoneInfoCompiler$DateTimeOfYear 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementToken 2
com.ctc.wstx.shaded.msv_core.grammar.trex.ElementPattern 2
com.ctc.wstx.shaded.msv_core.grammar.NotNameClass 4
com.ctc.wstx.shaded.msv_core.grammar.DifferenceNameClass 4
com.ctc.wstx.shaded.msv_core.grammar.ChoiceNameClass 4
com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:java.lang.StringBuilder 1
java.sql.Date 2
java.awt.geom.Rectangle2D$Float 1
nu.xom.jaxen.BaseXPath 1
java.lang.ProcessBuilder$Redirect$2 1
java.awt.geom.Point2D$Double 1
javax.accessibility.AccessibleBundle 1
java.beans.PropertyChangeEvent 1
org.jdom.output.Format$TextMode 1
java.security.SecureRandom 1
java.awt.Cursor 1
java.nio.ByteOrder 2
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
java.awt.FontMetrics 1
java.lang.reflect.RecordComponent 1
java.lang.invoke.SerializedLambda 1
java.awt.geom.Rectangle2D$Double 1
javax.swing.event.EventListenerList 1
java.util.concurrent.locks.ReentrantReadWriteLock 1
java.nio.charset.CoderResult 1
java.io.ObjectOutputStream$DebugTraceInfoStack 1
com.sun.xml.internal.stream.Entity$ScannedEntity 1
java.lang.StackFrameInfo 1
java.util.LongSummaryStatistics 1
sun.font.StrikeMetrics 1
com.ctc.wstx.dtd.DTDAttribute 24
nu.xom.jaxen.expr.DefaultEqualityExpr 1
com.bea.xml.stream.events.EndDocumentEvent 4
com.ctc.wstx.util.WordResolver 7
java.lang.StringCoding 4
java.nio.charset.CodingErrorAction 1
java.lang.ProcessBuilder$Redirect$6 1
jdk.internal.module.ModuleResolution 1
javax.activation.MimeType 3
sun.net.www.MessageHeader 1
nu.xom.xslt.XSLTransform 1
org.codehaus.jettison.json.JSONStringer 1
java.io.CharArrayWriter:java.io.StringWriter 1
nu.xom.jaxen.expr.DefaultUnaryExpr 2
java.net.ServerSocket 2
org.jdom2.xpath.util.XPathDiagnosticImpl 1
nu.xom.jaxen.expr.DefaultXPathExpr 2
java.security.SecureRandomSpi 1
java.time.format.DateTimePrintContext 1
org.codehaus.jettison.json.JSONTokener 13
com.sun.org.apache.xerces.internal.impl.PropertyManager 1
nu.xom.jaxen.expr.DefaultPredicate 2
com.ctc.wstx.util.ElementId 14
java.awt.MenuComponent 1
nu.xom.jaxen.expr.DefaultAllNodeStep 1
nu.xom.jaxen.saxpath.Axis 1
java.util.Currency 2
java.net.URLConnection 1
java.sql.Time 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
com.sun.org.apache.xerces.internal.xni.parser.XMLParseException 1
org.jdom2.xpath.jaxen.JDOMXPath 1
java.util.DoubleSummaryStatistics 1
nu.xom.UnicodeUtil$UnicodeString 1
nu.xom.UnicodeUtil 2
java.awt.ScrollPaneAdjustable 1
com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass 4
java.lang.ProcessBuilder$Redirect$4 1
jdk.internal.misc.Signal$NativeHandler 2
nu.xom.Comment 9
com.ctc.wstx.sax.SAXProperty 3
java.lang.invoke.MethodHandle 5
javax.accessibility.AccessibleRelationSet 1
java.lang.Enum$EnumDesc 1
java.awt.Graphics 1
com.sun.org.apache.xerces.internal.xni.XMLString 1
java.text.Annotation 1
java.util.ServiceLoader 4
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__4 2
java.util.Map$Entry 1
java.awt.image.BufferedImage 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.OccurrenceExp 2
java.nio.channels.FileChannel$MapMode 1
nu.xom.jaxen.expr.DefaultAndExpr 1
org.joda.time.tz.DateTimeZoneBuilder$Rule 1
java.time.temporal.ChronoField 1
com.ctc.wstx.util.URLUtil 8
com.ctc.wstx.util.ExceptionUtil 6
com.sun.org.apache.xerces.internal.xni.XNIException:java.io.UncheckedIOException:java.lang.Throwable:java.lang.reflect.InvocationTargetException:javax.xml.parsers.FactoryConfigurationError:javax.xml.stream.FactoryConfigurationError:javax.xml.transform.TransformerException:javax.xml.transform.TransformerFactoryConfigurationError:javax.xml.xpath.XPathException:net.sf.cglib.beans.BulkBeanException:net.sf.cglib.core.CodeGenerationException:nu.xom.ParsingException:nu.xom.XMLException:nu.xom.XPathException:nu.xom.canonical.CanonicalizationException:nu.xom.jaxen.JaxenRuntimeException:nu.xom.jaxen.saxpath.SAXPathException:nu.xom.xinclude.XIncludeException:nu.xom.xinclude.XPointerException:nu.xom.xslt.XSLException:org.jdom.JDOMException:org.xml.sax.SAXException 1
com.thoughtworks.xstream.core.util.DependencyInjectionFactory$TypedValue 2
java.lang.ModuleLayer 3
java.security.ProtectionDomain 2
java.lang.ProcessBuilder$Redirect$1 1
com.ctc.wstx.dtd.PrefixedNameSet 3
com.ctc.wstx.dtd.SmallPrefixedNameSet 4
com.ctc.wstx.dtd.LargePrefixedNameSet 4
com.ctc.wstx.dtd.LargePrefixedNameSet$Bucket 3
nu.xom.jaxen.expr.DefaultTruthExpr 1
org.dom4j.xpath.XPathPattern 1
nu.xom.jaxen.expr.DefaultNumberExpr 2
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
nu.xom.jaxen.expr.DefaultNotEqualsExpr 1
java.io.ObjectStreamClass 5
java.util.IntSummaryStatistics 1
java.util.concurrent.Semaphore 1
nu.xom.jaxen.expr.DefaultArithExpr 1
sun.font.EAttribute 1
java.security.AlgorithmParameters 1
sun.awt.AppContext 1
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.typed.Base64Variant:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 4
java.lang.AbstractStringBuilder:java.lang.StringBuilder 4
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:sun.awt.util.IdentityArrayList 4
org.joda.time.format.ISOPeriodFormat 1
org.codehaus.jettison.badgerfish.BadgerFishConvention 2
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.Iterator:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
java.util.Iterator 1
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.codehaus.jettison.Node:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
org.codehaus.jettison.mapped.MappedXMLStreamReader 7
io.github.xstream.mxparser.MXParser:org.kxml2.io.KXmlParser:org.xmlpull.mxp1.MXParser 1
java.io.CharArrayReader:java.io.InputStreamReader:java.io.Reader:java.io.StringReader:nu.xom.Verifier$EmptyReader:org.dom4j.io.DocumentInputSource$1:sun.nio.cs.StreamDecoder 1
java.security.Provider:java.util.Hashtable:java.util.Properties 2
com.ctc.wstx.cfg.ErrorConsts 1
com.ctc.wstx.dtd.FullDTDReader 71
com.ctc.wstx.dtd.DTDWriter 9
com.ctc.wstx.exc.WstxUnexpectedCharException 1
com.ctc.wstx.exc.WstxParsingException 2
com.ctc.wstx.io.WstxInputData 10
com.ctc.wstx.exc.WstxEOFException 1
com.ctc.wstx.util.XmlChars 4
org.codehaus.stax2.validation.XMLValidationProblem 10
com.ctc.wstx.sr.ValidatingStreamReader 12
org.codehaus.stax2.validation.XMLValidationException 4
com.ctc.wstx.util.SymbolTable$Bucket 4
com.ctc.wstx.dtd.MinimalDTDReader 21
com.ctc.wstx.io.DefaultInputResolver 9
com.ctc.wstx.shaded.msv_core.scanner.dtd.Resolver 6
org.jdom.transform.JDOMSource$JDOMInputSource 4
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$1 2
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$1:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$ThrowController:com.ctc.wstx.shaded.msv_core.reader.util.IgnoreController:com.ctc.wstx.shaded.msv_core.reader.xmlschema.WSDLGrammarReaderController 1
com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.SimpleEntityResolver 3
java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.FileInputStream:java.io.FilterInputStream:java.io.InputStream:java.io.InputStream$1:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.PipedInputStream:java.io.PushbackInputStream:java.net.URL:java.util.jar.Manifest$FastInputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipInputStream 1
com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DTDSkipper 1
nu.xom.Verifier$1 2
org.jdom2.output.support.AbstractOutputProcessor 1
org.jdom2.output.support.WalkerPRESERVE 6
org.jdom2.output.support.WalkerNORMALIZE 4
org.jdom2.output.support.AbstractFormattedWalker 25
org.jdom2.output.support.AbstractFormattedWalker$MultiText 12
org.jdom2.output.support.WalkerTRIM 2
org.jdom2.output.Format$1 1
org.jdom2.output.Format$EscapeStrategy7Bits 1
org.jdom2.output.Format$EscapeStrategyUTF 1
org.jdom2.output.Format$EscapeStrategy8Bits 1
org.jdom2.IllegalDataException 3
org.jdom2.Comment:org.jdom2.DocType:org.jdom2.EntityRef:org.jdom2.ProcessingInstruction:org.jdom2.Text 1
org.jdom2.output.support.WalkerTRIM_FULL_WHITE 2
jdk.internal.jimage.ImageBufferCache$2 2
com.thoughtworks.xstream.core.util.DependencyInjectionFactory$1 3
com.thoughtworks.xstream.core.util.PresortedMap$ArraySetComparator 2
com.thoughtworks.xstream.converters.collections.TreeMapConverter$NullComparator 2
com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator 3
com.thoughtworks.xstream.io.xml.xppdom.XppDom 13
java.awt.RenderingHints:java.security.Provider:java.util.AbstractCollection:java.util.AbstractMap:java.util.ArrayList:java.util.EnumMap:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.jar.Attributes 1
java.lang.StringBuilder:java.lang.ThreadLocal 1
org.dom4j.xpath.DefaultXPath$1 2
org.jdom2.util.NamespaceStack$1 2
com.thoughtworks.xstream.mapper.PackageAliasingMapper$1 2
org.jdom2.xpath.util.AbstractXPathCompiled$NamespaceComparator 2
com.thoughtworks.xstream.core.JVM$1 1
nu.xom.jaxen.expr.NodeComparator 4
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.grammar.ElementExp:com.ctc.wstx.shaded.msv_core.grammar.Expression$AnyStringExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$EpsilonExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$NullSetExpression:com.ctc.wstx.shaded.msv_core.grammar.OtherExp:com.ctc.wstx.shaded.msv_core.grammar.ReferenceExp:com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRules:com.ctc.wstx.shaded.msv_core.grammar.relax.HedgeRules:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.ctc.wstx.util.PrefixedName:com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec:com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.xni.QName:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItem:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:com.wutka.dtd.DTDCardinal:com.wutka.dtd.DTDDecl:com.wutka.dtd.TokenType:java.awt.AWTKeyStroke:java.awt.AlphaComposite:java.awt.BasicStroke:java.awt.Color:java.awt.Dimension:java.awt.DisplayMode:java.awt.Font:java.awt.Insets:java.awt.JobAttributes:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.RenderingHints$Key:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.FontRenderContext:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.font.TransformAttribute:java.awt.geom.AffineTransform:java.awt.geom.Point2D:java.awt.geom.Rectangle2D:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.IndexedPropertyDescriptor:java.beans.PropertyDescriptor:java.io.BufferedReader$1:java.io.FilePermission:java.io.ObjectStreamClass$DeserializationConstructorsCache$Key:java.lang.Character$Subset:java.lang.Enum:java.lang.Object:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.sql.Timestamp:java.text.AttributedCharacterIterator$Attribute:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.text.SimpleDateFormat:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.GregorianCalendar:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.SimpleTimeZone:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.logging.Level:java.util.logging.LogManager$CloseOnReset:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.tree.TreePath:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:net.sf.cglib.asm.Type:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.Node:nu.xom.jaxen.expr.IdentitySet$IdentityWrapper:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.jettison.json.JSONObject$Null:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.dom4j.tree.SingleIterator:org.jdom.Attribute:org.jdom.Content:org.jdom.Document:org.jdom.filter.ContentFilter:org.jdom2.Content:org.jdom2.DescendantIterator:org.jdom2.Document:org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker:org.joda.time.DateTimeFieldType$StandardDateTimeFieldType:org.joda.time.DurationFieldType$StandardDurationFieldType:org.joda.time.UTCDateTimeZone:org.joda.time.chrono.IslamicChronology$LeapYearPatternType:org.joda.time.tz.DateTimeZoneBuilder$OfYear:sun.font.AttributeValues:sun.font.CoreMetrics:sun.font.FontLineMetrics:sun.font.FontStrikeDesc:sun.java2d.loops.CompositeType:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.LocaleExtensions 1
java.lang.String$CaseInsensitiveComparator 1
org.joda.time.convert.ConverterSet$Entry 1
com.sun.org.apache.xerces.internal.xni.QName:java.awt.BufferCapabilities:java.awt.ImageCapabilities:java.awt.Insets:java.awt.JobAttributes:java.awt.PageAttributes:java.awt.RenderingHints:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.geom.AffineTransform:java.awt.geom.Dimension2D:java.awt.geom.Line2D:java.awt.geom.Path2D$Float:java.awt.geom.Point2D:java.awt.geom.RectangularShape:java.awt.image.renderable.RenderContext:java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.text.SimpleDateFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.EnumSet:java.util.GregorianCalendar:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.SimpleTimeZone:java.util.TimeZone:java.util.TreeMap:java.util.TreeSet:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:javax.swing.ArrayTable:org.codehaus.jettison.json.JSONObject$Null:sun.font.AttributeValues:sun.font.FontLineMetrics:sun.java2d.SunGraphics2D:sun.java2d.loops.FontInfo:sun.util.calendar.CalendarDate 1
org.joda.time.format.DateTimeFormatterBuilder$MatchingParser 2
org.joda.time.format.DateTimeParserBucket$SavedState 2
org.joda.time.format.DateTimeFormatterBuilder$FixedNumber 1
org.joda.time.DateMidnight 1
org.joda.time.format.DateTimeParserInternalParser 2
java.lang.String:java.lang.StringBuilder:java.nio.CharBuffer 1
java.sql.Timestamp:java.util.Date 2
org.joda.time.Instant:org.joda.time.base.BaseDateTime 1
java.sql.Timestamp:java.util.Calendar:java.util.Date 1
nu.xom.canonical.Canonicalizer$AttributeComparator 2
com.ctc.wstx.shaded.msv_core.verifier.regexp.ExpressionAcceptor$1 2
org.jdom2.AttributeList$1 2
org.dom4j.util.NodeComparator 13
org.dom4j.Namespace:org.dom4j.tree.AbstractAttribute:org.dom4j.tree.AbstractCDATA:org.dom4j.tree.AbstractComment:org.dom4j.tree.AbstractDocument:org.dom4j.tree.AbstractDocumentType:org.dom4j.tree.AbstractElement:org.dom4j.tree.AbstractEntity:org.dom4j.tree.AbstractNode:org.dom4j.tree.AbstractProcessingInstruction:org.dom4j.tree.AbstractText 2
org.dom4j.tree.FlyweightText 2
org.dom4j.tree.FlyweightCDATA 2
org.dom4j.tree.FlyweightComment 2
org.joda.time.format.PeriodFormatterBuilder$RegExAffix$1 2
com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter$FieldComparator 3
org.jdom2.util.NamespaceStack$NamespaceIterable 2
org.jdom.output.XMLOutputter$NamespaceStack 1
org.dom4j.io.DocumentInputSource 3
org.dom4j.util.SimpleSingleton 3
com.thoughtworks.xstream.core.util.ClassLoaderReference 2
org.dom4j.util.PerThreadSingleton 2
org.dom4j.io.OutputFormat 17
org.dom4j.io.HTMLWriter 15
org.dom4j.io.HTMLWriter$FormatState 4
org.dom4j.util.StringUtils 2
java.lang.AbstractStringBuilder:java.lang.StringBuilder:java.nio.CharBuffer 1
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer 2
java.nio.file.InvalidPathException 1
java.net.URISyntaxException 1
com.sun.org.apache.xerces.internal.impl.dv.DatatypeException 1
java.awt.HeadlessException 1
java.util.regex.PatternSyntaxException 1
javax.xml.transform.stream.StreamSource 6
java.net.URLDecoder 1
com.ctc.wstx.io.StreamBootstrapper 30
com.ctc.wstx.io.InputBootstrapper 16
com.ctc.wstx.io.ReaderBootstrapper 16
com.ctc.wstx.io.EBCDICCodec 1
com.ctc.wstx.io.CharsetNames 2
com.ctc.wstx.io.InputSourceFactory 3
com.ctc.wstx.io.ReaderBootstrapper:com.ctc.wstx.io.StreamBootstrapper 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.MXParser:com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.io.WstxInputLocation:org.codehaus.jettison.AbstractXMLStreamReader$1:org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation:org.codehaus.stax2.XMLStreamLocation2$1 3
com.ctc.wstx.dtd.DefaultAttrValue 16
com.ctc.wstx.dtd.DefaultAttrValue$UndeclaredEntity 2
org.jdom.input.SAXHandler 32
org.jdom.DefaultJDOMFactory 15
org.jdom.UncheckedJDOMFactory 15
org.jdom.IllegalNameException 1
nu.xom.NamespaceConflictException 1
nu.xom.WellformednessException 2
nu.xom.MultipleParentException 1
nu.xom.IllegalAddException 1
nu.xom.Namespaces 4
nu.xom.DocType:nu.xom.Node 1
nu.xom.CycleException 1
nu.xom.Comment:nu.xom.Node 1
nu.xom.DocumentFragment 3
nu.xom.Attribute:nu.xom.Node 1
nu.xom.NodeFactory 14
nu.xom.Verifier 28
nu.xom.IllegalCharacterDataException 2
nu.xom.IllegalDataException 3
org.jdom2.SlimJDOMFactory 11
org.jdom2.StringBin 4
org.jdom2.located.LocatedJDOMFactory 9
org.jdom2.located.LocatedCDATA 3
org.jdom2.located.LocatedText 3
org.jdom2.located.LocatedEntityRef 4
org.dom4j.io.ElementStack 11
org.dom4j.io.DispatchHandler 6
org.jdom.transform.JDOMResult$DocumentBuilder 15
org.jdom.transform.JDOMResult 2
org.jdom.transform.JDOMResult$FragmentHandler 1
com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper:com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.xml.sax.helpers.XMLReaderAdapter 11
com.ctc.wstx.ent.UnparsedExtEntity 5
com.ctc.wstx.ent.ParsedExtEntity 5
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.MXParser:com.bea.xml.stream.events.BaseEvent:com.bea.xml.stream.events.EntityDeclarationEvent:com.bea.xml.stream.events.EntityReferenceEvent:com.bea.xml.stream.events.NotationDeclarationEvent:com.ctc.wstx.io.WstxInputLocation:org.codehaus.jettison.AbstractXMLStreamReader$1:org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation:org.codehaus.stax2.XMLStreamLocation2$1 1
org.dom4j.io.SAXEventRecorder 19
org.dom4j.io.SAXEventRecorder$SAXEvent 4
nu.xom.NonVerifyingHandler 8
nu.xom.CDATASection 3
org.jdom2.output.support.SAXTarget$SAXLocator:org.xml.sax.helpers.LocatorImpl 1
org.jdom.IllegalTargetException 1
org.dom4j.tree.AbstractCharacterData 2
org.jdom2.located.LocatedProcessingInstruction 3
org.jdom2.IllegalTargetException 1
org.dom4j.io.DOMSAXContentHandler 26
nu.xom.IllegalTargetException 1
nu.xom.IllegalNameException 1
java.util.LinkedHashSet 1
nu.xom.Document:nu.xom.Node 2
com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.jdom2.located.LocatedComment 3
com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.LexicalHandlerBase 8
com.ctc.wstx.util.WordResolver$Builder 4
com.ctc.wstx.dtd.DTDCdataAttr 6
com.ctc.wstx.dtd.DTDNmTokenAttr 5
com.ctc.wstx.dtd.DTDEnumAttr 5
com.ctc.wstx.dtd.DTDIdAttr 5
com.ctc.wstx.dtd.DTDIdRefAttr 5
com.ctc.wstx.dtd.DTDIdRefsAttr 5
com.ctc.wstx.dtd.DTDEntityAttr 5
com.ctc.wstx.dtd.DTDEntitiesAttr 5
com.ctc.wstx.dtd.DTDNotationAttr 5
com.ctc.wstx.dtd.DTDNmTokensAttr 5
com.ctc.wstx.dtd.DefaultAttrValue:com.ctc.wstx.dtd.MinimalDTDReader 1
java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.Dispatcher$UnparsedEntityDecl 1
com.ctc.wstx.dtd.ContentSpec 4
com.ctc.wstx.dtd.EmptyValidator 4
com.bea.xml.stream.util.CircularQueue:com.bea.xml.stream.util.Stack:java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:net.sf.cglib.beans.FixedKeySet:nu.xom.jaxen.util.SingletonList:org.dom4j.bean.BeanAttributeList:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.dtd.ContentSpec:com.ctc.wstx.dtd.TokenContentSpec 2
com.ctc.wstx.dtd.ChoiceContentSpec$Validator 4
com.ctc.wstx.dtd.StructValidator 1
com.ctc.wstx.dtd.ModelNode 1
com.ctc.wstx.dtd.ChoiceModel:com.ctc.wstx.dtd.ConcatModel:com.ctc.wstx.dtd.OptionalModel:com.ctc.wstx.dtd.StarModel:com.ctc.wstx.dtd.TokenModel 1
com.ctc.wstx.dtd.TokenModel:java.util.ArrayList:java.util.HashMap 1
com.ctc.wstx.dtd.DFAValidator 4
com.ctc.wstx.dtd.TokenContentSpec$Validator 4
com.ctc.wstx.dtd.SeqContentSpec$Validator 6
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.Dispatcher$NotationDecl 1
com.ctc.wstx.util.InternCache 2
com.ctc.wstx.dtd.DTDSubset 1
com.ctc.wstx.util.SimpleCache 3
com.bea.xml.stream.util.CircularQueue:com.bea.xml.stream.util.Stack:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:net.sf.cglib.beans.FixedKeySet:nu.xom.jaxen.util.SingletonList:org.dom4j.bean.BeanAttributeList:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:sun.awt.util.IdentityArrayList 2
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractCollection:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.util.SimpleCache$LimitMap 1
com.ctc.wstx.dtd.DTDValidator 10
com.ctc.wstx.dtd.DTDValidatorBase 18
org.codehaus.stax2.validation.XMLValidator 1
com.ctc.wstx.dtd.DTDTypingNonValidator 10
org.codehaus.stax2.validation.ValidatorPair 10
javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader 1
com.thoughtworks.xstream.io.xml.XppDomReader 9
com.thoughtworks.xstream.io.xml.Dom4JReader 11
org.jdom.filter.AbstractFilter 1
com.thoughtworks.xstream.io.path.PathTrackingReader 4
com.thoughtworks.xstream.io.binary.ReaderDepthState$State 1
com.thoughtworks.xstream.io.binary.Token$Formatter 3
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter$2 3
org.dom4j.dom.DOMNodeHelper$1 3
org.dom4j.dom.DOMNodeHelper$EmptyNodeList 2
com.thoughtworks.xstream.core.util.HierarchicalStreams 2
com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper 2
com.thoughtworks.xstream.mapper.AttributeAliasingMapper 3
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.thoughtworks.xstream.io.naming.NoNameCoder:com.thoughtworks.xstream.io.xml.XStream11NameCoder:com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer 2
com.thoughtworks.xstream.io.xml.AbstractXmlReader 2
com.thoughtworks.xstream.mapper.CachingMapper 3
com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper 3
com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper 4
com.thoughtworks.xstream.core.ClassLoaderReference 3
com.thoughtworks.xstream.mapper.CannotResolveClassException 1
com.thoughtworks.xstream.mapper.SecurityMapper 4
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.thoughtworks.xstream.security.AnyTypePermission:com.thoughtworks.xstream.security.NullPermission:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.thoughtworks.xstream.security.TypeHierarchyPermission 2
com.thoughtworks.xstream.security.ExplicitTypePermission 3
com.thoughtworks.xstream.security.ForbiddenClassException 1
com.thoughtworks.xstream.security.AbstractSecurityException 1
com.thoughtworks.xstream.security.RegExpTypePermission 1
jdk.internal.loader.BootLoader$PackageHelper 5
jdk.internal.loader.BootLoader$PackageHelper$lambda_findModule_0__5 3
jdk.internal.module.Modules 1
java.lang.System$2 2
jdk.internal.loader.BootLoader$PackageHelper$1 2
sun.nio.fs.AbstractFileSystemProvider 1
jdk.internal.loader.ClassLoaders$AppClassLoader 1
java.lang.SecurityException 1
net.sf.cglib.proxy.Proxy 2
com.thoughtworks.xstream.security.NoPermission 1
com.thoughtworks.xstream.security.AnyTypePermission:com.thoughtworks.xstream.security.NullPermission 1
com.thoughtworks.xstream.core.TreeUnmarshaller 12
com.thoughtworks.xstream.mapper.AnnotationMapper 19
java.util.AbstractCollection:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.jdom2.AttributeList:sun.awt.util.IdentityArrayList 1
sun.reflect.generics.scope.ClassScope 1
sun.reflect.generics.factory.CoreReflectionFactory 1
sun.reflect.generics.repository.ClassRepository 3
sun.reflect.generics.repository.GenericDeclRepository 1
com.thoughtworks.xstream.core.util.TypedNull 2
com.thoughtworks.xstream.core.util.DependencyInjectionFactory 2
com.thoughtworks.xstream.converters.SingleValueConverterWrapper 7
com.thoughtworks.xstream.InitializationException 2
com.thoughtworks.xstream.converters.reflection.ReflectionConverter 2
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter 14
com.thoughtworks.xstream.converters.collections.SingletonCollectionConverter 3
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter 10
com.thoughtworks.xstream.converters.extended.RecordConverter 9
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter 4
com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker 5
com.thoughtworks.xstream.converters.enums.EnumConverter 4
com.thoughtworks.xstream.converters.extended.AtomicLongConverter 6
com.thoughtworks.xstream.converters.reflection.LambdaConverter 3
com.thoughtworks.xstream.converters.enums.EnumSetConverter 6
com.thoughtworks.xstream.converters.extended.NamedArrayConverter 3
com.thoughtworks.xstream.converters.extended.OptionalIntConverter 6
com.thoughtworks.xstream.converters.extended.DynamicProxyConverter 5
com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter 8
com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter 6
com.thoughtworks.xstream.converters.collections.BitSetConverter 4
com.thoughtworks.xstream.converters.extended.JavaMethodConverter 6
com.thoughtworks.xstream.converters.reflection.SerializableConverter 10
com.thoughtworks.xstream.core.util.SerializationMembers 11
com.thoughtworks.xstream.converters.enums.EnumMapConverter 4
com.thoughtworks.xstream.converters.extended.CharsetConverter 4
com.thoughtworks.xstream.converters.extended.DurationConverter 2
com.thoughtworks.xstream.converters.time.ChronologyConverter 4
com.thoughtworks.xstream.converters.basic.ShortConverter 3
com.thoughtworks.xstream.converters.time.ZoneIdConverter 4
com.thoughtworks.xstream.converters.time.JapaneseEraConverter 3
com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter 3
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter 3
com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter 3
com.thoughtworks.xstream.converters.basic.DoubleConverter 3
com.thoughtworks.xstream.converters.basic.LongConverter 3
com.thoughtworks.xstream.converters.basic.FloatConverter 3
com.thoughtworks.xstream.converters.extended.PathConverter 4
com.thoughtworks.xstream.converters.enums.EnumToStringConverter 3
com.thoughtworks.xstream.converters.basic.BooleanConverter 5
com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter 8
com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter$lambda_getAttributeMap_0__17 3
java.security.Provider:java.util.HashMap:java.util.Hashtable:java.util.Map:java.util.Properties:java.util.TreeMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentMap 1
com.thoughtworks.xstream.converters.extended.JavaClassConverter 5
com.thoughtworks.xstream.converters.basic.IntConverter 3
com.thoughtworks.xstream.converters.basic.CharConverter 6
com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter 4
com.thoughtworks.xstream.converters.basic.ByteConverter 3
com.thoughtworks.xstream.converters.extended.StackTraceElementConverter 4
com.thoughtworks.xstream.converters.basic.BigDecimalConverter:com.thoughtworks.xstream.converters.basic.BigIntegerConverter:com.thoughtworks.xstream.converters.basic.DateConverter:com.thoughtworks.xstream.converters.basic.StringBufferConverter:com.thoughtworks.xstream.converters.basic.StringBuilderConverter:com.thoughtworks.xstream.converters.basic.StringConverter:com.thoughtworks.xstream.converters.basic.URIConverter:com.thoughtworks.xstream.converters.basic.URLConverter:com.thoughtworks.xstream.converters.basic.UUIDConverter:com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter:com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter:com.thoughtworks.xstream.converters.extended.AtomicLongConverter:com.thoughtworks.xstream.converters.extended.CurrencyConverter:com.thoughtworks.xstream.converters.extended.FileConverter:com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter:com.thoughtworks.xstream.converters.extended.LocaleConverter:com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter:com.thoughtworks.xstream.converters.extended.OptionalIntConverter:com.thoughtworks.xstream.converters.extended.OptionalLongConverter:com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter:com.thoughtworks.xstream.converters.extended.SqlDateConverter:com.thoughtworks.xstream.converters.extended.SqlTimeConverter:com.thoughtworks.xstream.converters.extended.SqlTimestampConverter:com.thoughtworks.xstream.converters.extended.ToStringConverter:com.thoughtworks.xstream.converters.time.DurationConverter:com.thoughtworks.xstream.converters.time.HijrahDateConverter:com.thoughtworks.xstream.converters.time.InstantConverter:com.thoughtworks.xstream.converters.time.JapaneseDateConverter:com.thoughtworks.xstream.converters.time.LocalDateConverter:com.thoughtworks.xstream.converters.time.LocalDateTimeConverter:com.thoughtworks.xstream.converters.time.LocalTimeConverter:com.thoughtworks.xstream.converters.time.MinguoDateConverter:com.thoughtworks.xstream.converters.time.MonthDayConverter:com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter:com.thoughtworks.xstream.converters.time.OffsetTimeConverter:com.thoughtworks.xstream.converters.time.PeriodConverter:com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter:com.thoughtworks.xstream.converters.time.YearConverter:com.thoughtworks.xstream.converters.time.YearMonthConverter:com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter:com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter:com.thoughtworks.xstream.core.util.ISO8601JodaTimeConverter 1
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter 5
com.thoughtworks.xstream.converters.javabean.BeanProvider 9
com.thoughtworks.xstream.converters.time.ValueRangeConverter 5
com.thoughtworks.xstream.converters.time.WeekFieldsConverter 4
com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter 6
com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter 6
com.thoughtworks.xstream.converters.extended.ColorConverter 5
com.thoughtworks.xstream.converters.collections.ArrayConverter 4
com.thoughtworks.xstream.converters.basic.NullConverter 4
com.thoughtworks.xstream.converters.collections.MapConverter 9
com.thoughtworks.xstream.converters.collections.PropertiesConverter 5
com.thoughtworks.xstream.converters.extended.ThrowableConverter 6
com.thoughtworks.xstream.converters.extended.OptionalConverter 4
com.thoughtworks.xstream.converters.collections.CharArrayConverter 4
com.thoughtworks.xstream.converters.extended.LookAndFeelConverter 2
com.thoughtworks.xstream.converters.extended.SubjectConverter 12
com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter 4
com.thoughtworks.xstream.converters.collections.CollectionConverter 9
com.thoughtworks.xstream.converters.time.SystemClockConverter 4
com.thoughtworks.xstream.converters.extended.FontConverter 4
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter 4
com.thoughtworks.xstream.converters.extended.JavaFieldConverter 5
com.thoughtworks.xstream.converters.collections.SingletonMapConverter 3
com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter 3
com.thoughtworks.xstream.converters.extended.OptionalLongConverter 6
com.thoughtworks.xstream.converters.extended.RegexPatternConverter 4
com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter 4
com.thoughtworks.xstream.XStream$2 2
com.thoughtworks.xstream.mapper.FieldAliasingMapper 6
com.thoughtworks.xstream.mapper.AttributeMapper 6
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper 9
java.lang.NoSuchFieldException 1
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$ImplicitCollectionMapperForClass 6
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$ImplicitCollectionMappingImpl 6
com.thoughtworks.xstream.mapper.ElementIgnoringMapper 5
com.thoughtworks.xstream.mapper.LocalConversionMapper 7
com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller 2
com.thoughtworks.xstream.mapper.ImmutableTypesMapper 4
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller 3
com.thoughtworks.xstream.io.AbstractReader:com.thoughtworks.xstream.io.binary.BinaryStreamReader 1
com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller 3
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter 10
com.thoughtworks.xstream.converters.extended.NamedCollectionConverter 3
org.dom4j.tree.AbstractNode:org.dom4j.tree.BaseElement:org.dom4j.tree.DefaultElement 3
com.thoughtworks.xstream.io.xml.Dom4JReader:com.thoughtworks.xstream.io.xml.DomReader:com.thoughtworks.xstream.io.xml.JDom2Reader:com.thoughtworks.xstream.io.xml.JDomReader:com.thoughtworks.xstream.io.xml.XomReader:com.thoughtworks.xstream.io.xml.XppDomReader 1
java.lang.StringBuilder:org.dom4j.dom.DOMNodeHelper$EmptyNodeList 1
com.thoughtworks.xstream.converters.collections.TreeSetConverter 4
com.thoughtworks.xstream.converters.collections.TreeMapConverter 6
java.lang.System:java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractQueue:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:sun.awt.util.IdentityArrayList 1
com.thoughtworks.xstream.core.SecurityUtils 1
com.thoughtworks.xstream.core.MapBackedDataHolder 4
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1 7
com.thoughtworks.xstream.security.InputManipulationException 1
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1 3
com.thoughtworks.xstream.converters.extended.NamedMapConverter 5
com.thoughtworks.xstream.converters.extended.UseAttributeForEnumMapper 3
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter 2
com.thoughtworks.xstream.converters.extended.SqlTimestampConverter 4
com.thoughtworks.xstream.core.util.Pool 4
com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat$1 2
com.thoughtworks.xstream.core.util.ThreadSafePropertyEditor$1 1
com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter 5
com.thoughtworks.xstream.converters.time.AbstractChronoLocalDateConverter 2
java.time.chrono.IsoChronology 1
com.thoughtworks.xstream.converters.time.HijrahDateConverter 5
java.time.chrono.HijrahEra 1
java.time.chrono.ThaiBuddhistEra 1
com.thoughtworks.xstream.converters.time.JapaneseDateConverter 5
com.thoughtworks.xstream.converters.time.MinguoDateConverter 5
java.time.chrono.MinguoEra 1
java.time.chrono.AbstractChronology:java.time.chrono.ThaiBuddhistChronology:java.util.Collections 1
com.thoughtworks.xstream.converters.time.PeriodConverter 2
com.thoughtworks.xstream.core.util.Base64JAXBCodec 2
javax.xml.bind.DatatypeConverter 2
com.thoughtworks.xstream.core.util.Base64Encoder 4
com.thoughtworks.xstream.core.Base64Codec 2
java.util.Base64$Decoder 1
com.thoughtworks.xstream.converters.basic.URIConverter 2
com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter 3
com.thoughtworks.xstream.converters.extended.LocaleConverter 3
com.thoughtworks.xstream.converters.time.MonthDayConverter 2
com.thoughtworks.xstream.converters.basic.StringConverter 4
java.security.Provider:java.util.HashMap:java.util.Hashtable:java.util.Map:java.util.Properties:java.util.TreeMap:java.util.concurrent.ConcurrentHashMap 1
com.thoughtworks.xstream.converters.time.LocalDateConverter 2
com.thoughtworks.xstream.converters.time.DurationConverter 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__14 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__13 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__12 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__11 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__10 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__9 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__8 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__7 2
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__6 2
java.time.temporal.TemporalAccessor 1
java.time.DayOfWeek 1
java.time.Month 1
java.time.chrono.Era 1
java.nio.file.Paths 2
com.thoughtworks.xstream.converters.extended.ToStringConverter 2
com.thoughtworks.xstream.converters.basic.StringBuilderConverter 2
com.thoughtworks.xstream.converters.time.LocalTimeConverter 3
com.thoughtworks.xstream.converters.basic.UUIDConverter 2
com.thoughtworks.xstream.converters.time.YearConverter 2
java.time.chrono.AbstractChronology:java.time.chrono.JapaneseChronology:java.util.Collections 1
java.lang.Class$3 2
com.thoughtworks.xstream.converters.basic.DateConverter 8
com.thoughtworks.xstream.converters.basic.StringBufferConverter 2
com.thoughtworks.xstream.converters.time.LocalDateTimeConverter 3
com.thoughtworks.xstream.converters.time.YearMonthConverter 2
com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter 3
java.time.chrono.AbstractChronology:java.time.chrono.MinguoChronology:java.util.Collections 1
com.thoughtworks.xstream.converters.basic.BigIntegerConverter 2
com.thoughtworks.xstream.converters.basic.BigDecimalConverter 2
com.thoughtworks.xstream.converters.basic.URLConverter 2
com.thoughtworks.xstream.converters.extended.FileConverter 3
com.thoughtworks.xstream.converters.extended.SqlDateConverter 2
com.thoughtworks.xstream.converters.extended.StackTraceElementConverter$StackTraceElementFactory 2
com.thoughtworks.xstream.converters.time.InstantConverter 2
com.thoughtworks.xstream.converters.time.OffsetTimeConverter 3
com.thoughtworks.xstream.core.util.ISO8601JodaTimeConverter 2
com.thoughtworks.xstream.converters.extended.SqlTimeConverter 2
com.thoughtworks.xstream.converters.extended.CurrencyConverter 2
com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter 2
com.thoughtworks.xstream.core.util.ThreadSafePropertyEditor 3
com.thoughtworks.xstream.mapper.DefaultMapper:java.util.ArrayList 1
com.thoughtworks.xstream.core.util.Fields 5
com.thoughtworks.xstream.converters.extended.RecordConverter$RecordComponent 1
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_unmarshal_1__26 2
com.thoughtworks.xstream.converters.extended.RecordConverter$type__27 2
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_unmarshal_2__28 2
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_orderValues_3__31 2
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_orderValues_4__32 2
com.thoughtworks.xstream.converters.extended.RecordConverter$type__29 2
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_invokeCanonicalConstructor_5__30 2
com.thoughtworks.xstream.converters.extended.DurationConverter:com.thoughtworks.xstream.mapper.DefaultMapper 1
com.thoughtworks.xstream.mapper.OuterClassMapper 5
com.thoughtworks.xstream.converters.basic.NullConverter:com.thoughtworks.xstream.mapper.DefaultMapper 1
com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider 2
sun.misc.Unsafe 11
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$lambda_instantiateUsingSerialization_0__3 3
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$lambda_instantiateUsingSerialization_1__2 3
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$1 1
com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider 4
javax.activation.ActivationDataFlavor 6
com.thoughtworks.xstream.mapper.DefaultMapper:java.util.HashMap 1
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.thoughtworks.xstream.mapper.DefaultMapper:java.lang.Object 3
com.thoughtworks.xstream.converters.javabean.PropertyDictionary 4
com.thoughtworks.xstream.converters.javabean.ComparingPropertySorter 1
com.thoughtworks.xstream.converters.javabean.NativePropertySorter 1
com.thoughtworks.xstream.converters.reflection.MissingFieldException 1
net.sf.cglib.core.AbstractClassGenerator 7
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeredCallbackFilter 2
net.sf.cglib.proxy.CallbackInfo 5
java.lang.AbstractStringBuilder:java.lang.Class 1
net.sf.cglib.core.ReflectUtils 25
net.sf.cglib.reflect.MulticastDelegate$Generator 5
net.sf.cglib.reflect.ConstructorDelegate$Generator 3
net.sf.cglib.util.StringSwitcher$Generator 4
net.sf.cglib.reflect.MethodDelegate$Generator 3
net.sf.cglib.beans.ImmutableBean$Generator 3
net.sf.cglib.util.ParallelSorter$Generator 3
net.sf.cglib.beans.BeanCopier$Generator 4
net.sf.cglib.proxy.Mixin$Generator 3
net.sf.cglib.beans.BeanMap$Generator 3
net.sf.cglib.beans.BeanGenerator 3
net.sf.cglib.core.KeyFactory$Generator 4
net.sf.cglib.beans.BulkBean$Generator 3
net.sf.cglib.reflect.FastClass$Generator 3
net.sf.cglib.proxy.InterfaceMaker 3
net.sf.cglib.core.AbstractClassGenerator$1 2
net.sf.cglib.core.DefaultNamingPolicy 1
com.ctc.wstx.io.WstxInputLocation:com.ctc.wstx.shaded.msv_core.datatype.xsd.BinaryValueType:com.ctc.wstx.shaded.msv_core.grammar.Expression:com.ctc.wstx.sw.SimpleOutputElement$AttrName:com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec:com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.thoughtworks.xstream.core.util.ObjectIdDictionary$IdWrapper:com.thoughtworks.xstream.core.util.ObjectIdDictionary$WeakIdWrapper:com.thoughtworks.xstream.security.AnyTypePermission:com.thoughtworks.xstream.security.ArrayTypePermission:com.thoughtworks.xstream.security.CGLIBProxyTypePermission:com.thoughtworks.xstream.security.InterfaceTypePermission:com.thoughtworks.xstream.security.NoTypePermission:com.thoughtworks.xstream.security.PrimitiveTypePermission:com.thoughtworks.xstream.security.ProxyTypePermission:java.awt.AWTKeyStroke:java.awt.AlphaComposite:java.awt.AttributeValue:java.awt.BasicStroke:java.awt.BufferCapabilities$FlipContents:java.awt.Color:java.awt.Dimension:java.awt.DisplayMode:java.awt.Font:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.RenderingHints:java.awt.RenderingHints$Key:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.FontRenderContext:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.font.TransformAttribute:java.awt.geom.AffineTransform:java.awt.geom.Point2D:java.awt.geom.Rectangle2D:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.IndexedPropertyDescriptor:java.beans.PropertyDescriptor:java.io.FilePermission:java.io.ObjectStreamClass$DeserializationConstructorsCache$Key:java.lang.Character$Subset:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessHandleImpl:java.lang.Runtime$Version:java.lang.StackTraceElement:java.lang.Thread$WeakClassKey:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodType:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.SocketPermission:java.net.URI:java.net.URL:java.nio.ByteBuffer:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.charset.Charset:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.Provider$ServiceKey:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.sql.Timestamp:java.text.AttributedCharacterIterator$Attribute:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.text.SimpleDateFormat:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DecimalStyle:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.GregorianCalendar:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.Locale:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.SimpleTimeZone:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.logging.Level:java.util.logging.LogManager$CloseOnReset:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.tree.TreePath:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:jdk.internal.misc.Signal:net.sf.cglib.asm.Type:net.sf.cglib.core.DefaultNamingPolicy:nu.xom.Attribute$Type:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.dom4j.rule.Rule:org.jdom.NamespaceKey:org.jdom.filter.ContentFilter:org.jdom.xpath.JaxenXPath:org.jdom2.filter.ContentFilter:org.joda.time.DateTimeFieldType$StandardDateTimeFieldType:org.joda.time.DurationFieldType$StandardDurationFieldType:org.joda.time.chrono.IslamicChronology$LeapYearPatternType:sun.font.AttributeValues:sun.font.CoreMetrics:sun.font.FontLineMetrics:sun.font.FontStrikeDesc:sun.java2d.loops.CompositeType:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.locale.BaseLocale:sun.util.locale.LocaleExtensions 1
net.sf.cglib.core.VisibilityPredicate 2
net.sf.cglib.core.TypeUtils 30
java.awt.RenderingHints:java.lang.AbstractStringBuilder:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap 1
net.sf.cglib.core.RejectModifierPredicate 2
net.sf.cglib.core.DuplicatesPredicate 2
net.sf.cglib.core.MethodWrapper 2
net.sf.cglib.core.DefaultGeneratorStrategy 4
net.sf.cglib.core.DebuggingClassWriter 7
net.sf.cglib.asm.ClassWriter 31
net.sf.cglib.asm.Item 8
net.sf.cglib.asm.ByteVector 11
net.sf.cglib.core.ClassEmitter 19
net.sf.cglib.asm.ClassAdapter 10
net.sf.cglib.beans.BeanCopier 4
net.sf.cglib.core.ClassEmitter:net.sf.cglib.core.ClassEmitter$1:net.sf.cglib.core.ReflectUtils$4 1
net.sf.cglib.transform.impl.InterceptFieldTransformer 14
net.sf.cglib.transform.ClassVisitorTee 10
net.sf.cglib.transform.AbstractClassFilterTransformer 10
net.sf.cglib.asm.FieldWriter 6
net.sf.cglib.asm.MethodWriter 34
net.sf.cglib.asm.Frame 13
net.sf.cglib.asm.Edge 1
net.sf.cglib.transform.impl.AddDelegateTransformer 5
net.sf.cglib.transform.impl.AddDelegateTransformer$1 2
net.sf.cglib.core.CodeEmitter 97
net.sf.cglib.core.LocalVariablesSorter 9
net.sf.cglib.asm.MethodAdapter 25
net.sf.cglib.transform.impl.AddInitTransformer 2
net.sf.cglib.transform.impl.AddInitTransformer$1 2
net.sf.cglib.transform.impl.InterceptFieldTransformer$1 3
net.sf.cglib.transform.impl.UndeclaredThrowableTransformer 2
net.sf.cglib.transform.impl.UndeclaredThrowableTransformer$1 2
net.sf.cglib.core.Block 5
net.sf.cglib.transform.MethodVisitorTee 25
net.sf.cglib.transform.MethodFilterTransformer 2
net.sf.cglib.transform.impl.UndeclaredThrowableStrategy$1 1
net.sf.cglib.core.ReflectUtils$4 4
net.sf.cglib.core.ClassEmitter$2 3
net.sf.cglib.core.LocalVariablesSorter$State 2
net.sf.cglib.core.CodeEmitter$State 5
net.sf.cglib.core.ReflectUtils$3 5
net.sf.cglib.core.ClassEmitter$3 2
net.sf.cglib.core.Local 3
net.sf.cglib.core.EmitUtils 46
net.sf.cglib.asm.Handler 1
com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:java.lang.Class:java.security.PrivilegedActionException:org.xml.sax.SAXException:org.xml.sax.SAXParseException 1
net.sf.cglib.asm.Label:net.sf.cglib.asm.MethodWriter 9
net.sf.cglib.transform.impl.FieldProviderTransformer 13
net.sf.cglib.transform.impl.AccessFieldTransformer 1
net.sf.cglib.transform.FieldVisitorTee 4
java.lang.AbstractStringBuilder:java.lang.reflect.Method 1
net.sf.cglib.transform.ClassFilterTransformer 1
net.sf.cglib.core.ClassNameReader$1 2
net.sf.cglib.core.ClassNameReader 3
net.sf.cglib.transform.impl.AddStaticInitTransformer 1
java.beans.FeatureDescriptor:java.util.HashMap 2
java.awt.RenderingHints:java.util.AbstractCollection:java.util.AbstractMap:java.util.ArrayList:java.util.EnumMap:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.jar.Attributes 1
net.sf.cglib.transform.impl.FieldProviderTransformer$3 3
net.sf.cglib.core.EmitUtils$1 2
net.sf.cglib.core.CollectionUtils 4
net.sf.cglib.core.EmitUtils$3 2
net.sf.cglib.reflect.FastClassEmitter$1 2
net.sf.cglib.core.EmitUtils$5 2
net.sf.cglib.reflect.FastClassEmitter$2 2
net.sf.cglib.core.EmitUtils$15 2
net.sf.cglib.core.EmitUtils$10 2
net.sf.cglib.core.EmitUtils$13 2
net.sf.cglib.core.EmitUtils$11 2
net.sf.cglib.proxy.Enhancer$2 2
net.sf.cglib.proxy.MethodInterceptorGenerator$1 1
net.sf.cglib.core.MethodInfoTransformer 2
net.sf.cglib.core.EmitUtils$2 3
net.sf.cglib.transform.impl.FieldProviderTransformer$1 3
net.sf.cglib.proxy.Enhancer$3 3
net.sf.cglib.proxy.Enhancer$4 3
net.sf.cglib.core.EmitUtils$6 3
net.sf.cglib.core.EmitUtils$12 3
net.sf.cglib.core.EmitUtils$14 3
net.sf.cglib.core.EmitUtils$16 3
net.sf.cglib.beans.BeanMapEmitter$1 3
net.sf.cglib.reflect.FastClassEmitter$GetIndexCallback 3
net.sf.cglib.reflect.FastClassEmitter$3 3
net.sf.cglib.proxy.Enhancer$5 3
net.sf.cglib.util.StringSwitcher$Generator$1 3
net.sf.cglib.proxy.MethodInterceptorGenerator$2 3
net.sf.cglib.beans.BeanMapEmitter$2 3
net.sf.cglib.transform.impl.FieldProviderTransformer$4 3
net.sf.cglib.beans.BeanMapEmitter$3 3
net.sf.cglib.transform.impl.FieldProviderTransformer$2 3
net.sf.cglib.core.EmitUtils$4 3
net.sf.cglib.reflect.FastClassEmitter$4 3
net.sf.cglib.transform.impl.AddPropertyTransformer 1
net.sf.cglib.proxy.MixinEmitter 2
net.sf.cglib.proxy.MixinEverythingEmitter 3
net.sf.cglib.proxy.MixinBeanEmitter 3
java.util.ArrayList:java.util.Arrays 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.Iterator:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
net.sf.cglib.util.StringSwitcher 2
net.sf.cglib.reflect.MulticastDelegate$Generator$1 2
net.sf.cglib.core.EmitUtils$7 2
net.sf.cglib.core.KeyFactory$1 1
net.sf.cglib.core.KeyFactory 9
net.sf.cglib.core.KeyFactory$2 1
net.sf.cglib.core.EmitUtils$9 2
net.sf.cglib.core.EmitUtils$ArrayDelimiters 3
net.sf.cglib.core.EmitUtils$8 2
net.sf.cglib.util.ParallelSorterEmitter 4
net.sf.cglib.beans.BeanMapEmitter 8
com.thoughtworks.xstream.core.util.PresortedMap:java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Iterator:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 1
net.sf.cglib.beans.BulkBeanEmitter 4
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
java.lang.AbstractStringBuilder:net.sf.cglib.asm.Type 1
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.HashMap:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
net.sf.cglib.proxy.Proxy$1 1
net.sf.cglib.proxy.Enhancer$1 1
net.sf.cglib.proxy.Enhancer$6 6
net.sf.cglib.proxy.FixedValueGenerator 2
net.sf.cglib.proxy.MethodInterceptorGenerator 6
java.util.HashMap:net.sf.cglib.core.CodeEmitter$State:net.sf.cglib.core.ReflectUtils$3 1
net.sf.cglib.proxy.DispatcherGenerator 2
net.sf.cglib.proxy.InvocationHandlerGenerator 2
net.sf.cglib.proxy.NoOpGenerator 2
net.sf.cglib.proxy.LazyLoaderGenerator 3
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.lang.AbstractStringBuilder:java.lang.Integer:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
net.sf.cglib.transform.ClassReaderGenerator 2
net.sf.cglib.asm.AnnotationWriter:net.sf.cglib.asm.ClassReader:net.sf.cglib.asm.ClassWriter:net.sf.cglib.asm.FieldWriter:net.sf.cglib.asm.MethodWriter:net.sf.cglib.core.ClassEmitter$2 1
net.sf.cglib.asm.AnnotationWriter:net.sf.cglib.asm.ClassReader 1
net.sf.cglib.transform.AnnotationVisitorTee 7
net.sf.cglib.asm.AnnotationWriter 9
net.sf.cglib.asm.Attribute 8
net.sf.cglib.transform.TransformingClassGenerator 2
net.sf.cglib.transform.AbstractClassTransformer 1
net.sf.cglib.transform.ClassTransformerTee 1
net.sf.cglib.reflect.FastClassEmitter 6
net.sf.cglib.beans.ImmutableBean 3
net.sf.cglib.transform.impl.UndeclaredThrowableStrategy 1
net.sf.cglib.asm.AnnotationWriter:net.sf.cglib.asm.Attribute 4
java.lang.System:net.sf.cglib.asm.MethodWriter 1
net.sf.cglib.core.DebuggingClassWriter$1 2
net.sf.cglib.asm.util.TraceClassVisitor 1
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$ArraysList 2
com.thoughtworks.xstream.converters.reflection.ImmutableFieldKeySorter 2
java.util.AbstractQueue 1
java.security.Provider:java.util.Properties 1
javax.swing.plaf.FontUIResource 1
com.thoughtworks.xstream.io.binary.BinaryStreamReader:com.thoughtworks.xstream.io.xml.AbstractDocumentReader:java.lang.Object 1
org.dom4j.tree.AbstractDocument:org.dom4j.tree.AbstractDocumentType 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.MXParser:com.bea.xml.stream.XMLStreamPlayer:com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.io.WstxInputLocation:javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.AbstractXMLStreamReader$1:org.codehaus.jettison.mapped.MappedXMLInputFactory$ErrorLocation:org.codehaus.stax2.XMLStreamLocation2$1 1
com.thoughtworks.xstream.io.binary.BinaryStreamReader:com.thoughtworks.xstream.io.xml.AbstractDocumentReader 1
jdk.internal.module.ModuleInfo$DataInputWrapper 10
java.io.RandomAccessFile 15
com.thoughtworks.xstream.io.binary.Token$StartNode 4
com.thoughtworks.xstream.io.binary.Token$MapIdToValue 4
com.thoughtworks.xstream.io.binary.Token$Attribute 4
com.thoughtworks.xstream.io.binary.Token$EndNode 3
com.thoughtworks.xstream.io.binary.Token$Value 4
com.thoughtworks.xstream.io.binary.BinaryStreamReader$IdRegistry 2
com.thoughtworks.xstream.io.binary.ReaderDepthState$Attribute 1
jdk.internal.loader.NativeLibraries$Unloader 2
jdk.internal.loader.NativeLibraries 8
java.util.zip.ZipFile$CleanableResource 1
java.util.concurrent.CompletableFuture$Completion 1
java.util.zip.Deflater$DeflaterZStreamRef 1
java.awt.EventDispatchThread 1
java.lang.ref.Finalizer$FinalizerThread 1
jdk.internal.ref.CleanerImpl 1
jdk.internal.ref.PhantomCleanable 3
jdk.internal.ref.WeakCleanable 3
jdk.internal.ref.SoftCleanable 3
javax.activation.DataHandler$1 1
com.thoughtworks.xstream.converters.reflection.SerializableConverter$2$1 1
jdk.internal.misc.Signal$1 1
sun.nio.ch.FileChannelImpl$Unmapper 1
jdk.internal.perf.Perf$CleanerAction 1
java.awt.EventDispatchThread:java.lang.invoke.MethodHandleNatives$CallSiteContext:java.lang.ref.Finalizer$2:java.lang.ref.Finalizer$FinalizerThread:java.util.concurrent.CompletableFuture$Completion:java.util.concurrent.ForkJoinWorkerThread:java.util.concurrent.ThreadPoolExecutor$Worker:java.util.zip.Deflater$DeflaterZStreamRef:java.util.zip.Inflater$InflaterZStreamRef:java.util.zip.ZipFile$CleanableResource:javax.activation.DataHandler$1:javax.swing.TimerQueue:sun.java2d.Disposer:sun.nio.ch.FileChannelImpl$Unmapper 1
java.util.concurrent.ForkJoinWorkerThread 1
java.util.zip.Inflater$InflaterZStreamRef 1
sun.java2d.Disposer 1
java.util.concurrent.ThreadPoolExecutor$Worker 1
java.lang.invoke.MethodHandleNatives$CallSiteContext 1
java.lang.ref.Finalizer$2 1
jdk.internal.ref.CleanerImpl$CleanerCleanable 1
java.io.StreamCorruptedException 1
net.sf.cglib.transform.TransformingClassLoader 1
java.io.InvalidClassException:java.lang.ClassLoader:java.lang.Throwable:java.nio.file.FileSystemException 1
java.text.ParseException 1
java.lang.InstantiationError 1
com.ctc.wstx.shaded.msv_core.datatype.regexp.InternalImpl 1
com.ctc.wstx.shaded.msv_core.datatype.regexp.ParseException 2
com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser 48
com.ctc.wstx.shaded.msv_core.datatype.regexp.ParserForXMLSchema 37
com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser$ReferencePosition 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader$2 2
com.ctc.wstx.shaded.msv_core.reader.trex.AttributeState 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementDeclState 10
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementDeclState$1 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState 10
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentExtensionState 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ComplexContentBodyState 5
com.ctc.wstx.shaded.msv_core.reader.SequenceState 4
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.AttributeWildcard 5
com.ctc.wstx.shaded.msv_core.reader.trex.ng.DataState 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.ngimpl.DataTypeLibraryImpl 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.ngimpl.DatatypeBuilderImpl 3
com.ctc.wstx.shaded.msv_core.grammar.relaxng.datatype.BuiltinDatatypeLibrary 2
com.ctc.wstx.shaded.msv_core.grammar.relaxng.datatype.DatatypeBuilderImpl 3
com.ctc.wstx.shaded.msv_core.grammar.relaxng.datatype.CompatibilityDatatypeLibrary 3
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.DatatypeLibraryLoader 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.DefaultDatatypeLibraryFactory 2
com.ctc.wstx.shaded.msv_core.reader.trex.DefineState 6
com.ctc.wstx.shaded.msv_core.reader.trex.ng.StartState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RELAXNGReader:com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.RELAXNGCompReader 1
com.ctc.wstx.shaded.msv_core.reader.datatype.DataTypeVocabularyMap 3
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDVocabulary 3
com.ctc.wstx.shaded.msv_core.reader.trex.classic.TREXGrammarReader$UndefinedDataTypeVocabulary 4
com.ctc.wstx.shaded.msv_core.reader.trex.GrammarState 3
com.ctc.wstx.shaded.msv_core.reader.trex.DivInGrammarState 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.RELAXNGCompReader$StateFactory 3
com.ctc.wstx.shaded.msv_core.grammar.relaxng.RELAXNGGrammar 1
com.ctc.wstx.shaded.msv_core.grammar.trex.TREXGrammar 4
com.ctc.wstx.shaded.msv_core.reader.trex.TREXBaseReader$StateFactory 25
com.ctc.wstx.shaded.msv_core.reader.relax.core.ElementRuleWithTypeState 4
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ImportState 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.RootIncludedSchemaState 2
com.ctc.wstx.msv.W3CMultiSchemaFactory$RecursiveAllowedXMLSchemaReader$1 1
com.ctc.wstx.msv.W3CMultiSchemaFactory$RecursiveAllowedXMLSchemaReader$1$1 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SchemaState 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SchemaIncludedState 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.GlobalDeclState 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader$StateFactory 29
com.ctc.wstx.shaded.msv_core.reader.xmlschema.DOMLSInputImpl 7
com.ctc.wstx.shaded.msv_core.reader.xmlschema.EmbeddedSchema 2
javax.xml.transform.dom.DOMSource 3
javax.xml.transform.sax.SAXSource 4
org.codehaus.stax2.io.Stax2Source 2
org.codehaus.stax2.io.Stax2ReferentialSource 1
org.codehaus.stax2.io.Stax2FileSource 1
java.net.MalformedURLException 1
org.codehaus.stax2.io.Stax2URLSource 1
nu.xom.xslt.XOMSource 1
nu.xom.URIUtil 8
nu.xom.MalformedURIException 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$InclusionContext 1
javax.xml.transform.TransformerFactory 1
javax.xml.transform.sax.SAXResult 1
java.io.InvalidClassException:java.lang.Throwable:java.nio.file.FileSystemException 1
com.ctc.wstx.shaded.msv_core.relaxns.reader.GrammarState 3
com.ctc.wstx.shaded.msv_core.relaxns.reader.NamespaceState 8
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.IgnoredSchema 5
com.ctc.wstx.shaded.msv_core.relaxns.reader.relax.RELAXCoreIslandSchemaReader 8
com.ctc.wstx.shaded.msv_core.reader.relax.core.RootModuleState 3
com.ctc.wstx.shaded.msv_core.relaxns.reader.relax.RELAXCoreIslandSchemaReader$StateFactory 3
com.ctc.wstx.shaded.msv_core.reader.relax.core.RELAXCoreReader$StateFactory 14
com.ctc.wstx.shaded.msv_core.reader.relax.RELAXReader$StateFactory 8
com.ctc.wstx.shaded.msv_core.relaxns.reader.trex.TREXIslandSchemaReader 2
com.ctc.wstx.shaded.msv_core.reader.trex.RootState 3
com.ctc.wstx.shaded.msv_core.reader.trex.RootIncludedPatternState 3
com.ctc.wstx.shaded.msv_core.util.LightStack 5
com.ctc.wstx.shaded.msv_core.reader.trex.classic.TREXGrammarReader$StateFactory 7
com.ctc.wstx.sax.WstxSAXParser:com.ctc.wstx.shaded.msv_core.relaxns.reader.NamespaceState 1
org.jdom.transform.JDOMSource$DocumentReader 2
org.jdom.output.JDOMLocator 2
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$2 5
java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.SimpleAcceptor 2
com.ctc.wstx.shaded.msv_core.verifier.regexp.ContentModelAcceptor 4
com.ctc.wstx.shaded.msv_core.verifier.regexp.ExpressionAcceptor 20
com.ctc.wstx.shaded.msv_core.verifier.regexp.xmlschema.XSAcceptor 6
com.ctc.wstx.shaded.msv_core.verifier.psvi.TypeDetector 10
nu.xom.Verifier$URICache 2
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl$Transponder:com.ctc.wstx.shaded.msv_core.reader.State:nu.xom.xslt.XSLTHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.xml.sax.helpers.XMLReaderFactory 2
org.xml.sax.SAXNotRecognizedException 1
com.sun.org.apache.xerces.internal.parsers.SAXParser 1
org.xml.sax.SAXNotSupportedException 1
com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper:com.ctc.wstx.shaded.msv_core.reader.State:nu.xom.XOMHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.AbstractSchemaProviderImpl 4
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.IgnoreVerifier 4
com.ctc.wstx.shaded.msv_core.relaxns.verifier.IslandSchemaImpl 6
com.ctc.wstx.shaded.msv_core.relaxns.verifier.RulesAcceptor 5
com.ctc.wstx.shaded.msv_core.verifier.regexp.ComplexAcceptorBaseImpl 5
com.ctc.wstx.shaded.msv_core.grammar.ChoiceExp 6
com.ctc.wstx.shaded.msv_core.grammar.OneOrMoreExp 6
com.ctc.wstx.shaded.msv_core.grammar.ListExp 6
com.ctc.wstx.shaded.msv_core.grammar.MixedExp 6
com.ctc.wstx.shaded.msv_core.grammar.InterleaveExp 6
com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl 1
com.ctc.wstx.shaded.msv_core.grammar.ConcurExp 6
com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.RELAXIslandSchema:com.ctc.wstx.shaded.msv_core.relaxns.grammar.trex.TREXIslandSchema 1
java.awt.RenderingHints:java.security.Provider:java.util.AbstractCollection:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.EnumMap:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.LinkedList:java.util.PriorityQueue:java.util.Properties:java.util.TreeMap:java.util.Vector:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:java.util.jar.Attributes:sun.awt.util.IdentityArrayList 2
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl$Context 1
com.ctc.wstx.shaded.msv_core.relaxns.verifier.ErrorHandlerAdaptor 4
org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.NamespaceSupport 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.StringToken 9
com.ctc.wstx.shaded.msv_core.verifier.regexp.OptimizationTag 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.LaxDefaultNameClass 4
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributeRecoveryToken 3
com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.ExportedAttPoolGenerator 10
com.ctc.wstx.shaded.msv_core.verifier.regexp.ContentModelRefExpRemover$Remover 3
com.ctc.wstx.shaded.msv_core.relaxns.verifier.IslandSchemaImpl$Binder 7
nu.xom.Builder$NamespaceWellformednessRequired 5
com.ctc.wstx.shaded.msv_core.verifier.util.IgnoreErrorHandler 3
com.ctc.wstx.shaded.msv_core.driver.textui.ReportErrorHandler 5
com.ctc.wstx.shaded.msv_core.driver.textui.Driver 2
com.ctc.wstx.shaded.msv_core.verifier.ValidationUnrecoverableException 1
nu.xom.ValidityException 3
com.ctc.wstx.shaded.msv_core.relaxns.verifier.SchemaProviderImpl$ErrorHandlerFilter 4
org.dom4j.util.XMLErrorHandler 4
org.dom4j.util.UserDataAttribute 2
org.jdom.input.BuilderErrorHandler 4
org.jdom2.input.sax.BuilderErrorHandler 4
com.ctc.wstx.shaded.msv_core.verifier.regexp.StringRecoveryToken 6
com.ctc.wstx.shaded.msv_core.grammar.util.RefExpRemover 5
com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.DataTypeWithValueConstraintFacet:com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.datatype.xsd.StringType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.SimpleURType:com.ctc.wstx.shaded.msv_core.grammar.relax.NoneType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.IDREFType:com.ctc.wstx.shaded.msv_core.datatype.xsd.IDType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl:com.ctc.wstx.shaded.msv_core.grammar.util.IDContextProviderWrapper:com.ctc.wstx.shaded.msv_core.reader.GrammarReader:com.ctc.wstx.shaded.msv_core.verifier.regexp.StringToken 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.IDREFType:com.ctc.wstx.shaded.msv_core.datatype.xsd.IDType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl 1
com.ctc.wstx.util.ElementIdMap 9
com.ctc.wstx.shaded.msv_core.datatype.xsd.IDType 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.IDREFType 1
com.ctc.wstx.sw.SimpleOutputElement 19
com.ctc.wstx.shaded.msv_core.grammar.util.IDContextProviderWrapper 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.AnyElementToken:com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementToken:com.ctc.wstx.shaded.msv_core.verifier.regexp.Token 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributePruner:com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributeRemover:com.ctc.wstx.shaded.msv_core.verifier.regexp.ContentModelRefExpRemover$Remover:com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$SmartPatternWriter$1 1
com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$SmartPatternWriter$1 3
com.ctc.wstx.shaded.msv_core.relaxns.verifier.IslandSchemaImpl$Binder:com.ctc.wstx.shaded.msv_core.verifier.regexp.AttributePicker:com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$SmartPatternWriter$1 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.StringToken:com.ctc.wstx.shaded.msv_core.verifier.regexp.Token 1
com.ctc.wstx.shaded.msv_core.grammar.util.ExpressionPrinter 21
com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$2 15
com.ctc.wstx.shaded.msv_core.verifier.regexp.StringCareLevelCalculator 15
com.ctc.wstx.shaded.msv_core.reader.trex.TREXSequencedStringChecker 20
com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementsOfConcernCollector:com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$2 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementsOfConcernCollector:com.ctc.wstx.shaded.msv_core.verifier.regexp.StringCareLevelCalculator:com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$2 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.ExternalElementExp 2
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ElementDeclExp$XSElementExp 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.AnyOtherElementExp 4
com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRule 2
java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractQueue:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.LinkedList:java.util.PriorityQueue:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.ElementsOfConcernCollector:com.ctc.wstx.shaded.msv_core.verifier.regexp.StringCareLevelCalculator 1
java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$CollectionView:net.sf.cglib.beans.FixedKeySet 1
com.ctc.wstx.shaded.msv_core.util.StringRef 1
com.ctc.wstx.shaded.msv_core.verifier.ValidityViolation 1
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$BadText 2
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl$1:com.ctc.wstx.shaded.msv_core.verifier.util.ErrorHandlerImpl:com.ctc.wstx.shaded.msv_core.verifier.util.IgnoreErrorHandler:java.lang.AbstractStringBuilder:org.dom4j.io.DOMSAXContentHandler:org.dom4j.io.SAXContentHandler:org.jdom.input.BuilderErrorHandler:org.jdom2.input.sax.BuilderErrorHandler:org.xml.sax.HandlerBase:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl 1
com.ctc.wstx.shaded.msv_core.verifier.psvi.TypeDetector$AmbiguousDocumentException 1
com.ctc.wstx.shaded.msv_core.verifier.Verifier$Context 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.CombinedChildContentExpCreator$ExpressionPair 1
com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter 24
com.ctc.wstx.shaded.msv_core.writer.XMLWriter 6
org.xml.sax.helpers.AttributeListImpl 6
org.xml.sax.HandlerBase:org.xml.sax.helpers.AttributeListImpl 1
com.ctc.wstx.sax.WstxSAXParser$AttributesWrapper 6
com.ctc.wstx.shaded.msv_core.writer.ContentHandlerAdaptor$AttributeListAdapter 8
org.xml.sax.helpers.XMLReaderAdapter$AttributesAdapter 5
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy 10
com.ctc.wstx.shaded.msv_core.util.Util 2
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader 11
com.ctc.wstx.shaded.msv_core.verifier.jarv.RELAXCoreFactoryImpl 2
com.ctc.wstx.shaded.msv.org_isorelax.verifier.VerifierFactory 3
com.ctc.wstx.shaded.msv_core.verifier.jarv.TheFactoryImpl 2
com.ctc.wstx.shaded.msv_core.reader.dtd.DTDReader 37
com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDHandlerBase 21
com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$1:com.ctc.wstx.shaded.msv_core.reader.util.IgnoreController:com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser:com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:java.awt.HeadlessException:java.io.InvalidClassException:java.lang.Throwable:java.net.URISyntaxException:java.nio.file.FileSystemException:java.nio.file.InvalidPathException:java.util.regex.PatternSyntaxException:org.joda.time.IllegalFieldValueException:org.xml.sax.SAXException:sun.nio.fs.UnixException 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser$NameCache 2
com.ctc.wstx.shaded.msv_core.scanner.dtd.InternalEntity 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.EntityDecl 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.SimpleHashtable$Entry 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.MessageCatalog 2
com.ctc.wstx.shaded.msv_core.scanner.dtd.ExternalEntity 2
com.ctc.wstx.shaded.msv_core.scanner.dtd.EndOfInputException 1
com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlChars 7
com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser$NameCacheEntry 2
com.ctc.wstx.shaded.msv_core.reader.dtd.Localizer 3
java.text.MessageFormat:java.util.ResourceBundle 1
com.ctc.wstx.shaded.msv_core.datatype.ErrorDatatypeLibrary 3
com.ctc.wstx.shaded.msv_core.reader.dtd.DTDReader$AttModel 1
com.ctc.wstx.shaded.msv_core.reader.dtd.DTDReader$Context 1
com.ctc.wstx.sr.TypedStreamReader 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.ValueState 4
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassNameState 4
com.ctc.wstx.shaded.msv_core.reader.trex.classic.StringState 4
com.ctc.wstx.shaded.msv_core.verifier.identity.MatcherBundle 7
com.ctc.wstx.shaded.msv_core.verifier.identity.FieldMatcher 7
com.ctc.wstx.shaded.msv_core.verifier.identity.Matcher 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.DataParamState 4
com.ctc.wstx.shaded.msv_core.util.xml.DOMBuilder 4
com.ctc.wstx.shaded.msv_core.reader.IgnoreState:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 2
org.jdom2.located.LocatedDocType 3
nu.xom.XML1_0Parser 1
org.apache.xerces.parsers.DTDConfiguration 1
org.apache.xerces.parsers.SAXParser 1
com.ctc.wstx.sax.WstxSAXParser:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:nu.xom.xslt.XOMReader:org.dom4j.io.SAXWriter:org.jdom.output.SAXOutputter:org.jdom2.output.SAXOutputter:org.xml.sax.helpers.XMLFilterImpl 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.DefineState 4
com.ctc.wstx.shaded.msv_core.reader.trex.classic.DefineState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RELAXNGReader$RefExpParseInfo 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.ElementRuleWithHedgeState 4
com.ctc.wstx.shaded.msv_core.reader.InterleaveState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.MixedState 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentState 3
com.ctc.wstx.shaded.msv_core.reader.trex.classic.ConcurState 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ComplexContentState 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.IncludeMergeState 4
com.ctc.wstx.shaded.msv_core.reader.trex.IncludePatternState 3
com.ctc.wstx.shaded.msv_core.reader.relax.core.ClauseState 6
com.ctc.wstx.shaded.msv_core.reader.relax.HedgeRuleBaseState 4
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RELAXNGReader$AbortException 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker 23
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeWildcardComputer 9
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DefaultChecker 10
com.ctc.wstx.shaded.msv_core.grammar.util.ExpressionWalker 16
com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.DblAttrConstraintChecker 18
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$1 5
com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.IdAbuseChecker 23
com.ctc.wstx.shaded.msv_core.reader.RunAwayExpressionChecker 21
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$8 10
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$1 9
com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$SmartPatternWriter 6
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$ListChecker 6
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$2 4
com.ctc.wstx.shaded.msv_core.datatype.xsd.EntityType:com.ctc.wstx.shaded.msv_core.datatype.xsd.QnameType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatypeImpl 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.CompatibilityChecker 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker:com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$Abort 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$6 3
com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter$1 2
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.AbstractStringBuilder:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.typed.Base64Variant:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter$2 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatype 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.ErrorType:com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatype 1
com.ctc.wstx.shaded.msv_core.writer.SAXRuntimeException 1
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$IncompleteContentModel 1
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$ElementErrorInfo 2
com.ctc.wstx.shaded.msv_core.verifier.regexp.ComplexAcceptor 4
com.ctc.wstx.shaded.msv_core.verifier.identity.PathMatcher$SinglePathMatcher 4
com.ctc.wstx.shaded.msv_core.verifier.identity.FieldsMatcher 2
com.ctc.wstx.shaded.msv_core.verifier.identity.SelectorMatcher 4
nu.xom.NoSuchAttributeException 1
nu.xom.NoSuchChildException 1
org.dom4j.io.PruningElementStack 3
org.dom4j.jaxb.JAXBReader$PruningElementHandler 2
org.dom4j.datatype.DatatypeAttribute:org.dom4j.tree.AbstractDocument:org.dom4j.tree.AbstractNode:org.dom4j.tree.BaseElement:org.dom4j.tree.DefaultAttribute:org.dom4j.tree.DefaultCDATA:org.dom4j.tree.DefaultComment:org.dom4j.tree.DefaultElement:org.dom4j.tree.DefaultEntity:org.dom4j.tree.DefaultNamespace:org.dom4j.tree.DefaultProcessingInstruction:org.dom4j.tree.DefaultText 1
org.dom4j.io.SAXModifyElementHandler 3
org.dom4j.jaxb.JAXBModifier$JAXBElementModifier 1
org.dom4j.jaxb.JAXBSupport 5
javax.xml.bind.JAXBContext 2
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:org.dom4j.tree.AbstractNode:org.dom4j.tree.BaseElement:org.dom4j.tree.DefaultElement:sun.awt.util.IdentityArrayList 1
org.dom4j.io.SAXModifyException 1
org.dom4j.jaxb.JAXBReader$UnmarshalElementHandler 2
org.dom4j.jaxb.JAXBReader 1
org.dom4j.jaxb.JAXBRuntimeException 1
org.dom4j.io.PruningDispatchHandler 1
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.LazyTypeIncubator$1 2
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp$2 2
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp$3 2
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp$4 2
com.ctc.wstx.shaded.msv_core.datatype.xsd.ConcreteType:java.lang.System 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.RedefineState 5
com.ctc.wstx.shaded.msv_core.reader.relax.core.DivInModuleState 5
com.ctc.wstx.shaded.msv_core.reader.SimpleState:com.ctc.wstx.shaded.msv_core.relaxns.reader.TopLevelState 1
com.ctc.wstx.shaded.msv_core.reader.relax.core.HedgeRuleState 2
com.ctc.wstx.shaded.msv_core.relaxns.reader.RootGrammarState 3
com.ctc.wstx.shaded.msv_core.relaxns.verifier.SchemaProviderImpl 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.DeclImpl 3
com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.RELAXIslandSchema 3
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.IgnoredSchema$1 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.Localizer 2
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl$1:com.ctc.wstx.shaded.msv_core.verifier.util.ErrorHandlerImpl:com.ctc.wstx.shaded.msv_core.verifier.util.IgnoreErrorHandler:nu.xom.Builder$NamespaceWellformednessRequired:nu.xom.Builder$ValidityRequired:org.dom4j.io.DOMSAXContentHandler:org.dom4j.io.SAXContentHandler:org.jdom.input.BuilderErrorHandler:org.jdom2.input.sax.BuilderErrorHandler:org.xml.sax.HandlerBase:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl 1
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.RELAXGrammar 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.trex.TREXIslandSchema 2
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.IgnoredSchema:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.ctc.wstx.shaded.msv.relaxng_datatype.helpers.ParameterlessDatatypeBuilder 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassAndExpressionState 6
com.ctc.wstx.shaded.msv_core.reader.ExpressionState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.AttributeState 4
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyState 4
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyElementState 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyElementState$1 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyAttributeState 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeGroupState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.ComplexContentBodyState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.ComplexTypeDeclState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentExtensionState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState 1
com.ctc.wstx.shaded.msv_core.reader.trex.classic.DataState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.AttPoolRefState 2
com.ctc.wstx.shaded.msv_core.relaxns.grammar.ExternalAttributeExp 1
com.ctc.wstx.shaded.msv_core.relaxns.reader.relax.AnyOtherElementState 2
com.ctc.wstx.shaded.msv_core.reader.trex.OptionalState 2
com.ctc.wstx.shaded.msv_core.reader.trex.MixedState 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState$BaseContentTypeRenderer 3
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState$1 3
com.ctc.wstx.shaded.msv_core.reader.trex.ZeroOrMoreState 2
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.LazyTypeIncubator$Facet 1
com.ctc.wstx.shaded.msv_core.reader.trex.typed.TypedElementState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ElementState 2
com.ctc.wstx.shaded.msv_core.grammar.trex.typed.TypedElementPattern 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentExtensionState$1 3
com.ctc.wstx.shaded.msv_core.reader.trex.StartState 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.CompAttributeState 2
com.ctc.wstx.shaded.msv_core.reader.trex.OneOrMoreState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.ListState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.InlineElementState 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementRefState 2
com.ctc.wstx.shaded.msv_core.reader.relax.LabelRefState 2
com.ctc.wstx.shaded.msv_core.reader.relax.HedgeRefState 2
com.ctc.wstx.shaded.msv_core.reader.relax.ElementRefState 2
com.ctc.wstx.shaded.msv_core.reader.trex.RefState 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RefState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.ElementRuleBaseState 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.IdentityConstraintState 7
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.KeyConstraint 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.IdentityConstraint 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.UniqueConstraint 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.KeyRefConstraint 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.IdentityConstraintState$1 3
com.ctc.wstx.shaded.msv_core.reader.datatype.xsd.XSDatatypeExp$RenderingContext 2
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.SimpleTypeExp:com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.SimpleContentRestrictionState$BaseContentTypeRenderer$1 3
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyAttributeState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AnyElementState$1$1:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeGroupState$1:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeState$1:com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementRefState$1:com.ctc.wstx.shaded.msv_core.reader.xmlschema.GroupState$1 1
com.ctc.wstx.shaded.msv_core.grammar.relax.RELAXModule$DatatypeContainer 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.ExportedHedgeRuleChecker 20
com.ctc.wstx.shaded.msv_core.grammar.util.ExpressionFinder 14
com.ctc.wstx.shaded.msv_core.grammar.util.ExpressionFinder:com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.ExportedHedgeRuleChecker 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.RootState 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader$3 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader$4 5
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ElementDeclExp$1 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.AttPoolState 2
com.ctc.wstx.shaded.msv_core.reader.trex.IncludeMergeState 2
com.ctc.wstx.shaded.msv_core.reader.trex.RootMergedGrammarState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.InlineTagState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassState 3
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassNsNameState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassAnyNameState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassWithChildState 5
com.ctc.wstx.shaded.msv_core.reader.trex.ng.NGNameState 4
com.ctc.wstx.shaded.msv_core.reader.trex.ng.NGNameState$AnyNameState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.NGNameState$NsNameState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassNotState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassChoiceState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassDifferenceState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.AttributeState 2
com.ctc.wstx.shaded.msv_core.grammar.util.NameClassComparator 8
com.ctc.wstx.shaded.msv_core.grammar.NameClass$2 1
com.ctc.wstx.shaded.msv_core.grammar.NameClass$1 1
com.ctc.wstx.shaded.msv_core.grammar.util.NameClassCollisionChecker 2
com.ctc.wstx.shaded.msv_core.writer.relaxng.NameClassWriter 8
com.ctc.wstx.shaded.msv_core.reader.trex.ng.AttributeState$1 6
com.ctc.wstx.shaded.msv_core.grammar.util.PossibleNamesCollector 8
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DefaultChecker$1:com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$NameClassWalker 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DefaultChecker$1 7
java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.concurrent.ConcurrentHashMap$CollectionView 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$10 3
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$NameClassWalker 5
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$9 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.AttributeState$1:com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$NameClassWalker 1
com.ctc.wstx.shaded.msv_core.reader.relax.core.TagState 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.ElementState 3
com.ctc.wstx.shaded.msv_core.reader.GrammarReader:com.ctc.wstx.shaded.msv_core.reader.SimpleState 1
com.ctc.wstx.shaded.msv_core.relaxns.reader.NamespaceState$CutInFilter 4
org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper:com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:nu.xom.XOMHandler:nu.xom.xslt.XSLTHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker$1 6
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker 6
com.ctc.wstx.shaded.msv_core.grammar.util.ExpressionWalker:com.ctc.wstx.shaded.msv_core.reader.RunAwayExpressionChecker:com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.DblAttrConstraintChecker 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DuplicateNameChecker 6
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker 5
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeWildcardComputer$2 3
com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.DblAttrConstraintChecker:com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$1:com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker$2 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$DefAttMap 1
com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter$1 2
com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker:java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DuplicateAttributesChecker 4
com.ctc.wstx.shaded.msv_core.grammar.util.NameClassSimplifier 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.HashSet:java.util.Iterator:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$DuplicateElementsChecker 4
com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRule:com.ctc.wstx.shaded.msv_core.grammar.trex.ElementPattern:com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ElementDeclExp$XSElementExp:com.ctc.wstx.shaded.msv_core.relaxns.grammar.ExternalElementExp:com.ctc.wstx.shaded.msv_core.relaxns.grammar.relax.AnyOtherElementExp 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$5 3
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.ElementDeclExp$1:com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.DblAttrConstraintChecker:com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker$2:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeWildcardComputer$1:com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeWildcardComputer$2 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$4 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$3 4
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$2 2
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker$IDAttMap 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.IDCompatibilityChecker$2 2
com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeWildcardComputer$1 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.checker.DblAttrConstraintChecker$Eureka 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RestrictionChecker$7 2
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.HashMap$Node:java.util.HashSet:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.shaded.msv_core.reader.relax.core.DivInModuleState:com.ctc.wstx.shaded.msv_core.reader.trex.DivInGrammarState:com.ctc.wstx.shaded.msv_core.reader.trex.IncludePatternState:com.ctc.wstx.shaded.msv_core.reader.trex.RootMergedGrammarState:com.ctc.wstx.shaded.msv_core.reader.xmlschema.GlobalDeclState:com.ctc.wstx.shaded.msv_core.relaxns.reader.RootGrammarState 1
java.util.AbstractCollection:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl$Transponder:nu.xom.xslt.XSLTHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.shaded.msv.org_isorelax.dispatcher.impl.DispatcherImpl$Transponder:com.ctc.wstx.shaded.msv_core.reader.State:com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$2:com.ctc.wstx.shaded.msv_core.relaxns.verifier.AnyOtherElementVerifier:com.ctc.wstx.shaded.msv_core.verifier.AbstractVerifier:nu.xom.XOMHandler:nu.xom.xslt.XSLTHandler:org.dom4j.io.DOMSAXContentHandler:org.dom4j.io.SAXContentHandler:org.jdom.input.SAXHandler:org.jdom2.input.sax.SAXHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
nu.xom.Attribute:nu.xom.Element 3
com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper:com.ctc.wstx.shaded.msv_core.reader.State:nu.xom.Node:nu.xom.XOMHandler:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.shaded.msv_core.reader.IgnoreState:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.LocatorImpl:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
org.jdom2.located.LocatedElement 4
org.jdom2.AttributeType 2
com.ctc.wstx.shaded.msv.org_isorelax.catalog.RELAXCatalog$CatalogHandler 1
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy:org.xml.sax.helpers.AttributesImpl 2
com.ctc.wstx.shaded.msv.org_isorelax.catalog.RELAXCatalog 1
com.ctc.wstx.sax.WstxSAXParser:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy:nu.xom.ParentNode:org.xml.sax.helpers.AttributesImpl 1
com.ctc.wstx.shaded.msv_core.writer.ContentHandlerAdaptor$AttributeListAdapter:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy:org.jdom2.output.support.SAXTarget$SAXLocator:org.xml.sax.helpers.AttributesImpl:org.xml.sax.helpers.LocatorImpl 1
com.ctc.wstx.sax.WstxSAXParser:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$AttributesProxy:org.xml.sax.helpers.AttributesImpl 1
com.ctc.wstx.shaded.msv_core.relaxns.reader.TopLevelState 3
com.ctc.wstx.shaded.msv_core.reader.relax.core.ModuleState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.ModuleMergeState 2
com.ctc.wstx.shaded.msv_core.reader.ExpressionWithoutChildState 1
com.ctc.wstx.shaded.msv_core.reader.xmlschema.IncludeState 2
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.XPath 1
com.ctc.wstx.shaded.msv_core.grammar.xmlschema.Field 1
com.ctc.wstx.shaded.msv_core.reader.TerminalState 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.RELAXNGReader$StateFactory 22
com.ctc.wstx.shaded.msv_core.reader.trex.typed.TypedTREXGrammarInterceptor 1
com.ctc.wstx.shaded.msv_core.reader.trex.ng.GrammarState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.IncludeModuleState 2
com.ctc.wstx.shaded.msv_core.relaxns.reader.relax.InterfaceStateEx 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.InterfaceState 3
com.ctc.wstx.shaded.msv_core.relaxns.reader.RootGrammarMergeState 2
com.ctc.wstx.shaded.msv_core.reader.trex.NameClassWithoutChildState 1
com.ctc.wstx.shaded.msv_core.relaxns.reader.IncludeGrammarState 2
com.ctc.wstx.shaded.msv_core.reader.relax.core.RootModuleMergeState 2
com.ctc.wstx.shaded.msv_core.reader.ChildlessState:com.ctc.wstx.shaded.msv_core.reader.ExpressionWithoutChildState:com.ctc.wstx.shaded.msv_core.reader.trex.IncludeMergeState:com.ctc.wstx.shaded.msv_core.reader.trex.NameClassWithoutChildState 1
nu.xom.xslt.XOMInputSource 1
com.thoughtworks.xstream.mapper.AbstractAttributeAliasingMapper 1
java.util.Collections:java.util.HashSet 1
com.thoughtworks.xstream.security.ExplicitTypePermission$1 2
java.util.Arrays:java.util.Collections:java.util.HashSet 1
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker 1
com.thoughtworks.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider 2
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractCollection:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.thoughtworks.xstream.converters.extended.TextAttributeConverter 1
com.thoughtworks.xstream.core.util.DefaultDriver 1
com.thoughtworks.xstream.io.xml.MXParserDriver 2
com.thoughtworks.xstream.io.xml.AbstractXppDriver 3
com.thoughtworks.xstream.io.xml.AbstractXmlDriver 1
com.thoughtworks.xstream.io.AbstractDriver 2
jdk.internal.module.SystemModuleFinders$2 1
com.ctc.wstx.shaded.msv_core.reader.State:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
com.ctc.wstx.shaded.msv_core.verifier.jarv.XSFactoryImpl 2
com.ctc.wstx.shaded.msv_core.verifier.jarv.DTDFactoryImpl 1
com.ctc.wstx.shaded.msv_core.verifier.jarv.TREXFactoryImpl 1
com.ctc.wstx.shaded.msv_core.verifier.jarv.RELAXNGFactoryImpl 2
jdk.internal.loader.Loader 9
jdk.internal.loader.Loader$1 2
jdk.internal.loader.Loader$lambda_moduleReaderFor_7__23 3
java.util.concurrent.ConcurrentMap 1
jdk.internal.loader.Loader$2 2
jdk.internal.loader.Loader$LoadedModule 2
java.util.List 1
jdk.internal.loader.BuiltinClassLoader$LoadedModule 3
jdk.internal.misc.VM 3
jdk.internal.loader.BuiltinClassLoader$2 2
jdk.internal.loader.BuiltinClassLoader$5 3
jdk.internal.loader.BuiltinClassLoader$lambda_findResourcesOnClassPath_1__33 3
jdk.internal.jimage.BasicImageReader$1 1
net.sf.cglib.core.ReflectUtils$1 1
java.security.Permissions 2
jdk.internal.logger.BootstrapLogger$DetectBackend$1 1
javax.activation.SecuritySupport$1 1
java.lang.ref.Finalizer$1 1
net.sf.cglib.core.ReflectUtils$2 1
jdk.internal.misc.InnocuousThread$2 2
jdk.internal.ref.CleanerFactory$1$1 1
jdk.internal.loader.BuiltinClassLoader$4 1
java.nio.channels.Channels 1
sun.nio.ch.FileChannelImpl 4
java.nio.channels.spi.AbstractInterruptibleChannel 1
java.lang.OutOfMemoryError 1
jdk.internal.util.ArraysSupport 2
java.security.SecureClassLoader 2
jdk.internal.loader.BuiltinClassLoader$lambda_findResourceOnClassPath_0__19 3
jdk.internal.loader.BootLoader$1 1
jdk.internal.loader.NativeLibraries$NativeLibraryImpl 4
jdk.internal.ref.CleanerFactory 1
java.lang.ref.Cleaner 1
jdk.internal.loader.ClassLoaderHelper 1
java.nio.file.Files$FileTypeDetectors$2 1
net.sf.cglib.transform.AbstractClassLoader$1 1
jdk.internal.ref.CleanerImpl$InnocuousThreadFactory$1 1
jdk.internal.logger.LazyLoggers$lambda_getLoggerFromFinder_0__15 3
jdk.internal.logger.DefaultLoggerFinder 4
jdk.internal.logger.DefaultLoggerFinder$1 2
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__22 3
jdk.internal.logger.DefaultLoggerFinder$SharedLoggers 1
jdk.internal.module.ModuleLoaderMap$Mapper 2
jdk.internal.module.SystemModuleFinders$SystemModuleReader$toInputStream__18 3
jdk.internal.jimage.ImageBufferCache 3
jdk.internal.jimage.ImageBufferCache$BufferReference 1
jdk.internal.logger.BootstrapLogger$RedirectedLoggers 2
jdk.internal.logger.LazyLoggers$LazyLoggerAccessor 1
jdk.internal.logger.SurrogateLogger 2
jdk.internal.logger.SimpleConsoleLogger 2
sun.util.logging.PlatformLogger$ConfigurableBridge$LoggerConfiguration 1
jdk.internal.logger.DefaultLoggerFinder$makeSimpleLogger__21 3
jdk.internal.jimage.ImageReaderFactory$1 2
jdk.internal.jimage.ImageReader$SharedImageReader 3
jdk.internal.jimage.NativeImageBuffer 1
java.nio.channels.FileChannel:java.nio.file.StandardOpenOption 1
jdk.internal.jimage.decompressor.Decompressor 2
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1:java.lang.Object:java.util.HashMap$Node:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$Node 1
java.lang.reflect.Modifier:java.util.HashMap 1
jdk.internal.ref.Cleaner$1 1
java.lang.Shutdown 1
java.lang.Class$2 1
java.nio.file.Files$FileTypeDetectors$1 1
jdk.internal.reflect.MethodAccessorGenerator$1 1
jdk.internal.reflect.ClassDefiner 1
javax.activation.CommandInfo$Beans$1 1
javax.activation.MailcapCommandMap$1 1
jdk.internal.logger.SimpleConsoleLogger$CallerFinder$1 1
java.lang.StackWalker 1
javax.activation.MimetypesFileTypeMap$1 1
com.ctc.wstx.shaded.msv_core.verifier.regexp.OptimizationTag$OwnerAndCont 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.BuiltinAtomicType:com.ctc.wstx.shaded.msv_core.datatype.xsd.ListType:com.ctc.wstx.shaded.msv_core.datatype.xsd.UnionType 1
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$BadTagName 1
com.ctc.wstx.shaded.msv_core.verifier.identity.PathMatcher 5
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$BadAttribute 1
com.ctc.wstx.shaded.msv_core.verifier.ErrorInfo$MissingAttribute 1
com.ctc.wstx.shaded.msv_core.relaxns.verifier.Localizer 1
com.thoughtworks.xstream.io.json.AbstractJsonWriter 10
com.thoughtworks.xstream.io.json.AbstractJsonWriter$IllegalWriterStateException 2
com.thoughtworks.xstream.io.json.JsonWriter$Format 6
com.thoughtworks.xstream.io.json.JettisonStaxWriter 4
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONPropertyObject 4
org.codehaus.jettison.mapped.MappedXMLStreamWriter$JSONPropertyString 4
org.codehaus.jettison.mapped.MappedNamespaceConvention$NullStringConverter 1
org.codehaus.jettison.mapped.DefaultConverter 1
com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Insets:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.Point:java.awt.Rectangle:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.font.NumericShaper:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.beans.PropertyChangeEvent:java.io.ObjectStreamClass:java.lang.Boolean:java.lang.Enum:java.lang.Long:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.invoke.MethodType:java.lang.invoke.SerializedLambda:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.net.InetAddress:java.net.URI:java.net.URL:java.security.CodeSigner:java.security.CodeSource:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.Provider:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.AttributedCharacterIterator$Attribute:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.EventObject:java.util.Hashtable:java.util.Locale:java.util.Properties:java.util.SimpleTimeZone:java.util.UUID:java.util.Vector:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.logging.Level:java.util.regex.Pattern:javax.activation.MimeType:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.font.EAttribute:sun.security.util.LazyCodeSourcePermissionCollection 1
org.codehaus.jettison.mapped.SimpleConverter 1
org.codehaus.jettison.AbstractXMLStreamWriter 11
org.codehaus.jettison.JSONSequenceTooLargeException 1
com.bea.xml.stream.XMLStreamRecorder 17
java.io.StringWriter:java.io.Writer 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:nu.xom.jaxen.util.SingletonList:org.codehaus.jettison.XsonNamespaceContext:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.ri.evt.NamespaceEventImpl:org.dom4j.bean.BeanAttributeList:org.dom4j.tree.SingleIterator:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker:sun.awt.util.IdentityArrayList 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1:java.util.HashMap$Node:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$Node 1
com.bea.xml.stream.util.Symbol:java.util.HashSet 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.jettison.XsonNamespaceContext:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.ri.evt.NamespaceEventImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.util.TextAccumulator 4
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.lang.StringBuilder:java.nio.file.FileTreeIterator:java.nio.file.Files$2:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.ctc.wstx.api.EmptyElementHandler$SetEmptyElementHandler 1
com.thoughtworks.xstream.io.xml.Dom4JDriver$1 2
java.util.ArrayList:org.codehaus.jettison.AbstractXMLStreamWriter 1
com.thoughtworks.xstream.io.json.AbstractJsonWriter$StackElement 1
com.thoughtworks.xstream.io.xml.AbstractXmlWriter 2
com.thoughtworks.xstream.io.xml.DomWriter 4
com.thoughtworks.xstream.io.xml.JDom2Writer 4
com.thoughtworks.xstream.io.xml.JDomWriter 4
com.thoughtworks.xstream.io.xml.XppDomWriter 4
com.thoughtworks.xstream.io.xml.Dom4JWriter 4
com.thoughtworks.xstream.io.xml.XomWriter 4
com.thoughtworks.xstream.io.binary.BinaryStreamWriter$IdRegistry 1
java.util.ArrayDeque:java.util.LinkedList 1
com.thoughtworks.xstream.converters.collections.BitSetConverter:com.thoughtworks.xstream.converters.collections.PropertiesConverter:com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter:com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter:com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter:com.thoughtworks.xstream.converters.extended.AtomicLongConverter:com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter:com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter:com.thoughtworks.xstream.converters.extended.JavaFieldConverter:com.thoughtworks.xstream.converters.extended.JavaMethodConverter:com.thoughtworks.xstream.converters.extended.NamedArrayConverter:com.thoughtworks.xstream.converters.extended.OptionalConverter:com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter:com.thoughtworks.xstream.converters.extended.OptionalIntConverter:com.thoughtworks.xstream.converters.extended.OptionalLongConverter:com.thoughtworks.xstream.converters.extended.RegexPatternConverter:com.thoughtworks.xstream.converters.extended.SubjectConverter:com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter:com.thoughtworks.xstream.converters.time.SystemClockConverter:com.thoughtworks.xstream.converters.time.ValueRangeConverter:com.thoughtworks.xstream.converters.time.WeekFieldsConverter:java.lang.Object 1
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.typed.Base64Variant:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
java.time.chrono.HijrahChronology:java.time.chrono.IsoChronology:java.time.chrono.JapaneseChronology:java.time.chrono.MinguoChronology:java.time.chrono.ThaiBuddhistChronology 1
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EventObject:java.util.Formatter:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.typed.Base64Variant:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
java.util.Base64$Encoder 1
java.nio.file.FileSystems 1
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.HashSet:java.util.PriorityQueue:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$Id 3
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$1 2
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider 1
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider$1 2
com.thoughtworks.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider$1 2
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$FieldInfo 1
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter$1 2
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2 3
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$ReferencedImplicitElementException 1
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.thoughtworks.xstream.mapper.DefaultMapper:java.util.Optional 1
com.thoughtworks.xstream.mapper.DefaultMapper:java.lang.reflect.Field 1
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_marshal_0__20 2
com.thoughtworks.xstream.core.util.PresortedMap:java.util.TreeMap 1
com.thoughtworks.xstream.core.util.PresortedSet:java.util.TreeMap$KeySet:java.util.TreeSet 1
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeringInvocationHandler 1
com.thoughtworks.xstream.mapper.DefaultMapper:java.time.temporal.WeekFields 1
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter$1 5
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.ArrayList:java.util.HashMap$Node:java.util.HashSet:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 2
com.thoughtworks.xstream.core.TreeMarshaller$CircularReferenceException 1
java.awt.RenderingHints:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 2
com.thoughtworks.xstream.io.xml.TraxSource 1
java.io.InterruptedIOException 1
java.io.DataOutputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.RandomAccessFile 3
java.util.concurrent.TimeUnit 1
java.net.DatagramSocket 1
java.nio.file.FileTreeWalker 1
java.nio.channels.spi.AbstractSelector 1
java.lang.reflect.UndeclaredThrowableException 1
jdk.internal.loader.BuiltinClassLoader$3 2
java.nio.Buffer:java.nio.ByteBuffer 2
jdk.internal.jimage.BasicImageReader$lambda_getResourceBuffer_3__24 3
jdk.internal.jimage.decompressor.CompressedResourceHeader 6
jdk.internal.jimage.decompressor.ResourceDecompressorRepository 1
jdk.internal.jimage.decompressor.ZipDecompressorFactory 1
jdk.internal.jimage.decompressor.ZipDecompressor 3
jdk.internal.jimage.decompressor.StringSharingDecompressorFactory 1
jdk.internal.jimage.decompressor.StringSharingDecompressor 7
java.util.zip.Inflater 5
jdk.internal.jimage.decompressor.CompressIndexes 6
java.lang.module.ModuleReader 1
org.dom4j.io.SAXReader 20
org.dom4j.io.SAXHelper 5
org.dom4j.io.JAXPHelper 1
org.dom4j.io.SAXModifyReader 1
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:com.sun.org.apache.xerces.internal.parsers.SAXParser:org.xml.sax.helpers.XMLFilterImpl 1
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:nu.xom.xslt.XOMReader:org.xml.sax.helpers.XMLFilterImpl 1
org.dom4j.DocumentException 1
org.dom4j.datatype.SchemaParser 16
java.util.Collections:java.util.WeakHashMap 1
com.sun.msv.datatype.xsd.DatatypeFactory 1
org.dom4j.datatype.NamedTypeResolver 7
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1:java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:nu.xom.jaxen.util.SingletonList:org.dom4j.bean.BeanAttributeList:org.jdom.AttributeList:org.jdom.ContentList:org.jdom2.AttributeList:org.jdom2.ContentList:sun.awt.util.IdentityArrayList 1
com.sun.msv.datatype.xsd.TypeIncubator 3
org.dom4j.util.AttributeHelper 2
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.awt.RenderingHints:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 2
com.ctc.wstx.sw.SimpleNsStreamWriter 9
com.ctc.wstx.sw.RepairingNsStreamWriter 13
org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter:org.codehaus.jettison.mapped.MappedXMLStreamWriter 3
com.ctc.wstx.api.InvalidCharHandler$FailingHandler 2
com.ctc.wstx.api.InvalidCharHandler$ReplacingHandler 1
org.jdom2.JDOMException 2
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:nu.xom.Builder$ValidityRequired:org.xml.sax.helpers.XMLFilterImpl 1
com.ctc.wstx.sax.WstxSAXParser:com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:com.sun.org.apache.xerces.internal.parsers.SAXParser:nu.xom.xslt.XOMReader:org.dom4j.io.SAXWriter:org.jdom.output.SAXOutputter:org.jdom2.output.SAXOutputter:org.xml.sax.helpers.XMLFilterImpl 1
com.thoughtworks.xstream.core.util.Cloneables 2
com.thoughtworks.xstream.io.xml.XppDriver 2
org.xmlpull.v1.XmlPullParserFactory 4
com.thoughtworks.xstream.io.xml.KXml2Driver 1
com.thoughtworks.xstream.io.xml.Xpp3Driver 1
com.thoughtworks.xstream.io.xml.Dom4JDriver 3
com.thoughtworks.xstream.io.xml.JDomDriver 3
org.jdom.input.SAXBuilder 13
org.jdom.input.JDOMParseException 1
com.thoughtworks.xstream.io.binary.BinaryStreamDriver 2
com.thoughtworks.xstream.io.xml.JDom2Driver 3
org.jdom2.input.SAXBuilder 10
org.jdom2.input.sax.SAXBuilderEngine 3
org.jdom2.input.JDOMParseException 1
org.jdom2.input.sax.DefaultSAXHandlerFactory 1
org.jdom2.input.sax.DefaultSAXHandlerFactory$DefaultSAXHandler 1
org.jdom2.input.sax.XMLReaderSAX2Factory 2
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser:nu.xom.xslt.XOMReader:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderFactory 1
org.jdom2.input.sax.XMLReaders 3
org.jdom2.input.sax.XMLReaders$NONSingleton 2
org.jdom2.input.sax.XMLReaders$XSDSingleton 2
org.jdom2.input.sax.XMLReaders$DTDSingleton 2
org.jdom2.input.sax.XMLReaderJAXPFactory 2
org.jdom2.input.sax.AbstractReaderSchemaFactory 2
com.ctc.wstx.sax.WstxSAXParser:java.lang.StringBuilder 1
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver 2
com.thoughtworks.xstream.io.xml.DomDriver 7
javax.xml.parsers.DocumentBuilderFactory 1
com.ctc.wstx.shaded.msv_core.verifier.jaxp.DocumentBuilderFactoryImpl 2
com.ctc.wstx.shaded.msv.org_isorelax.jaxp.ValidatingDocumentBuilderFactory 3
com.ctc.wstx.shaded.msv.org_isorelax.jaxp.ValidatingDocumentBuilder 3
javax.xml.parsers.DocumentBuilder 1
com.ctc.wstx.shaded.msv_core.verifier.jaxp.DocumentBuilderImpl 3
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.VerifierImpl:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:java.security.PrivilegedActionException:org.xml.sax.SAXException:org.xml.sax.SAXParseException 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.SAXEventGenerator 25
com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DeclHandlerBase 3
com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.UDOMVisitor 2
com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.XMLMaker 18
com.ctc.wstx.shaded.msv.org_jp_gr_xml.xml.UXML 4
com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DOMSAXProducerVisitor 19
com.ctc.wstx.shaded.msv_core.reader.IgnoreState:org.xml.sax.helpers.AttributesImpl:org.xml.sax.helpers.DefaultHandler:org.xml.sax.helpers.XMLFilterImpl:org.xml.sax.helpers.XMLReaderAdapter 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder:org.jdom2.output.support.SAXTarget$SAXLocator:org.xml.sax.helpers.LocatorImpl 1
com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.UDOM 1
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.SAXEventGenerator:com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DOMSAXProducerVisitor 3
com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.SAXEventGenerator:com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.XMLMaker:com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DOMSAXProducerVisitor 9
com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver 2
org.codehaus.jettison.AbstractXMLInputFactory 3
org.codehaus.jettison.badgerfish.BadgerFishXMLInputFactory 1
org.codehaus.jettison.mapped.MappedXMLInputFactory 2
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.ElementExp:com.ctc.wstx.shaded.msv_core.grammar.Expression$AnyStringExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$EpsilonExpression:com.ctc.wstx.shaded.msv_core.grammar.Expression$NullSetExpression:com.ctc.wstx.shaded.msv_core.grammar.OtherExp:com.ctc.wstx.shaded.msv_core.grammar.ReferenceExp:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.shaded.msv_core.grammar.relax.ElementRules:com.ctc.wstx.shaded.msv_core.grammar.relax.HedgeRules:com.ctc.wstx.util.ElementId:com.ctc.wstx.util.PrefixedName:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.XMLContentSpec:com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDDescription:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItem:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDCardinal:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDDecl:com.wutka.dtd.DTDProcessingInstruction:com.wutka.dtd.TokenType:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AlphaComposite:java.awt.AttributeValue:java.awt.BasicStroke:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.RenderingHints$Key:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.FontRenderContext:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.font.TransformAttribute:java.awt.geom.AffineTransform:java.awt.geom.Point2D:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.IndexedPropertyDescriptor:java.beans.PropertyChangeEvent:java.beans.PropertyDescriptor:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.FilePermission:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamClass$DeserializationConstructorsCache$Key:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Object:java.lang.Package:java.lang.ProcessBuilder$Redirect:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.Thread$WeakClassKey:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.Inet4Address:java.net.Inet6Address:java.net.Inet6Address$Inet6AddressHolder:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.SocketPermission:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.attribute.FileTime:java.security.AccessControlContext:java.security.AlgorithmParameters:java.security.AllPermission:java.security.BasicPermission:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.Provider$ServiceKey:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.security.cert.Certificate:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormat:java.text.DecimalFormatSymbols:java.text.DigitList:java.text.FieldPosition:java.text.MessageFormat:java.text.NumberFormat:java.text.ParsePosition:java.text.SimpleDateFormat:java.time.Clock:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSet:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EnumMap:java.util.EventObject:java.util.Formatter:java.util.GregorianCalendar:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.IntSummaryStatistics:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.PropertyPermission:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.jar.Manifest:java.util.logging.Level:java.util.logging.LogManager$CloseOnReset:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:java.util.zip.ZipFile$Source$Key:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:net.sf.cglib.asm.Type:nu.xom.Node:nu.xom.jaxen.BaseXPath:nu.xom.jaxen.expr.IdentitySet$IdentityWrapper:org.codehaus.jettison.json.JSONObject$Null:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.codehaus.stax2.typed.Base64Variant:org.jdom.Attribute:org.jdom.Content:org.jdom.Document:org.jdom.filter.ContentFilter:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.jdom2.Content:org.jdom2.Document:org.jdom2.filter.ContentFilter:org.jdom2.filter.TextOnlyFilter:org.joda.time.DateTimeFieldType$StandardDateTimeFieldType:org.joda.time.DurationFieldType$StandardDurationFieldType:org.joda.time.UTCDateTimeZone:org.joda.time.chrono.IslamicChronology$LeapYearPatternType:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.joda.time.tz.DateTimeZoneBuilder$OfYear:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.CoreMetrics:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontLineMetrics:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.ch.FileKey:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
com.thoughtworks.xstream.io.xml.SimpleStaxDriver 2
com.thoughtworks.xstream.io.xml.StaxDriver 15
com.bea.xml.stream.MXParserFactory 3
com.thoughtworks.xstream.io.xml.SjsxpDriver 2
com.ctc.wstx.api.ValidatorConfig 6
com.ctc.wstx.util.ArgUtil 3
com.thoughtworks.xstream.io.xml.WstxDriver 2
org.codehaus.stax2.XMLInputFactory2 1
javax.xml.stream.XMLInputFactory 2
com.thoughtworks.xstream.io.xml.StandardStaxDriver 2
com.thoughtworks.xstream.io.xml.BEAStaxDriver 2
com.thoughtworks.xstream.io.xml.SimpleStaxDriver$StandardStaxDriverExtension 1
com.thoughtworks.xstream.io.xml.AbstractXppDomDriver 2
com.thoughtworks.xstream.io.xml.XppDomDriver 1
com.thoughtworks.xstream.io.xml.KXml2DomDriver 1
com.thoughtworks.xstream.io.xml.Xpp3DomDriver 1
com.thoughtworks.xstream.io.xml.MXParserDomDriver 1
com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom 1
com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2$1:com.thoughtworks.xstream.core.util.PresortedMap$1:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1:java.util.ArrayList:java.util.HashMap$Node:java.util.Hashtable$Entry:java.util.TreeMap$Entry:java.util.WeakHashMap$Entry:java.util.concurrent.ConcurrentHashMap$Node 1
com.ctc.wstx.io.TextEscaper 2
com.bea.xml.stream.events.ProcessingInstructionEvent 7
com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.converters.collections.BitSetConverter:com.thoughtworks.xstream.converters.collections.PropertiesConverter:com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter:com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter:com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter:com.thoughtworks.xstream.converters.extended.AtomicLongConverter:com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter:com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter:com.thoughtworks.xstream.converters.extended.JavaFieldConverter:com.thoughtworks.xstream.converters.extended.JavaMethodConverter:com.thoughtworks.xstream.converters.extended.NamedArrayConverter:com.thoughtworks.xstream.converters.extended.OptionalConverter:com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter:com.thoughtworks.xstream.converters.extended.OptionalIntConverter:com.thoughtworks.xstream.converters.extended.OptionalLongConverter:com.thoughtworks.xstream.converters.extended.RegexPatternConverter:com.thoughtworks.xstream.converters.extended.SubjectConverter:com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter:com.thoughtworks.xstream.converters.time.SystemClockConverter:com.thoughtworks.xstream.converters.time.ValueRangeConverter:com.thoughtworks.xstream.converters.time.WeekFieldsConverter:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.awt.RenderingHints:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes:net.sf.cglib.beans.BeanMap:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.ctc.wstx.stax.WstxOutputFactory 5
org.codehaus.stax2.XMLOutputFactory2 1
javax.xml.stream.XMLOutputFactory 2
com.bea.xml.stream.XMLOutputFactoryBase 3
org.codehaus.jettison.AbstractXMLOutputFactory 1
com.bea.xml.stream.ReaderToWriter 2
org.codehaus.jettison.badgerfish.BadgerFishXMLOutputFactory 1
org.codehaus.jettison.mapped.MappedXMLOutputFactory 1
com.ctc.wstx.sw.TypedStreamWriter 1
org.codehaus.stax2.ri.Stax2WriterImpl 3
org.joda.time.format.DateTimeFormat$StyleFormatter:org.joda.time.format.DateTimeFormatterBuilder$CharacterLiteral:org.joda.time.format.DateTimeFormatterBuilder$Composite:org.joda.time.format.DateTimeFormatterBuilder$Fraction:org.joda.time.format.DateTimeFormatterBuilder$MatchingParser:org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter:org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName:org.joda.time.format.DateTimeFormatterBuilder$TwoDigitYear 1
org.joda.time.DateTimeZone$LazyInit$1:org.joda.time.field.DelegatedDateTimeField 1
org.joda.time.tz.DefaultNameProvider 8
java.lang.StringBuilder:java.util.HashMap 1
com.bea.xml.stream.EventFactory:com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
java.util.ArrayList:javax.xml.stream.util.StreamReaderDelegate 3
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.awt.RenderingHints:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.security.Provider:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.EnumMap:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.PriorityQueue:java.util.Properties:java.util.TreeMap:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.Vector:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.LinkedBlockingQueue:java.util.jar.Attributes:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.BufferedReader$1:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractMap:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EnumMap:java.util.EventObject:java.util.Formatter:java.util.HashMap:java.util.HashMap$Node:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.IntSummaryStatistics:java.util.LinkedHashMap:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap:java.util.TreeMap$Entry:java.util.UUID:java.util.Vector:java.util.WeakHashMap:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.typed.Base64Variant:org.dom4j.tree.SingleIterator:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
com.bea.xml.stream.StaticAllocator:com.bea.xml.stream.XMLEventAllocatorBase:com.bea.xml.stream.events.EndDocumentEvent:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.datatype.xsd.IntegerValueType:com.ctc.wstx.shaded.msv_core.grammar.AnyNameClass:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.grammar.dtd.LocalNameClass:com.ctc.wstx.util.ElementId:com.sun.org.apache.xerces.internal.impl.PropertyManager:com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet:com.sun.org.apache.xerces.internal.util.URI:com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl:com.sun.org.apache.xerces.internal.xni.QName:com.sun.org.apache.xerces.internal.xni.XMLString:com.sun.org.apache.xerces.internal.xni.parser.XMLParseException:com.sun.xml.internal.stream.Entity$ScannedEntity:com.thoughtworks.xstream.converters.reflection.FieldKey:com.thoughtworks.xstream.core.util.FastField:com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat:com.wutka.dtd.DTDComment:com.wutka.dtd.DTDProcessingInstruction:java.awt.AWTEvent:java.awt.AWTKeyStroke:java.awt.AttributeValue:java.awt.BufferCapabilities$FlipContents:java.awt.CheckboxGroup:java.awt.Color:java.awt.Component:java.awt.Cursor:java.awt.Dimension:java.awt.DisplayMode:java.awt.Event:java.awt.Font:java.awt.FontMetrics:java.awt.Graphics:java.awt.Insets:java.awt.JobAttributes:java.awt.JobAttributes$DefaultSelectionType:java.awt.JobAttributes$DestinationType:java.awt.JobAttributes$DialogType:java.awt.JobAttributes$MultipleDocumentHandlingType:java.awt.JobAttributes$SidesType:java.awt.MenuComponent:java.awt.MenuShortcut:java.awt.PageAttributes:java.awt.PageAttributes$ColorType:java.awt.PageAttributes$MediaType:java.awt.PageAttributes$OrientationRequestedType:java.awt.PageAttributes$OriginType:java.awt.PageAttributes$PrintQualityType:java.awt.Point:java.awt.Rectangle:java.awt.RenderingHints:java.awt.ScrollPaneAdjustable:java.awt.datatransfer.DataFlavor:java.awt.datatransfer.MimeType:java.awt.datatransfer.MimeTypeParameterList:java.awt.font.NumericShaper:java.awt.font.TextHitInfo:java.awt.geom.AffineTransform:java.awt.geom.Point2D$Double:java.awt.geom.Point2D$Float:java.awt.geom.Rectangle2D$Double:java.awt.geom.Rectangle2D$Float:java.awt.image.BufferedImage:java.awt.image.ColorModel:java.awt.image.IndexColorModel:java.beans.FeatureDescriptor:java.beans.PropertyChangeEvent:java.io.BufferedReader$1:java.io.ByteArrayOutputStream:java.io.CharArrayWriter:java.io.ObjectOutputStream$DebugTraceInfoStack:java.io.ObjectStreamClass:java.io.ObjectStreamField:java.io.StringWriter:java.lang.Boolean:java.lang.Character$Subset:java.lang.Enum:java.lang.Enum$EnumDesc:java.lang.Module:java.lang.ModuleLayer:java.lang.Package:java.lang.ProcessBuilder$Redirect$1:java.lang.ProcessBuilder$Redirect$2:java.lang.ProcessBuilder$Redirect$3:java.lang.ProcessBuilder$Redirect$4:java.lang.ProcessBuilder$Redirect$5:java.lang.ProcessBuilder$Redirect$6:java.lang.ProcessBuilder$RedirectPipeImpl:java.lang.ProcessHandleImpl:java.lang.ProcessImpl:java.lang.Runtime$Version:java.lang.StackFrameInfo:java.lang.StackTraceElement:java.lang.String:java.lang.StringBuilder:java.lang.ThreadGroup:java.lang.constant.DynamicConstantDesc:java.lang.invoke.ClassSpecializer$SpeciesData:java.lang.invoke.Invokers:java.lang.invoke.LambdaForm:java.lang.invoke.LambdaForm$Name:java.lang.invoke.LambdaForm$NamedFunction:java.lang.invoke.LambdaFormEditor$Transform:java.lang.invoke.LambdaFormEditor$TransformKey:java.lang.invoke.MemberName:java.lang.invoke.MethodHandle:java.lang.invoke.MethodHandleImpl$LoopClauses:java.lang.invoke.MethodHandles$Lookup:java.lang.invoke.MethodType:java.lang.invoke.MethodTypeForm:java.lang.invoke.SerializedLambda:java.lang.invoke.VarHandle:java.lang.module.Configuration:java.lang.module.ModuleDescriptor:java.lang.module.ModuleDescriptor$Exports:java.lang.module.ModuleDescriptor$Opens:java.lang.module.ModuleDescriptor$Provides:java.lang.module.ModuleDescriptor$Requires:java.lang.module.ModuleDescriptor$Version:java.lang.module.ResolvedModule:java.lang.reflect.Constructor:java.lang.reflect.Field:java.lang.reflect.Method:java.lang.reflect.Parameter:java.lang.reflect.RecordComponent:java.math.BigDecimal:java.math.BigInteger:java.math.MathContext:java.math.MutableBigInteger:java.net.HttpCookie:java.net.InetAddress:java.net.InterfaceAddress:java.net.NetworkInterface:java.net.Proxy:java.net.ServerSocket:java.net.Socket:java.net.SocketImpl:java.net.URI:java.net.URL:java.net.URLConnection:java.nio.ByteBuffer:java.nio.ByteOrder:java.nio.CharBuffer:java.nio.DoubleBuffer:java.nio.FloatBuffer:java.nio.IntBuffer:java.nio.LongBuffer:java.nio.ShortBuffer:java.nio.channels.FileChannel$MapMode:java.nio.channels.FileLock:java.nio.charset.Charset:java.nio.charset.CoderResult:java.nio.charset.CodingErrorAction:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.nio.file.attribute.FileTime:java.security.AlgorithmParameters:java.security.CodeSigner:java.security.CodeSource:java.security.MessageDigest:java.security.Permission:java.security.PermissionCollection:java.security.PrivilegedActionException:java.security.ProtectionDomain:java.security.Provider:java.security.Provider$Service:java.security.SecureRandom:java.security.SecureRandomSpi:java.security.Signature:java.security.Timestamp:java.security.cert.CertPath:java.sql.Date:java.sql.Time:java.sql.Timestamp:java.text.Annotation:java.text.AttributedCharacterIterator$Attribute:java.text.CalendarBuilder:java.text.DigitList:java.text.FieldPosition:java.text.ParsePosition:java.time.Duration:java.time.Instant:java.time.LocalDate:java.time.LocalDateTime:java.time.LocalTime:java.time.MonthDay:java.time.OffsetDateTime:java.time.OffsetTime:java.time.Period:java.time.Year:java.time.YearMonth:java.time.ZoneId:java.time.ZoneOffset:java.time.ZonedDateTime:java.time.chrono.AbstractChronology:java.time.chrono.ChronoLocalDateImpl:java.time.chrono.HijrahDate:java.time.chrono.JapaneseDate:java.time.chrono.JapaneseEra:java.time.chrono.MinguoDate:java.time.chrono.ThaiBuddhistDate:java.time.format.DateTimeFormatter:java.time.format.DateTimeFormatterBuilder$CompositePrinterParser:java.time.format.DateTimeFormatterBuilder$NumberPrinterParser:java.time.format.DateTimeParseContext:java.time.format.DateTimePrintContext:java.time.format.DecimalStyle:java.time.format.Parsed:java.time.temporal.ChronoField:java.time.temporal.ChronoUnit:java.time.temporal.ValueRange:java.time.temporal.WeekFields:java.time.zone.ZoneOffsetTransition:java.time.zone.ZoneOffsetTransitionRule:java.time.zone.ZoneRules:java.util.AbstractCollection:java.util.AbstractList:java.util.AbstractMap:java.util.AbstractSequentialList:java.util.ArrayDeque:java.util.ArrayList:java.util.BitSet:java.util.Calendar:java.util.Currency:java.util.Date:java.util.DoubleSummaryStatistics:java.util.EnumMap:java.util.EventObject:java.util.Formatter:java.util.HashMap:java.util.HashMap$Node:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.IntSummaryStatistics:java.util.LinkedHashMap:java.util.Locale:java.util.LongSummaryStatistics:java.util.Optional:java.util.OptionalDouble:java.util.OptionalInt:java.util.OptionalLong:java.util.PriorityQueue:java.util.Properties:java.util.ResourceBundle$CacheKey:java.util.ServiceLoader:java.util.SimpleTimeZone:java.util.StringJoiner:java.util.TreeMap:java.util.TreeMap$Entry:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.TreeSet:java.util.UUID:java.util.Vector:java.util.WeakHashMap:java.util.WeakHashMap$Entry:java.util.concurrent.CompletableFuture:java.util.concurrent.ConcurrentHashMap:java.util.concurrent.ConcurrentHashMap$CollectionView:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView:java.util.concurrent.ConcurrentHashMap$Node:java.util.concurrent.ConcurrentHashMap$ValuesView:java.util.concurrent.CopyOnWriteArrayList:java.util.concurrent.DelayQueue:java.util.concurrent.ForkJoinPool:java.util.concurrent.LinkedBlockingQueue:java.util.concurrent.Semaphore:java.util.concurrent.ThreadPoolExecutor:java.util.concurrent.atomic.AtomicBoolean:java.util.concurrent.atomic.AtomicInteger:java.util.concurrent.atomic.AtomicLong:java.util.concurrent.atomic.AtomicReference:java.util.concurrent.atomic.AtomicReferenceArray:java.util.concurrent.locks.AbstractQueuedSynchronizer:java.util.concurrent.locks.ReentrantLock:java.util.concurrent.locks.ReentrantReadWriteLock:java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock:java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock:java.util.jar.Attributes:java.util.jar.Attributes$Name:java.util.logging.Level:java.util.regex.Matcher:java.util.regex.Pattern:java.util.zip.ZipEntry:javax.accessibility.AccessibleBundle:javax.accessibility.AccessibleRelationSet:javax.accessibility.AccessibleStateSet:javax.activation.MimeType:javax.activation.MimeTypeParameterList:javax.crypto.Cipher:javax.crypto.CryptoPermission:javax.security.auth.Subject:javax.swing.TimerQueue:javax.swing.TransferHandler$DropLocation:javax.swing.event.EventListenerList:javax.swing.event.TreeModelEvent:javax.swing.tree.TreePath:javax.xml.datatype.DatatypeConstants$Field:javax.xml.datatype.Duration:javax.xml.datatype.XMLGregorianCalendar:javax.xml.namespace.QName:nu.xom.jaxen.BaseXPath:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.codehaus.stax2.typed.Base64Variant:org.dom4j.tree.SingleIterator:org.jdom.output.Format$TextMode:org.jdom.xpath.JaxenXPath:org.joda.time.field.MillisDurationField:org.joda.time.field.UnsupportedDateTimeField:org.xml.sax.SAXException:org.xml.sax.SAXParseException:sun.awt.AppContext:sun.font.AttributeValues:sun.font.EAttribute:sun.font.FontFamily:sun.font.FontStrikeDesc:sun.font.StrikeMetrics:sun.java2d.loops.CompositeType:sun.java2d.loops.FontInfo:sun.java2d.loops.GraphicsPrimitive:sun.java2d.loops.SurfaceType:sun.java2d.pipe.Region:sun.net.www.MessageHeader:sun.nio.fs.UnixFileStore:sun.nio.fs.UnixPath:sun.reflect.annotation.AnnotationType:sun.reflect.annotation.TypeAnnotation:sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo:sun.security.util.LazyCodeSourcePermissionCollection:sun.util.calendar.CalendarDate:sun.util.calendar.Era:sun.util.calendar.JulianCalendar$Date:sun.util.calendar.LocalGregorianCalendar$Date:sun.util.locale.BaseLocale:sun.util.locale.Extension:sun.util.locale.LocaleExtensions 1
com.bea.xml.stream.XMLStreamPlayer:javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.AbstractXMLStreamReader 2
com.ctc.wstx.evt.WDTD 3
org.codehaus.stax2.ri.evt.Stax2EventAllocatorImpl 6
com.bea.xml.stream.MXParser:com.bea.xml.stream.XMLStreamPlayer:javax.xml.stream.util.StreamReaderDelegate 2
org.codehaus.stax2.util.StreamReader2Delegate 2
org.codehaus.stax2.ri.Stax2ReaderImpl:org.codehaus.stax2.ri.dom.DOMWrappingReader 1
org.codehaus.stax2.ri.Stax2ReaderImpl 6
javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.AbstractXMLStreamReader:org.codehaus.jettison.badgerfish.BadgerFishXMLStreamReader 1
com.bea.xml.stream.MXParser:com.bea.xml.stream.XMLStreamPlayer:com.ctc.wstx.sr.BasicStreamReader:javax.xml.stream.util.StreamReaderDelegate:org.codehaus.jettison.AbstractXMLStreamReader:org.codehaus.stax2.ri.dom.DOMWrappingReader 3
com.bea.xml.stream.EventFactory:javax.xml.stream.util.StreamReaderDelegate 1
com.bea.xml.stream.events.NamedEvent:com.bea.xml.stream.util.ArrayIterator:com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.evt.WstxEventReader:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:com.ctc.wstx.shaded.msv_core.reader.GrammarReader$2:com.ctc.wstx.util.DataUtil$EI:com.thoughtworks.xstream.core.util.ArrayIterator:com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator:com.thoughtworks.xstream.io.AttributeNameIterator:com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:nu.xom.JaxenNavigator$NamedChildIterator:nu.xom.jaxen.util.AncestorOrSelfAxisIterator:nu.xom.jaxen.util.PrecedingSiblingAxisIterator:nu.xom.jaxen.util.SingleObjectIterator:org.codehaus.stax2.ri.EmptyIterator:org.codehaus.stax2.ri.SingletonIterator:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator:org.jdom2.DescendantIterator:org.jdom2.output.support.AbstractFormattedWalker$1:org.jdom2.output.support.WalkerPRESERVE$1:org.jdom2.util.NamespaceStack$BackwardWalker:org.jdom2.util.NamespaceStack$EmptyIterable:org.jdom2.util.NamespaceStack$ForwardWalker 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.events.BaseEvent:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.EndElementEventImpl 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.evt.BaseStartElement:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.StartElementEventImpl 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.NamespaceBase:com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.evt.BaseStartElement:com.ctc.wstx.evt.WEntityDeclaration:org.codehaus.stax2.ri.evt.AttributeEventImpl:org.codehaus.stax2.ri.evt.CharactersEventImpl:org.codehaus.stax2.ri.evt.CommentEventImpl:org.codehaus.stax2.ri.evt.DTDEventImpl:org.codehaus.stax2.ri.evt.EndDocumentEventImpl:org.codehaus.stax2.ri.evt.EndElementEventImpl:org.codehaus.stax2.ri.evt.EntityDeclarationEventImpl:org.codehaus.stax2.ri.evt.EntityReferenceEventImpl:org.codehaus.stax2.ri.evt.NamespaceEventImpl:org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl:org.codehaus.stax2.ri.evt.ProcInstrEventImpl:org.codehaus.stax2.ri.evt.StartDocumentEventImpl:org.codehaus.stax2.ri.evt.StartElementEventImpl 2
java.io.DataInputStream:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.RandomAccessFile 1
java.lang.StringBuilder:org.dom4j.datatype.DatatypeAttribute:org.dom4j.tree.FlyweightAttribute 1
com.bea.xml.stream.events.NamedEvent:org.codehaus.stax2.ri.evt.EndElementEventImpl 1
com.bea.xml.stream.events.CharactersEvent:org.codehaus.stax2.ri.evt.CharactersEventImpl 3
com.bea.xml.stream.events.ProcessingInstructionEvent:org.codehaus.jettison.badgerfish.BadgerFishXMLStreamWriter:org.codehaus.jettison.mapped.MappedXMLStreamWriter:org.codehaus.stax2.ri.evt.ProcInstrEventImpl 1
org.codehaus.jettison.AbstractXMLStreamWriter:org.codehaus.stax2.ri.evt.CommentEventImpl 1
com.bea.xml.stream.events.StartDocumentEvent:org.codehaus.stax2.ri.evt.StartDocumentEventImpl 4
org.codehaus.stax2.ri.Stax2EventWriterImpl 1
org.codehaus.stax2.util.StreamWriter2Delegate 3
org.codehaus.stax2.ri.Stax2WriterAdapter 4
com.bea.xml.stream.events.StartDocumentEvent:org.codehaus.stax2.ri.dom.DOMWrappingWriter:org.codehaus.stax2.ri.evt.StartDocumentEventImpl 1
com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.evt.BaseStartElement:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.StartElementEventImpl 1
com.bea.xml.stream.events.BaseEvent:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.CharactersEventImpl 1
org.codehaus.jettison.AbstractXMLEventWriter 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.events.BaseEvent:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.CharactersEventImpl 1
com.bea.xml.stream.AttributeBase:com.bea.xml.stream.events.BaseEvent:com.ctc.wstx.evt.BaseStartElement:org.codehaus.stax2.ri.evt.BaseEventImpl:org.codehaus.stax2.ri.evt.EndElementEventImpl:org.codehaus.stax2.ri.evt.StartElementEventImpl 1
com.bea.xml.stream.AttributeBase:org.codehaus.stax2.ri.evt.AttributeEventImpl 1
com.bea.xml.stream.XMLEventPlayer 1
com.thoughtworks.xstream.core.util.WeakCache$1 1
org.codehaus.stax2.ri.Stax2Util$TextBuffer 3
com.ctc.wstx.evt.WstxEventReader:org.codehaus.stax2.ri.Stax2EventReaderImpl 1
com.bea.xml.stream.util.EmptyIterator:com.ctc.wstx.shaded.msv_core.grammar.BinaryExp$1:java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2:java.util.AbstractSequentialList:org.codehaus.stax2.ri.Stax2EventReaderImpl:org.dom4j.tree.SingleIterator 1
org.dom4j.tree.ElementNameIterator 2
org.dom4j.tree.ElementQNameIterator 2
org.dom4j.tree.BaseElement:org.dom4j.tree.DefaultElement 1
org.dom4j.tree.ElementIterator 2
com.thoughtworks.xstream.core.util.OrderRetainingMap$ArraySet 1
com.ctc.wstx.sr.Element 3
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
com.code_intelligence.jazzer.api.FuzzedDataProvider:com.ctc.wstx.util.TextBuffer$BufferReader:com.thoughtworks.xstream.io.xml.AbstractDocumentReader:com.thoughtworks.xstream.io.xml.AbstractDocumentWriter:com.thoughtworks.xstream.io.xml.SaxWriter:java.io.BufferedInputStream:java.io.ByteArrayInputStream:java.io.ByteArrayOutputStream:java.io.CharArrayReader:java.io.CharArrayWriter:java.io.FileInputStream:java.io.FileOutputStream:java.io.FilterInputStream:java.io.FilterOutputStream:java.io.FilterWriter:java.io.InputStream:java.io.InputStream$1:java.io.InputStreamReader:java.io.ObjectInputStream:java.io.ObjectInputStream$BlockDataInputStream:java.io.ObjectInputStream$PeekInputStream:java.io.ObjectOutputStream:java.io.ObjectOutputStream$BlockDataOutputStream:java.io.OutputStream:java.io.OutputStream$1:java.io.OutputStreamWriter:java.io.PipedInputStream:java.io.PipedOutputStream:java.io.PrintStream:java.io.PushbackInputStream:java.io.RandomAccessFile:java.io.StringReader:java.io.StringWriter:java.net.DatagramSocket:java.net.ServerSocket:java.net.Socket:java.nio.channels.FileLock:java.nio.channels.spi.AbstractInterruptibleChannel:java.nio.channels.spi.AbstractSelector:java.nio.file.FileTreeIterator:java.nio.file.FileTreeWalker:java.util.Formatter:java.util.jar.Manifest$FastInputStream:java.util.zip.DeflaterOutputStream:java.util.zip.InflaterInputStream:java.util.zip.ZipFile:java.util.zip.ZipInputStream:java.util.zip.ZipOutputStream:jdk.internal.module.ModulePatcher$ExplodedResourceFinder:jdk.internal.module.ModuleReferences$ExplodedModuleReader:jdk.internal.module.SystemModuleFinders$SystemModuleReader:nu.xom.Verifier$EmptyReader:org.dom4j.io.DocumentInputSource$1:sun.nio.cs.StreamDecoder:sun.nio.cs.StreamEncoder:sun.nio.fs.UnixFileSystem 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
[com.thoughtworks.xstream.converters.extended.ThrowableConverter].unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,com.thoughtworks.xstream.converters.UnmarshallingContext) com.thoughtworks.xstream.converters.extended.ThrowableConverter 2 ['com.thoughtworks.xstream.io.HierarchicalStreamReader', 'com.thoughtworks.xstream.converters.UnmarshallingContext'] 25 0 17 8 4 1774 3 745 508
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token].analyzeFirstCharacter(com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken,int) com.ctc.wstx.shaded.msv_core.datatype.regexp.Token 2 ['com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken', 'int'] 3 0 157 61 18 41 1 62 54
[com.thoughtworks.xstream.mapper.AnnotationMapper].cacheConverter(com.thoughtworks.xstream.annotations.XStreamConverter,java.lang.Class ) com.thoughtworks.xstream.mapper.AnnotationMapper 2 ['com.thoughtworks.xstream.annotations.XStreamConverter', 'java.lang.Class '] 20 0 115 32 13 378 0 124 53
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token].getRange(java.lang.String,boolean,boolean) com.ctc.wstx.shaded.msv_core.datatype.regexp.Token 3 ['java.lang.String', 'boolean', 'boolean'] 3 0 11 5 4 38 0 45 44
[com.thoughtworks.xstream.XStreamer].toXML(com.thoughtworks.xstream.XStream,java.lang.Object) com.thoughtworks.xstream.XStreamer 2 ['com.thoughtworks.xstream.XStream', 'java.lang.Object'] 8 0 15 4 1 108 0 41 37

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
49.0%
755 / 1555
Cyclomatic complexity statically reachable by fuzzers
50.0%
1472 / 2944

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
[com.ctc.wstx.shaded.msv_core.datatype.xsd.AnyURIType].createRegExp() 45 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.DatatypeFactory].getTypeByName(java.lang.String) 64 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.TypeIncubator].derive(java.lang.String,java.lang.String) 49 0 0.0%
[com.ctc.wstx.api.ReaderConfig].getProperty(int) 46 0 0.0%
[com.ctc.wstx.api.ReaderConfig].setProperty(java.lang.String,int,java.lang.Object) 104 4 3.846%
[com.ctc.wstx.api.WriterConfig].setProperty(java.lang.String,int,java.lang.Object) 46 0 0.0%
[com.ctc.wstx.api.WriterConfig]. () 48 0 0.0%
[org.codehaus.stax2.validation.XMLValidationSchemaFactory].newInstance(java.lang.String,java.lang.ClassLoader) 53 0 0.0%
[com.ctc.wstx.shaded.msv_core.writer.relaxng.PatternWriter].serializeDataType(com.ctc.wstx.shaded.msv_core.datatype.xsd.XSDatatype) 61 0 0.0%
[com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter].write(com.ctc.wstx.shaded.msv_core.grammar.Grammar,java.lang.String) 67 0 0.0%
[com.ctc.wstx.shaded.msv_core.writer.relaxng.RELAXNGWriter].writeNameClass(com.ctc.wstx.shaded.msv_core.grammar.NameClass) 33 0 0.0%
[com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.XMLMaker].enter(org.w3c.dom.DocumentType) 40 0 0.0%
[com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.UDOMVisitor].traverse(org.w3c.dom.Node,com.ctc.wstx.shaded.msv.org_jp_gr_xml.dom.IDOMVisitor) 55 0 0.0%
[org.jdom.output.XMLOutputter].printElement(java.io.Writer,org.jdom.Element,int,org.jdom.output.XMLOutputter$NamespaceStack) 39 0 0.0%
[org.jdom.output.XMLOutputter].escapeAttributeEntities(java.lang.String) 41 0 0.0%
[org.jdom.output.XMLOutputter].escapeElementEntities(java.lang.String) 38 0 0.0%
[org.jdom.output.SAXOutputter].startPrefixMapping(org.jdom.Element,org.jdom.output.NamespaceStack) 46 0 0.0%
[org.jdom.output.DOMOutputter].output(org.jdom.Document) 31 0 0.0%
[org.jdom.output.DOMOutputter].output(org.jdom.Element,org.w3c.dom.Document,org.jdom.output.NamespaceStack) 86 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.util.GrammarLoader$2].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 32 0 0.0%
[com.ctc.wstx.shaded.msv_core.util.Uri].escapeDisallowedChars(java.lang.String) 34 0 0.0%
[net.sf.cglib.core.EmitUtils].append_string_helper(net.sf.cglib.core.CodeEmitter,net.sf.cglib.asm.Type,net.sf.cglib.core.EmitUtils$ArrayDelimiters,net.sf.cglib.core.Customizer,net.sf.cglib.core.ProcessArrayCallback) 42 0 0.0%
[net.sf.cglib.core.EmitUtils].member_helper_type(net.sf.cglib.core.CodeEmitter,java.util.List,net.sf.cglib.core.ObjectSwitchCallback,net.sf.cglib.core.EmitUtils$ParameterTyper,net.sf.cglib.asm.Label,net.sf.cglib.asm.Label,java.util.BitSet) 33 0 0.0%
[net.sf.cglib.core.AbstractClassGenerator].create(java.lang.Object) 37 0 0.0%
[net.sf.cglib.core.KeyFactory$Generator].generateClass(net.sf.cglib.asm.ClassVisitor) 65 0 0.0%
[net.sf.cglib.core.CodeEmitter].cast_numeric(net.sf.cglib.asm.Type,net.sf.cglib.asm.Type) 35 0 0.0%
[net.sf.cglib.core.CodeEmitter].process_switch(int[],net.sf.cglib.core.ProcessSwitchCallback,boolean) 39 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.Resolver].createInputSource(java.lang.String,java.io.InputStream,boolean,java.lang.String) 37 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader]. (java.io.InputStream) 34 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader].useEncodingDecl(java.io.PushbackInputStream,java.lang.String) 68 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].parseInternal(org.xml.sax.InputSource) 35 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].parseLiteral(boolean) 46 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].getcps(java.lang.String,com.ctc.wstx.shaded.msv_core.scanner.dtd.InputEntity) 42 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].maybeAttlistDecl() 94 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].maybeConditionalSect() 39 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDParser].maybeEntityDecl() 50 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.XmlReader$Utf8Reader].read(char[],int,int) 66 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.InputEntity].parsedContent(com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDEventListener) 70 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.InputEntity].unparsedContent(com.ctc.wstx.shaded.msv_core.scanner.dtd.DTDEventListener,boolean,java.lang.String) 57 0 0.0%
[com.ctc.wstx.shaded.msv_core.scanner.dtd.MessageCatalog].canonicalize(java.lang.String[]) 39 0 0.0%
[com.ctc.wstx.shaded.msv_core.verifier.regexp.xmlschema.XSAcceptor].createChildAcceptor(com.ctc.wstx.shaded.msv_core.util.StartTagInfo,com.ctc.wstx.shaded.msv_core.util.StringRef) 50 0 0.0%
[com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) 61 0 0.0% ['XmlFuzzer']
[com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter].createCallbackIndexMap(net.sf.cglib.proxy.Factory) 63 0 0.0% ['XmlFuzzer']
[com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter].unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,com.thoughtworks.xstream.converters.UnmarshallingContext) 47 0 0.0% []
[com.thoughtworks.xstream.converters.reflection.SerializableConverter].doMarshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) 44 0 0.0% ['XmlFuzzer']
[com.thoughtworks.xstream.converters.reflection.SerializableConverter$2].readFieldsFromStream() 34 0 0.0% []
[com.thoughtworks.xstream.converters.reflection.SerializableConverter$1].defaultWriteObject() 31 0 0.0% ['XmlFuzzer']
[com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter].doMarshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) 63 0 0.0%
[com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter].doUnmarshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamReader,com.thoughtworks.xstream.converters.UnmarshallingContext) 123 51 41.46%
[com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter].writeValueToImplicitCollection(java.lang.Object,java.util.Map,java.lang.Object,com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$FieldLocation) 31 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler$DateTimeOfYear]. (java.util.StringTokenizer) 54 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler].main(java.lang.String[]) 31 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler].writeZoneInfoMap(java.io.DataOutputStream,java.util.Map) 33 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler].test(java.lang.String,org.joda.time.DateTimeZone) 42 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler].compile(java.io.File[],java.io.File) 64 0 0.0%
[org.joda.time.tz.ZoneInfoCompiler].parseDataFile(java.io.BufferedReader,boolean) 42 0 0.0%
[org.joda.time.tz.DateTimeZoneBuilder].toDateTimeZone(java.lang.String,boolean) 36 0 0.0%
[org.joda.time.tz.DateTimeZoneBuilder$PrecalculatedZone].create(java.lang.String,boolean,java.util.ArrayList,org.joda.time.tz.DateTimeZoneBuilder$DSTZone) 59 0 0.0%
[com.thoughtworks.xstream.mapper.AnnotationMapper].processTypes(java.util.Set) 32 0 0.0%
[com.thoughtworks.xstream.mapper.AnnotationMapper].addParametrizedTypes(java.lang.reflect.Type,java.util.Set) 35 0 0.0%
[com.thoughtworks.xstream.mapper.AnnotationMapper].cacheConverter(com.thoughtworks.xstream.annotations.XStreamConverter,java.lang.Class) 52 0 0.0%
[com.thoughtworks.xstream.mapper.ImplicitCollectionMapper].add(java.lang.Class,java.lang.String,java.lang.String,java.lang.Class,java.lang.String) 33 0 0.0%
[net.sf.cglib.beans.BulkBeanEmitter].generateSet(java.lang.Class[],java.lang.reflect.Method) 34 0 0.0%
[net.sf.cglib.beans.ImmutableBean$Generator].generateClass(net.sf.cglib.asm.ClassVisitor) 31 0 0.0%
[net.sf.cglib.beans.BeanCopier$Generator].generateClass(net.sf.cglib.asm.ClassVisitor) 50 0 0.0%
[com.thoughtworks.xstream.converters.extended.NamedMapConverter].populateMap(com.thoughtworks.xstream.io.HierarchicalStreamReader,com.thoughtworks.xstream.converters.UnmarshallingContext,java.util.Map,java.util.Map) 41 0 0.0%
[com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter$1].visit(java.lang.String,java.lang.Class,java.lang.Class,java.lang.Object) 36 0 0.0% ['XmlFuzzer']
[com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter].unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,com.thoughtworks.xstream.converters.UnmarshallingContext) 67 0 0.0% []
[com.ctc.wstx.io.ISOLatinReader].read(char[],int,int) 35 0 0.0%
[com.ctc.wstx.io.UTF32Reader].read(char[],int,int) 55 0 0.0%
[com.ctc.wstx.io.EBCDICCodec]. () 265 0 0.0%
[com.ctc.wstx.io.UTF8Writer].write(char[],int,int) 55 0 0.0%
[com.ctc.wstx.io.UTF8Writer].write(java.lang.String,int,int) 55 0 0.0%
[com.ctc.wstx.io.CharsetNames].normalize(java.lang.String) 99 0 0.0%
[com.ctc.wstx.io.UTF8Reader].read(char[],int,int) 109 30 27.52%
[com.ctc.wstx.io.UTF8Reader].loadMore(int) 33 7 21.21%
[com.ctc.wstx.io.StreamBootstrapper].bootstrapInput(com.ctc.wstx.api.ReaderConfig,boolean,int) 48 18 37.5%
[com.ctc.wstx.io.StreamBootstrapper].resolveStreamEncoding() 61 18 29.50%
[com.ctc.wstx.io.WstxInputData].findIllegalNameChar(java.lang.String,boolean,boolean) 37 0 0.0%
[com.ctc.wstx.io.AsciiReader].read(char[],int,int) 32 0 0.0%
[org.jdom.input.SAXHandler].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 72 0 0.0%
[org.jdom.input.DOMBuilder].buildTree(org.w3c.dom.Node,org.jdom.Document,org.jdom.Element,boolean) 115 0 0.0%
[org.jdom.input.SAXBuilder].configureParser(org.xml.sax.XMLReader,org.jdom.input.SAXHandler) 35 0 0.0%
[org.jdom.input.SAXBuilder].fileToURL(java.io.File) 33 0 0.0%
[org.joda.time.DateTimeFieldType]. () 46 0 0.0%
[org.joda.time.DateTimeZone$LazyInit].buildMap() 35 0 0.0%
[org.joda.time.Partial]. (org.joda.time.DateTimeFieldType[][],int,org.joda.time.Chronology) 59 0 0.0%
[org.joda.time.Partial].with(org.joda.time.DateTimeFieldType,int) 39 0 0.0%
[org.joda.time.PeriodType].forFields(org.joda.time.DurationFieldType[]) 58 0 0.0%
[io.github.xstream.mxparser.MXParser].parseEpilog() 78 0 0.0%
[io.github.xstream.mxparser.MXParser].parseDocdecl() 42 23 54.76%
[org.codehaus.stax2.ri.dom.DOMWrappingReader].next() 55 0 0.0%
[org.codehaus.stax2.ri.dom.DOMWrappingReader].readElementAsArray(org.codehaus.stax2.typed.TypedArrayDecoder) 44 0 0.0%
[org.codehaus.stax2.ri.dom.DOMWrappingReader].readElementAsBinary(byte[],int,int,org.codehaus.stax2.typed.Base64Variant) 50 0 0.0%
[org.codehaus.stax2.ri.dom.DOMWrappingReader]._calcNsAndAttrLists(boolean) 37 0 0.0%
[net.sf.cglib.reflect.MethodDelegate$Generator].generateClass(net.sf.cglib.asm.ClassVisitor) 39 0 0.0%
[net.sf.cglib.reflect.FastClassEmitter]. (net.sf.cglib.asm.ClassVisitor,java.lang.String,java.lang.Class) 40 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.xmlschema.SchemaIncludedState].startSelf() 38 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.xmlschema.ElementDeclState].annealExpression(com.ctc.wstx.shaded.msv_core.grammar.Expression) 55 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.xmlschema.AttributeState].annealExpression(com.ctc.wstx.shaded.msv_core.grammar.Expression) 42 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.xmlschema.WSDLSchemaReader].read(javax.xml.transform.Source,javax.xml.parsers.SAXParserFactory,com.ctc.wstx.shaded.msv_core.reader.GrammarReaderController2) 36 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.xmlschema.XMLSchemaReader].wrapUp() 49 0 0.0%
[org.jdom2.output.support.WalkerNORMALIZE].analyzeMultiText(org.jdom2.output.support.AbstractFormattedWalker$MultiText,int,int) 33 0 0.0%
[org.jdom2.output.support.FormatStack]. (org.jdom2.output.Format) 32 0 0.0%
[org.jdom2.output.support.AbstractSAXOutputProcessor].printElement(org.jdom2.output.support.SAXTarget,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.jdom2.Element) 47 0 0.0%
[org.jdom2.output.support.AbstractXMLOutputProcessor].printDocument(java.io.Writer,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.jdom2.Document) 31 0 0.0%
[org.jdom2.output.support.AbstractXMLOutputProcessor].printElement(java.io.Writer,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.jdom2.Element) 48 0 0.0%
[org.jdom2.output.support.WalkerTRIM].analyzeMultiText(org.jdom2.output.support.AbstractFormattedWalker$MultiText,int,int) 31 0 0.0%
[org.jdom2.output.support.AbstractStAXEventProcessor].printDocument(javax.xml.stream.util.XMLEventConsumer,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,javax.xml.stream.XMLEventFactory,org.jdom2.Document) 37 0 0.0%
[org.jdom2.output.support.AbstractStAXEventProcessor].printElement(javax.xml.stream.util.XMLEventConsumer,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,javax.xml.stream.XMLEventFactory,org.jdom2.Element) 32 0 0.0%
[org.jdom2.output.support.AbstractDOMOutputProcessor].printElement(org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.w3c.dom.Document,org.jdom2.Element) 34 0 0.0%
[org.jdom2.output.support.AbstractStAXStreamProcessor].printDocument(javax.xml.stream.XMLStreamWriter,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.jdom2.Document) 42 0 0.0%
[org.jdom2.output.support.AbstractStAXStreamProcessor].printElement(javax.xml.stream.XMLStreamWriter,org.jdom2.output.support.FormatStack,org.jdom2.util.NamespaceStack,org.jdom2.Element) 72 0 0.0%
[org.jdom2.output.support.AbstractFormattedWalker]. (java.util.List,org.jdom2.output.support.FormatStack,boolean) 38 0 0.0%
[org.jdom2.output.support.AbstractFormattedWalker].next() 43 0 0.0%
[com.ctc.wstx.shaded.msv.org_jp_gr_xml.sax.DOMSAXProducerVisitor].enter(org.w3c.dom.Element) 32 0 0.0%
[com.thoughtworks.xstream.core.util.XmlHeaderAwareReader].getHeader(java.io.PushbackInputStream[]) 72 0 0.0% []
[com.thoughtworks.xstream.core.util.DependencyInjectionFactory].newInstance(java.util.BitSet,java.lang.Class[],java.lang.Object) 109 12 11.00%
[com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter].fromString(java.lang.String) 89 0 0.0% []
[com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter]. () 59 0 0.0%
[com.thoughtworks.xstream.core.util.ISO8601JodaTimeConverter]. () 44 0 0.0%
[org.xmlpull.mxp1.MXParser].ensureElementsCapacity() 33 0 0.0%
[org.xmlpull.mxp1.MXParser].nextImpl() 149 0 0.0%
[org.xmlpull.mxp1.MXParser].parseProlog() 72 0 0.0%
[org.xmlpull.mxp1.MXParser].parseEpilog() 79 0 0.0%
[org.xmlpull.mxp1.MXParser].parseStartTag() 80 0 0.0%
[org.xmlpull.mxp1.MXParser].parseAttribute() 131 0 0.0%
[org.xmlpull.mxp1.MXParser].parseEntityRef() 68 0 0.0%
[org.xmlpull.mxp1.MXParser].parseComment() 56 0 0.0%
[org.xmlpull.mxp1.MXParser].parsePI() 69 0 0.0%
[org.xmlpull.mxp1.MXParser].parseXmlDeclWithVersion(int,int) 62 0 0.0%
[org.xmlpull.mxp1.MXParser].parseDocdecl() 45 0 0.0%
[org.xmlpull.mxp1.MXParser].parseCDSect(boolean) 74 0 0.0%
[org.xmlpull.mxp1.MXParser].fillBuf() 59 0 0.0%
[com.ctc.wstx.shaded.msv_core.verifier.Verifier].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 40 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.AbstractCalendarParser].parse() 42 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigDateTimeValueType].compare(com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigDateTimeValueType,com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigDateTimeValueType) 31 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigDateTimeValueType].add(com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.ITimeDurationValueType) 36 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.xsd.datetime.BigTimeDurationValueType]. (java.lang.String) 47 0 0.0%
[org.joda.time.chrono.AssembledChronology].setFields() 52 0 0.0%
[org.joda.time.chrono.ZonedChronology].assemble(org.joda.time.chrono.AssembledChronology$Fields) 37 0 0.0%
[org.joda.time.chrono.BasicChronology].assemble(org.joda.time.chrono.AssembledChronology$Fields) 42 0 0.0%
[org.joda.time.chrono.BasicChronology]. () 35 0 0.0%
[org.joda.time.chrono.GJChronology].assemble(org.joda.time.chrono.AssembledChronology$Fields) 56 0 0.0%
[org.joda.time.chrono.BasicMonthOfYearDateTimeField].add(long,int) 32 0 0.0%
[org.joda.time.chrono.AssembledChronology$Fields].copyFieldsFrom(org.joda.time.Chronology) 71 0 0.0%
[org.joda.time.chrono.LimitChronology].assemble(org.joda.time.chrono.AssembledChronology$Fields) 37 0 0.0%
[org.joda.time.chrono.GJLocaleSymbols]. (java.util.Locale) 31 0 0.0%
[org.codehaus.jettison.json.JSONObject].quote(java.lang.String,boolean) 36 0 0.0%
[org.codehaus.jettison.json.JSONObject].write(java.io.Writer) 35 0 0.0%
[org.codehaus.jettison.json.JSONTokener].nextValue() 39 0 0.0%
[com.ctc.wstx.shaded.msv.org_isorelax.verifier.impl.SAXEventGenerator].enter(org.w3c.dom.Element) 36 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$UnionToken].addChild(com.ctc.wstx.shaded.msv_core.datatype.regexp.Token) 38 0 0.0% []
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].next() 84 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].processModifiers() 31 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].parseFactor() 58 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].parseAtom() 49 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].parseCharacterClass(boolean) 76 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegexParser].decodeEscaped() 82 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token].analyzeFirstCharacter(com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken,int) 63 0 0.0% []
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token].getRange(java.lang.String,boolean) 156 0 0.0% []
[com.ctc.wstx.shaded.msv_core.datatype.regexp.Token]. () 37 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].compile(com.ctc.wstx.shaded.msv_core.datatype.regexp.Token,com.ctc.wstx.shaded.msv_core.datatype.regexp.Op,boolean) 92 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matches(char[],int,int,com.ctc.wstx.shaded.msv_core.datatype.regexp.Match) 93 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matchCharArray(com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression$Context,com.ctc.wstx.shaded.msv_core.datatype.regexp.Op,int,int,int) 250 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matches(java.lang.String,int,int,com.ctc.wstx.shaded.msv_core.datatype.regexp.Match) 93 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matchString(com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression$Context,com.ctc.wstx.shaded.msv_core.datatype.regexp.Op,int,int,int) 250 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matches(java.text.CharacterIterator,com.ctc.wstx.shaded.msv_core.datatype.regexp.Match) 95 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression].matchCharacterIterator(com.ctc.wstx.shaded.msv_core.datatype.regexp.RegularExpression$Context,com.ctc.wstx.shaded.msv_core.datatype.regexp.Op,int,int,int) 250 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.ParserForXMLSchema].parseCharacterClass(boolean) 72 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.ParserForXMLSchema].getRange(java.lang.String,boolean) 32 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.REUtil].main(java.lang.String[]) 52 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken].compactRanges() 41 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken].subtractRanges(com.ctc.wstx.shaded.msv_core.datatype.regexp.Token) 45 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken].intersectRanges(com.ctc.wstx.shaded.msv_core.datatype.regexp.Token) 44 0 0.0%
[com.ctc.wstx.shaded.msv_core.datatype.regexp.RangeToken].toString(int) 39 0 0.0%
[org.codehaus.stax2.ri.typed.StringBase64Decoder].decode(byte[],int,int) 66 0 0.0%
[org.codehaus.stax2.ri.typed.CharArrayBase64Decoder].decode(byte[],int,int) 71 0 0.0%
[org.codehaus.stax2.ri.typed.ValueDecoderFactory$IntDecoder].decode(java.lang.String) 31 0 0.0%
[org.codehaus.stax2.ri.typed.NumberUtil].writeInt(int[],char,int) 33 0 0.0%
[org.codehaus.stax2.ri.typed.NumberUtil].writeInt(int[],byte,int) 33 0 0.0%
[com.ctc.wstx.shaded.msv_core.grammar.util.NameClassSimplifier].simplify(com.ctc.wstx.shaded.msv_core.grammar.NameClass) 46 0 0.0%
[com.wutka.dtd.DTDParser].parseTopLevelElement() 46 0 0.0%
[com.wutka.dtd.DTDParser].parseAttdef(com.wutka.dtd.Scanner,com.wutka.dtd.DTDElement,com.wutka.dtd.DTDAttlist) 33 0 0.0%
[com.wutka.dtd.DTDParser].parseEntityDef(com.wutka.dtd.DTDEntity) 33 0 0.0%
[com.wutka.dtd.Scanner].readNextToken() 122 0 0.0%
[com.wutka.dtd.Scanner].isCombiningChar(char) 97 0 0.0%
[com.wutka.dtd.Tokenize].main(java.lang.String[]) 60 0 0.0%
[com.wutka.dtd.Tokenize].dumpDTDItem(com.wutka.dtd.DTDItem) 45 0 0.0%
[net.sf.cglib.proxy.Enhancer].generateClass(net.sf.cglib.asm.ClassVisitor) 38 0 0.0%
[net.sf.cglib.proxy.Enhancer].emitMethods(net.sf.cglib.core.ClassEmitter,java.util.List,java.util.List) 44 0 0.0%
[net.sf.cglib.proxy.Enhancer].emitBindCallbacks(net.sf.cglib.core.ClassEmitter) 37 0 0.0%
[net.sf.cglib.proxy.LazyLoaderGenerator].generate(net.sf.cglib.core.ClassEmitter,net.sf.cglib.proxy.CallbackGenerator$Context,java.util.List) 37 0 0.0%
[net.sf.cglib.proxy.MethodInterceptorGenerator].generate(net.sf.cglib.core.ClassEmitter,net.sf.cglib.proxy.CallbackGenerator$Context,java.util.List) 36 0 0.0%
[net.sf.cglib.proxy.MethodInterceptorGenerator].generateStatic(net.sf.cglib.core.CodeEmitter,net.sf.cglib.proxy.CallbackGenerator$Context,java.util.List) 47 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.relax.core.RELAXCoreReader].wrapUp() 45 0 0.0%
[org.jdom2.output.Format].escapeAttribute(org.jdom2.output.EscapeStrategy,java.lang.String) 50 0 0.0%
[org.jdom2.output.Format].escapeText(org.jdom2.output.EscapeStrategy,java.lang.String,java.lang.String) 45 0 0.0%
[org.jdom2.output.XMLOutputter].toString() 31 0 0.0%
[org.jdom2.output.StAXEventOutputter].toString() 31 0 0.0%
[org.jdom2.output.StAXStreamOutputter].toString() 31 0 0.0%
[org.codehaus.jettison.mapped.MappedXMLStreamReader].processElement() 53 0 0.0%
[org.codehaus.jettison.mapped.MappedXMLStreamReader].processUniformArrayIfPossible(java.lang.String,org.codehaus.jettison.json.JSONArray) 37 0 0.0%
[org.codehaus.jettison.mapped.MappedNamespaceConvention]. (org.codehaus.jettison.mapped.Configuration) 36 0 0.0%
[org.codehaus.jettison.mapped.MappedNamespaceConvention].processAttributesAndNamespaces(org.codehaus.jettison.Node,org.codehaus.jettison.json.JSONObject) 40 0 0.0%
[org.jdom2.xpath.XPathHelper].getSingleStep(org.jdom2.NamespaceAware,java.lang.StringBuilder) 31 0 0.0%
[net.sf.cglib.transform.AbstractTransformTask].processJarFile(java.io.File) 39 0 0.0%
[com.ctc.wstx.sw.BaseStreamWriter].writeCharacters(java.lang.String) 41 0 0.0%
[com.ctc.wstx.sw.BaseStreamWriter].copyEventFromReader(org.codehaus.stax2.XMLStreamReader2,boolean) 74 0 0.0%
[com.ctc.wstx.sw.RepairingNsStreamWriter].writeStartOrEmpty(java.lang.String,java.lang.String,java.lang.String) 33 0 0.0%
[com.ctc.wstx.sw.SimpleNsStreamWriter].writeStartElement(javax.xml.stream.events.StartElement) 33 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeRaw(char[],int,int) 34 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeRaw(java.lang.String,int,int) 34 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeAttrValue(java.lang.String) 49 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeAttrValue(char[],int,int) 47 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeCDataContent(java.lang.String) 47 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeCDataContent(char[],int,int) 45 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeCommentContent(java.lang.String) 47 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writePIData(java.lang.String) 37 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeTextContent(java.lang.String) 46 0 0.0%
[com.ctc.wstx.sw.AsciiXmlWriter].writeTextContent(char[],int,int) 44 0 0.0%
[com.ctc.wstx.sw.EncodingXmlWriter].writeAsEntity(int) 48 0 0.0%
[com.ctc.wstx.sw.BaseNsStreamWriter].doWriteEndTag(javax.xml.namespace.QName,boolean) 44 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeRaw(char[],int,int) 36 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeRaw(java.lang.String,int,int) 36 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeAttrValue(java.lang.String) 52 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeAttrValue(char[],int,int) 50 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeCDataContent(java.lang.String) 49 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeCDataContent(char[],int,int) 47 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeCommentContent(java.lang.String) 49 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writePIData(java.lang.String) 39 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeTextContent(java.lang.String) 49 0 0.0%
[com.ctc.wstx.sw.ISOLatin1XmlWriter].writeTextContent(char[],int,int) 47 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeCharacters(java.lang.String) 47 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeCharacters(char[],int,int) 48 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeAttribute(java.lang.String,java.lang.String,java.lang.String) 32 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeAttribute(java.lang.String,java.lang.String[],char,int,int) 31 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeAttrValue(java.lang.String,int) 34 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeAttrValue(char[],int,int) 34 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeTypedAttribute(java.lang.String,java.lang.String,org.codehaus.stax2.ri.typed.AsciiValueEncoder) 31 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeTypedAttribute(java.lang.String,java.lang.String,java.lang.String,org.codehaus.stax2.ri.typed.AsciiValueEncoder,org.codehaus.stax2.validation.XMLValidator[],char) 48 0 0.0%
[com.ctc.wstx.sw.BufferingXmlWriter].writeAsEntity(int) 48 0 0.0%
[com.ctc.wstx.sw.NonNsStreamWriter].doWriteEndTag(java.lang.String,boolean) 35 0 0.0%
[com.ctc.wstx.sr.ElemAttrs].findMapIndex(java.lang.String,java.lang.String) 35 0 0.0%
[com.ctc.wstx.sr.StreamScanner].resolveNonCharEntity() 33 0 0.0%
[com.ctc.wstx.sr.StreamScanner].parseUntil(com.ctc.wstx.util.TextBuffer,char,boolean,java.lang.String) 46 0 0.0%
[com.ctc.wstx.sr.TypedStreamReader].getElementAs(org.codehaus.stax2.typed.TypedValueDecoder) 45 0 0.0%
[com.ctc.wstx.sr.TypedStreamReader].readElementAsBinary(byte[],int,int,org.codehaus.stax2.typed.Base64Variant) 54 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].getElementText() 33 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].getText(java.io.Writer,boolean) 33 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].handleMultiDocXmlDecl() 52 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].handleNonNsAttrs(char) 32 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].skipToken() 54 26 48.14%
[com.ctc.wstx.sr.BasicStreamReader].finishToken(boolean) 31 10 32.25%
[com.ctc.wstx.sr.BasicStreamReader].readComment() 37 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readComment2(com.ctc.wstx.util.TextBuffer) 38 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readPI() 35 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readPI2(com.ctc.wstx.util.TextBuffer) 53 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readCoalescedText(int,boolean) 32 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readAndWriteText(java.io.Writer) 84 0 0.0%
[com.ctc.wstx.sr.BasicStreamReader].readAndWriteCData(java.io.Writer) 63 0 0.0%
[com.ctc.wstx.dom.WstxDOMWrappingWriter].createStartElem(java.lang.String,java.lang.String,java.lang.String,boolean) 35 0 0.0%
[org.dom4j.datatype.SchemaParser].internalBuild(org.dom4j.Document) 34 0 0.0%
[com.thoughtworks.xstream.io.xml.xppdom.XppDom].build(org.xmlpull.v1.XmlPullParser) 35 0 0.0% []
[com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator].compareInternal(com.thoughtworks.xstream.io.xml.xppdom.XppDom,com.thoughtworks.xstream.io.xml.xppdom.XppDom,java.lang.StringBuilder,int) 58 0 0.0% []
[org.dom4j.io.XPP3Reader].parseDocument() 56 0 0.0%
[org.dom4j.io.XMLWriter].writeElement(org.dom4j.Element) 42 0 0.0%
[org.dom4j.io.XMLWriter].writeElementContent(org.dom4j.Element) 65 0 0.0%
[org.dom4j.io.XMLWriter].escapeElementEntities(java.lang.String) 32 0 0.0%
[org.dom4j.io.XMLWriter].escapeAttributeEntities(java.lang.String) 36 0 0.0%
[org.dom4j.io.SAXEventRecorder].replay(org.xml.sax.ContentHandler) 73 0 0.0%
[org.dom4j.io.SAXEventRecorder].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 35 0 0.0%
[org.dom4j.io.SAXReader].read(org.xml.sax.InputSource) 33 0 0.0%
[org.dom4j.io.DOMReader].readTree(org.w3c.dom.Node,org.dom4j.Branch) 40 0 0.0%
[org.dom4j.io.DOMReader].readElement(org.w3c.dom.Node,org.dom4j.Branch) 42 0 0.0%
[org.jdom2.input.StAXStreamBuilder].process(org.jdom2.JDOMFactory,javax.xml.stream.XMLStreamReader) 33 0 0.0%
[org.jdom2.input.StAXStreamBuilder].processFragments(org.jdom2.JDOMFactory,javax.xml.stream.XMLStreamReader,org.jdom2.input.stax.StAXFilter) 40 0 0.0%
[org.jdom2.input.StAXStreamBuilder].processPrunableElement(org.jdom2.JDOMFactory,javax.xml.stream.XMLStreamReader,int,org.jdom2.input.stax.StAXFilter) 39 0 0.0%
[org.jdom2.input.StAXEventBuilder].process(org.jdom2.JDOMFactory,javax.xml.stream.XMLEventReader) 47 0 0.0%
[org.jdom2.input.DOMBuilder].buildTree(org.w3c.dom.Node,org.jdom2.Document,org.jdom2.Element,boolean) 97 0 0.0%
[org.jdom2.input.SAXBuilder].configureParser(org.xml.sax.XMLReader,org.jdom2.input.sax.SAXHandler) 38 0 0.0%
[org.codehaus.stax2.ri.Stax2ReaderAdapter].readElementAsArray(org.codehaus.stax2.typed.TypedArrayDecoder) 32 0 0.0%
[org.codehaus.stax2.ri.Stax2ReaderAdapter].readElementAsBinary(byte[],int,int,org.codehaus.stax2.typed.Base64Variant) 50 0 0.0%
[org.codehaus.stax2.ri.Stax2WriterImpl].copyEventFromReader(org.codehaus.stax2.XMLStreamReader2,boolean) 36 0 0.0%
[org.codehaus.stax2.ri.Stax2EventWriterImpl].add(javax.xml.stream.events.XMLEvent) 57 0 0.0%
[org.codehaus.stax2.ri.Stax2WriterAdapter].copyEventFromReader(org.codehaus.stax2.XMLStreamReader2,boolean) 36 0 0.0%
[org.joda.time.field.BaseDateTimeField].add(org.joda.time.ReadablePartial,int[],int,int) 36 0 0.0%
[org.joda.time.field.BaseDateTimeField].addWrapPartial(org.joda.time.ReadablePartial,int[],int,int) 40 0 0.0%
[com.ctc.wstx.shaded.msv_core.relaxns.verifier.TREXIslandVerifier].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 33 0 0.0%
[org.jdom.Verifier].isXMLLetter(char) 206 0 0.0%
[org.jdom.Verifier].isXMLCombiningChar(char) 96 0 0.0%
[com.ctc.wstx.shaded.msv_core.relaxns.reader.NamespaceState].startSelf() 38 0 0.0%
[org.jdom2.ContentList$FilterList].addAll(int,java.util.Collection) 36 0 0.0%
[org.jdom2.Namespace].getNamespace(java.lang.String,java.lang.String) 33 0 0.0%
[com.ctc.wstx.shaded.msv_core.verifier.regexp.ExpressionAcceptor].diagnoseBadTagName(com.ctc.wstx.shaded.msv_core.util.StartTagInfo) 36 0 0.0%
[org.jdom2.xpath.util.AbstractXPathCompiled]. (java.lang.String,org.jdom2.filter.Filter,java.util.Map[],org.jdom2.Namespace) 44 0 0.0%
[com.ctc.wstx.shaded.msv_core.writer.ContentHandlerAdaptor].startElement(java.lang.String,org.xml.sax.AttributeList) 33 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker$1].onElement(com.ctc.wstx.shaded.msv_core.grammar.ElementExp) 33 0 0.0%
[com.ctc.wstx.shaded.msv_core.reader.trex.ng.comp.DefAttCompatibilityChecker].test() 40 0 0.0%
[javax.activation.MailcapCommandMap].loadAllResources(java.util.List,java.lang.String) 44 0 0.0%
[javax.activation.MailcapCommandMap].createDataContentHandler(java.lang.String) 31 0 0.0%
[javax.activation.MimeTypeParameterList].parse(java.lang.String) 51 0 0.0%
[javax.activation.MimetypesFileTypeMap].loadAllResources(java.util.Vector,java.lang.String) 43 0 0.0%
[org.jdom2.input.sax.SAXHandler].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) 59 0 0.0%
[org.joda.time.format.PeriodFormat].buildRegExFormatter(java.util.ResourceBundle,java.util.Locale) 59 0 0.0%
[org.joda.time.format.PeriodFormatterBuilder$FieldFormatter].parseInto(org.joda.time.ReadWritablePeriod,java.lang.String,int,java.util.Locale) 75 0 0.0%
[org.joda.time.format.PeriodFormatterBuilder$FieldFormatter].getFieldValue(org.joda.time.ReadablePeriod) 43 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$Fraction].printTo(java.lang.Appendable,long,org.joda.time.Chronology) 35 0 0.0%
[org.joda.time.format.DateTimeFormat].parsePatternTo(org.joda.time.format.DateTimeFormatterBuilder,java.lang.String) 92 0 0.0%
[org.joda.time.format.ISODateTimeFormat].dateByMonth(org.joda.time.format.DateTimeFormatterBuilder,java.util.Collection,boolean,boolean) 32 0 0.0%
[org.joda.time.format.ISODateTimeFormat].dateByWeek(org.joda.time.format.DateTimeFormatterBuilder,java.util.Collection,boolean,boolean) 32 0 0.0%
[org.joda.time.format.ISODateTimeFormat].time(org.joda.time.format.DateTimeFormatterBuilder,java.util.Collection,boolean,boolean,boolean,boolean) 37 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$MatchingParser].parseInto(org.joda.time.format.DateTimeParserBucket,java.lang.CharSequence,int) 31 0 0.0%
[org.joda.time.format.DateTimeParserBucket].computeMillis(boolean,java.lang.CharSequence) 36 0 0.0%
[org.joda.time.format.ISODateTimeFormat$Constants]. () 59 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$TimeZoneOffset].printTo(java.lang.Appendable,long,org.joda.time.Chronology,int,org.joda.time.DateTimeZone,java.util.Locale) 38 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$TimeZoneOffset].parseInto(org.joda.time.format.DateTimeParserBucket,java.lang.CharSequence,int) 87 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$NumberFormatter].parseInto(org.joda.time.format.DateTimeParserBucket,java.lang.CharSequence,int) 39 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$TwoDigitYear].parseInto(org.joda.time.format.DateTimeParserBucket,java.lang.CharSequence,int) 59 0 0.0%
[org.joda.time.format.DateTimeFormatterBuilder$TextField].parseInto(org.joda.time.format.DateTimeParserBucket,java.lang.CharSequence,int) 43 0 0.0%
[com.ctc.wstx.util.WordSet$Builder].constructBranch(int,int,int) 45 0 0.0%
[com.ctc.wstx.util.TextBuffer].decodeElements(org.codehaus.stax2.typed.TypedArrayDecoder,com.ctc.wstx.sr.InputProblemReporter) 34 0 0.0%
[com.ctc.wstx.util.TextBuffer].contentsToArray(int[],char,int,int) 34 0 0.0%
[com.ctc.wstx.util.WordSet].contains(char[][],char,int,int) 45 0 0.0%
[com.ctc.wstx.util.WordSet].contains(char[],java.lang.String) 47 0 0.0%
[com.ctc.wstx.util.WordResolver].find(char[],int,int) 48 0 0.0%
[com.ctc.wstx.util.WordResolver].find(java.lang.String) 49 0 0.0%
[com.thoughtworks.xstream.core.JVM].main(java.lang.String[]) 48 0 0.0%
[org.codehaus.jettison.AbstractXMLEventWriter].add(javax.xml.stream.events.XMLEvent) 43 0 0.0%
[com.thoughtworks.xstream.io.json.AbstractJsonWriter].handleStateTransition(int,int,java.lang.String,java.lang.String) 165 0 0.0%
[org.xmlpull.v1.XmlPullParserFactory].newInstance(java.lang.String,java.lang.Class) 53 0 0.0%
[com.bea.xml.stream.reader.XmlReader$Utf8Reader].read(char[],int,int) 70 0 0.0%
[com.bea.xml.stream.reader.XmlReader]. (java.io.InputStream) 32 0 0.0%
[com.bea.xml.stream.reader.XmlReader].useEncodingDecl(java.io.PushbackInputStream,java.lang.String) 69 0 0.0%
[com.ctc.wstx.dtd.DTDNmTokensAttr].validate(com.ctc.wstx.dtd.DTDValidatorBase[],char,int,int,boolean) 32 0 0.0%
[com.ctc.wstx.dtd.DTDNmTokensAttr].validateDefault(com.ctc.wstx.sr.InputProblemReporter,boolean) 36 0 0.0%
[com.ctc.wstx.dtd.DTDValidator].validateElementStart(java.lang.String,java.lang.String,java.lang.String) 41 0 0.0%
[com.ctc.wstx.dtd.DTDEntitiesAttr].validate(com.ctc.wstx.dtd.DTDValidatorBase[],char,int,int,boolean) 38 0 0.0%
[com.ctc.wstx.dtd.DTDAttribute].validateDefaultNames(com.ctc.wstx.sr.InputProblemReporter,boolean) 35 0 0.0%
[com.ctc.wstx.dtd.DTDIdRefsAttr].validate(com.ctc.wstx.dtd.DTDValidatorBase[],char,int,int,boolean) 43 0 0.0%
[com.ctc.wstx.dtd.FullDTDReader].parseDirectiveFlattened() 42 0 0.0%
[com.ctc.wstx.dtd.FullDTDReader].readPI() 64 21 32.81%
[com.bea.xml.stream.samples.EventParse].printEvent(javax.xml.stream.XMLStreamReader) 46 0 0.0%
[org.joda.time.convert.ConverterSet].selectSlow(org.joda.time.convert.ConverterSet,java.lang.Class) 40 0 0.0%
[org.joda.time.convert.StringConverter].getDurationMillis(java.lang.Object) 32 0 0.0% []
[org.joda.time.convert.StringConverter].setInto(org.joda.time.ReadWritableInterval,java.lang.Object,org.joda.time.Chronology) 38 0 0.0% []
[com.ctc.wstx.evt.DefaultEventAllocator].allocate(javax.xml.stream.XMLStreamReader) 58 0 0.0%
[com.ctc.wstx.shaded.msv.org_isorelax.verifier.VerifierFactory].providers(java.lang.Class) 31 0 0.0%
[com.ctc.wstx.stax.WstxOutputFactory].createSW(javax.xml.transform.Result) 41 0 0.0%
[com.ctc.wstx.stax.WstxInputFactory].createSR(javax.xml.transform.Source,boolean) 57 0 0.0%
[com.thoughtworks.xstream.io.xml.PrettyPrintWriter].writeText(java.lang.String,boolean) 56 0 0.0% ['XmlFuzzer']
[com.bea.xml.stream.MXParser].nextImpl() 151 0 0.0%
[com.bea.xml.stream.MXParser].parseProlog() 50 0 0.0%
[com.bea.xml.stream.MXParser].parseEpilog() 46 0 0.0%
[com.bea.xml.stream.MXParser].parseStartTag() 91 0 0.0%
[com.bea.xml.stream.MXParser].parseAttribute() 139 0 0.0%
[com.bea.xml.stream.MXParser].parseEntityRef(boolean) 73 0 0.0%
[com.bea.xml.stream.MXParser].parseComment() 47 0 0.0%
[com.bea.xml.stream.MXParser].parsePI() 65 0 0.0%
[com.bea.xml.stream.MXParser].parseXmlDeclWithVersion(int,int) 66 0 0.0%
[com.bea.xml.stream.MXParser].parseDocdecl() 52 0 0.0%
[com.bea.xml.stream.MXParser].parseCDATA() 47 0 0.0%
[com.bea.xml.stream.MXParser].fillBuf() 38 0 0.0%
[com.bea.xml.stream.ReaderToWriter].write(javax.xml.stream.XMLStreamReader) 35 0 0.0%
[com.bea.xml.stream.AttributeBase].writeAsEncodedUnicode(java.io.Writer) 39 0 0.0%
[com.ctc.wstx.sax.WstxSAXParser].getFeature(java.lang.String) 32 0 0.0%
[com.ctc.wstx.sax.WstxSAXParser].setFeature(java.lang.String,boolean) 36 0 0.0%
[com.ctc.wstx.sax.WstxSAXParser].parse(org.xml.sax.InputSource) 59 0 0.0%
[com.ctc.wstx.sax.WstxSAXParserFactory].getFeature(java.lang.String) 34 0 0.0%
[com.ctc.wstx.sax.WstxSAXParserFactory].setFeature(java.lang.String,boolean) 38 0 0.0%
[org.codehaus.jettison.util.StringIndenter].indent() 43 0 0.0%

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
com.thoughtworks.xstream.core.util.DependencyInjectionFactory$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.PackageAliasingMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.BigDecimalConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.DoubleConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.security.ExplicitTypePermission$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$ValidFilenameFilter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.XStream11XmlFriendlyMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.core.SecurityUtils ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.ShortConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.QuickWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.StringConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.security.AnyTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.LocaleConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$Value ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.StackTraceElementFactory [] []
com.thoughtworks.xstream.core.util.PresortedMap$ArraySetComparator ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.XmlMap$XmlMapEntries ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.WeekFieldsConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ElementIgnoringMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_unmarshal_2__28 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$NamedItemType ['XmlFuzzer'] []
java.io.InputStream ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.AtomicLongConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RegexPatternConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Fields ['XmlFuzzer'] []
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriterHelper [] []
com.thoughtworks.xstream.io.xml.XppDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.FontConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__6 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.WstxDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.StackTraceElementConverter$StackTraceElementFactory ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.BinaryStreamWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.CharConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Dom4JReader ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByIdMarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$ArraysList ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.InstantConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.DynamicProxyConverter$Reflections$1 [] []
com.thoughtworks.xstream.converters.collections.SingletonMapConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$ImplicitCollectionMapperForClass ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.PathConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$type__27 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.DateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Dom4JDriver$1 ['XmlFuzzer'] []
java.nio.file.Paths ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDom2Driver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.StaxWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.security.ExplicitTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XStream11XmlFriendlyReplacer [] []
com.thoughtworks.xstream.converters.time.YearConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__9 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDom2Reader ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.SjsxpDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.ReaderDepthState ['XmlFuzzer'] []
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$Id ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.NativeFieldKeySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.XmlHeaderAwareReader ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.DefaultMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XppDomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$4 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.path.PathTrackingWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.TraxSource ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDomReader ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.PropertyDictionary ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$lambda_instantiateUsingSerialization_1__2 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.KXml2DomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.ReaderDepthState$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.DomReader ['XmlFuzzer'] []
com.bea.xml.stream.util.ArrayIterator ['XmlFuzzer'] []
com.thoughtworks.xstream.XStream$2 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Types ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__8 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.QNameMap ['XmlFuzzer'] []
java.io.PrintWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.CurrencyConverter ['XmlFuzzer'] []
java.util.concurrent.Callable [] []
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Primitives ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.BooleanConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeredCallbackFilter ['XmlFuzzer'] []
java.io.BufferedReader ['XmlFuzzer'] []
com.thoughtworks.xstream.security.WildcardTypePermission [] []
java.io.OutputStream ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.JavaClassConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.LocalConversionMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.MonthDayConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.naming.NoNameCoder ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ModifierToken ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.BinaryStreamWriter$IdRegistry ['XmlFuzzer'] []
com.thoughtworks.xstream.security.CGLIBProxyTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ISO8601SqlTimestampConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.DurationConverter$1 [] []
com.thoughtworks.xstream.converters.enums.EnumSetConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.CharArrayConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$2 ['XmlFuzzer'] []
java.lang.System ['XmlFuzzer'] []
com.thoughtworks.xstream.core.DefaultConverterLookup ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.LocalDateTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.ChronologyConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ISO8601GregorianCalendarConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.DynamicProxyMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.BinaryStreamReader ['XmlFuzzer'] []
com.thoughtworks.xstream.XStream$4 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByIdUnmarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.JettisonStaxWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.BEAStaxDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.HierarchicalStreams ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ImmutableFieldKeySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ArrayMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.DurationConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.NamedCollectionConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ListWrappingQueue ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.NativePropertySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.AtomicBooleanConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.CachingMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.AbstractReader$AttributeNameIterator ['XmlFuzzer'] []
java.io.BufferedWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter$2 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.MinguoDateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.FastStack ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.FilePersistenceStrategy ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ParenToken ['XmlFuzzer'] []
jdk.internal.org.objectweb.asm.Handler [] []
com.thoughtworks.xstream.core.util.ClassLoaderReference$Replacement [] []
com.thoughtworks.xstream.io.xml.SimpleStaxDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ArrayIterator ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.path.Path ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_orderValues_3__31 ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.PropertyEditorCapableConverter ['XmlFuzzer'] []
java.lang.Runtime ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.BigIntegerConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter$2 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.DurationConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter$lambda_getAttributeMap_0__17 ['XmlFuzzer'] []
XmlFuzzer ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$FieldLocation ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.URLConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.YearMonthConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AnnotationMapper$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.ZoneIdConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.OffsetDateTimeConverter ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$UnionToken ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ObjectIdDictionary ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$StringToken ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$lambda_instantiateUsingSerialization_0__3 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.PresortedMap ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__14 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.StaxDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.XStreamer [] []
com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItemIterator ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$Attribute ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.FieldDictionary$DictionaryEntry ['XmlFuzzer'] []
nu.xom.jaxen.saxpath.base.Token ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.DomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.SerializationMembers ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Dom4JDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.StringBuilderConverter ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ConditionToken ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.FieldKey ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$3 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.TypedNull ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SunLimitedUnsafeReflectionProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Xpp3Driver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XppDomReader ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider [] []
com.thoughtworks.xstream.converters.extended.RecordConverter$RecordComponent ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.PrioritizedList$PrioritizedItem ['XmlFuzzer'] []
javax.xml.xpath.XPath [] []
com.thoughtworks.xstream.converters.enums.EnumMapConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XppDomWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AnnotationMapper$UnprocessedTypesSet ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.xppdom.XppDom ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.TreeSetConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__11 ['XmlFuzzer'] []
org.joda.time.convert.StringConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.AtomicIntegerConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AttributeAliasingMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ClassAliasingMapper ['XmlFuzzer'] []
java.util.concurrent.Executor [] []
com.thoughtworks.xstream.converters.extended.UseAttributeForEnumMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XomWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.XStream ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.CGLIBMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.DependencyInjectionFactory$TypedValue ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.CharsetConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__7 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.EnumMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_marshal_0__20 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.URIConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.copy.HierarchicalStreamCopier [] []
com.thoughtworks.xstream.core.util.ObjectIdDictionary$IdWrapper ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AbstractXmlFriendlyMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.StringBufferConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__10 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JodaTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.CollectionConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.PackageAliasingMapper$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.OptionalDoubleConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.SingletonCollectionConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.XmlMap ['XmlFuzzer'] []
java.lang.ProcessBuilder [] []
com.thoughtworks.xstream.core.util.PresortedMap$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.security.RegExpTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.FileConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.xppdom.XppDomComparator ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.DomWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.MapBackedDataHolder ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.FieldAliasingMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.FileStreamStrategy ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.DefaultDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.enums.EnumSingleValueConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.SerializationMembers$1 [] []
com.thoughtworks.xstream.converters.extended.DynamicProxyConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.FloatConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.naming.StaticNameCoder ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.XmlArrayList ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XppReader ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ObjectIdDictionary$WeakIdWrapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.enums.EnumToStringConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDomWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.MXParserDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ActivationDataFlavorConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.JsonWriter$Format ['XmlFuzzer'] []
com.thoughtworks.xstream.security.InterfaceTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.core.SequenceGenerator ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ClassLoaderReference ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.DefaultImplementationsMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.XStream$3 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.KXml2Driver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.StatefulWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.TreeMarshallingStrategy ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$CharToken ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.naming.NameCoderWrapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.BeanProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.SubjectConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.AttributeNameIterator ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.PresortedSet ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.StackTraceElementConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.SystemClockConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter$2 ['XmlFuzzer'] []
com.thoughtworks.xstream.security.PrimitiveTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_unmarshal_1__26 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$StartNode ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.StaxDriver$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.Base64Codec ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ThreadSafePropertyEditor ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.PrettyPrintWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.path.PathTracker ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ThrowableConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache ['XmlFuzzer'] []
com.thoughtworks.xstream.core.TreeUnmarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Dom4JXmlWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.OrderRetainingMap ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.UUIDConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SunUnsafeReflectionProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.JavaMethodConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter$2$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__12 ['XmlFuzzer'] []
org.joda.time.convert.LongConverter ['XmlFuzzer'] []
java.nio.file.Files ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$EndNode ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ReflectionConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.BeanProperty [] []
com.thoughtworks.xstream.io.xml.StaxReader ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ClosureToken ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ImplicitCollectionMapper$ImplicitCollectionMappingImpl ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.MXParserDomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.LocalDateConverter ['XmlFuzzer'] []
org.joda.time.convert.NullConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.CompositeClassLoader ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.xppdom.XppFactory [] []
com.thoughtworks.xstream.converters.extended.SqlTimestampConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.NamedMapConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.AtomicReferenceConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.TreeMapConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ISO8601DateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ThreadSafePropertyEditor$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.ValueRangeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ReflectionProviderWrapper ['XmlFuzzer'] []
com.thoughtworks.xstream.security.ArrayTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.SqlTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$Visitor$Type [] []
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.SingleValueConverterWrapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.BinaryStreamDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.ImmutableTypesMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$MapIdToValue ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$ReverseEngineeringInvocationHandler ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SortableFieldKeySorter$FieldComparator ['XmlFuzzer'] []
com.thoughtworks.xstream.core.JVM$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$3 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$2 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDom2Writer ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$4$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.SelfStreamingInstanceChecker ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Base64JAXBCodec ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.FieldDictionary ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_orderValues_4__32 ['XmlFuzzer'] []
com.ctc.wstx.shaded.msv_core.datatype.regexp.Token$ConcatToken ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.TreeSetConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter$UnserializableParentsReflectionProvider$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.StandardStaxDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ColorConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.security.NoTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.OptionalLongConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Cloneables ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Pool ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.NamedArrayConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.SqlDateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.SecurityMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver ['XmlFuzzer'] []
org.joda.time.convert.DateConverter ['XmlFuzzer'] []
java.io.File ['XmlFuzzer'] []
com.thoughtworks.xstream.core.JVM ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ClassLoaderReference ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$lambda_invokeCanonicalConstructor_5__30 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.OptionalIntConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.LookAndFeelConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.OffsetTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.LambdaConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Xpp3DomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.AbstractJsonWriter$IllegalWriterStateException ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.JDomDriver ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.ComparingPropertySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.ArrayConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.MapConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.CustomObjectInputStream ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.GregorianCalendarConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.Base64Encoder ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter$type__29 ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ThreadSafeSimpleDateFormat ['XmlFuzzer'] []
com.thoughtworks.xstream.security.ProxyTypePermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.SerializableConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.IntConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ThrowableConverter$Ser [] []
com.thoughtworks.xstream.converters.time.JapaneseEraConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.XmlSet ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.BinaryStreamReader$IdRegistry ['XmlFuzzer'] []
com.thoughtworks.xstream.io.json.JsonWriter ['XmlFuzzer'] []
org.codehaus.jettison.util.FastStack ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.ISO8601JavaTimeConverter$from__13 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AttributeMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.binary.Token$Formatter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder [] []
com.thoughtworks.xstream.security.NoPermission ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.PropertiesConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.CustomObjectOutputStream$CustomPutField [] []
com.thoughtworks.xstream.core.util.FastField ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.TraxSource$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.LambdaMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter$CGLIBFilteringReflectionProvider ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.SystemAttributeAliasingMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.Dom4JWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.ByteConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.JapaneseDateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.security.TypeHierarchyPermission ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.PrioritizedList ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer [] []
com.thoughtworks.xstream.core.util.CustomObjectInputStream$CustomGetField [] []
com.thoughtworks.xstream.converters.collections.BitSetConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.CustomObjectOutputStream ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.AnnotationMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.security.NullPermission [] []
com.thoughtworks.xstream.converters.reflection.MissingFieldException ['XmlFuzzer'] []
com.thoughtworks.xstream.core.TreeMarshaller ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.LongConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.WeakCache$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$MappingList ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.basic.NullConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.PeriodConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.JavaFieldConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.CompactWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.enums.EnumConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.XStream$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.persistence.AbstractFilePersistenceStrategy$XmlMapEntriesIterator$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.XStream12FieldKeySorter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.ToStringConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.OptionalConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.time.HijrahDateConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.extended.RecordConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XomReader ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.reflection.ExternalizableConverter$1 ['XmlFuzzer'] []
com.thoughtworks.xstream.mapper.OuterClassMapper ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.SaxWriter ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.SimpleStaxDriver$StandardStaxDriverExtension ['XmlFuzzer'] []
com.thoughtworks.xstream.io.path.PathTrackingReader ['XmlFuzzer'] []
com.thoughtworks.xstream.io.xml.XStream11NameCoder [] []
com.thoughtworks.xstream.converters.time.LocalTimeConverter ['XmlFuzzer'] []
com.thoughtworks.xstream.core.util.DependencyInjectionFactory ['XmlFuzzer'] []
com.thoughtworks.xstream.converters.collections.TreeMapConverter$NullComparator ['XmlFuzzer'] []

Directories in report

Directory