[javac] /home/jenkins/workspace/jax-rpc-ri-master-build/jaxrpc-ri/src/com/sun/xml/rpc/streaming/FastInfosetReader.java:288: error: cannot find symbol
[javac] final int end = i + _charactersLength;
[javac] ^
[javac] symbol: variable _charactersLength
[javac] location: class FastInfosetReader
Class header says class FastInfosetReader extends StAXDocumentParser and in private boolean isWhiteSpaceCharacters() reference to parent _charactersLength is used, but this variable does not exist in later versions.
Later version of FastInfoset causes build error:
Class header says
class FastInfosetReader extends StAXDocumentParser
and inprivate boolean isWhiteSpaceCharacters()
reference to parent_charactersLength
is used, but this variable does not exist in later versions.