You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ArrayIndexOutOfBoundsException: Byte index 28 is out of range 0..25 of SingleByteString[string=" <genre>Horror</genre>
"]
at org.eclipse.tm4e.core.internal.oniguruma.OnigString.throwOutOfBoundsException(OnigString.java:170)
at org.eclipse.tm4e.core.internal.oniguruma.OnigString$SingleByteString.getCharIndexOfByte(OnigString.java:144)
at org.eclipse.tm4e.core.internal.oniguruma.OnigScannerMatch.captureIndicesOfMatch(OnigScannerMatch.java:46)
at org.eclipse.tm4e.core.internal.oniguruma.OnigScannerMatch.<init>(OnigScannerMatch.java:34)
at org.eclipse.tm4e.core.internal.oniguruma.OnigScanner.findNextMatch(OnigScanner.java:39)
at org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRule(LineTokenizer.java:317)
at org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRuleOrInjections(LineTokenizer.java:329)
at org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scanNext(LineTokenizer.java:140)
at org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scan(LineTokenizer.java:131)
at org.eclipse.tm4e.core.internal.grammar.LineTokenizer.tokenizeString(LineTokenizer.java:564)
at org.eclipse.tm4e.core.internal.grammar.Grammar._tokenize(Grammar.java:342)
at org.eclipse.tm4e.core.internal.grammar.Grammar.tokenizeLine(Grammar.java:259)
at org.eclipse.tm4e.core.model.TMTokenizationSupport.tokenize(TMTokenizationSupport.java:81)
at org.eclipse.tm4e.core.model.TMModel$TokenizerThread.revalidateTokens(TMModel.java:250)
at org.eclipse.tm4e.core.model.TMModel$TokenizerThread.run(TMModel.java:173)
This does not always happen. But when it happens, the location always seems to be different.
ERROR 2024-12-09 10:13:48.592 [tm4e.TokenizerThread] org.eclipse.tm4e.core.model.TMModel - java.lang.ArrayIndexOutOfBoundsException: Byte index 28 is out of range 0..23 of SingleByteString[string=" <price>4.95</price>
"]
ERROR 2024-12-09 10:37:46.569 [tm4e.TokenizerThread] org.eclipse.tm4e.core.model.TMModel - java.lang.ArrayIndexOutOfBoundsException: Byte index 34 is out of range 0..32 of SingleByteString[string=" <title>Lover Birds</title>
"]
The text was updated successfully, but these errors were encountered:
In my case this happens quite often when comparing two xml files.
Steps to (sometimes) reproduce:
test.xml
with example content from heretest2.xml
This does not always happen. But when it happens, the location always seems to be different.
The text was updated successfully, but these errors were encountered: