AbstractXMLStreamReader.getTextCharacters throws ArrayIndexOutOfBoundsException if the number of the characters is greater than the buffer's length.
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at de.odysseus.staxon.base.AbstractXMLStreamReader.getTextCharacters(AbstractXMLStreamReader.java:588)
at de.odysseus.staxon.base.AbstractXMLStreamReaderTest.testTextCharacters(AbstractXMLStreamReaderTest.java:87)
AbstractXMLStreamReader.getTextCharacters throws ArrayIndexOutOfBoundsException if the number of the characters is greater than the buffer's length.
java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at de.odysseus.staxon.base.AbstractXMLStreamReader.getTextCharacters(AbstractXMLStreamReader.java:588) at de.odysseus.staxon.base.AbstractXMLStreamReaderTest.testTextCharacters(AbstractXMLStreamReaderTest.java:87)