We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No exception
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
Exception thrown here:
orientdb/core/src/main/java/com/orientechnologies/orient/core/sql/functions/coll/OSQLFunctionTraversedElement.java
Lines 131 to 132 in 6296c89
Seems like x should be initialized to listStack.size() - 1.
x
listStack.size() - 1
The text was updated successfully, but these errors were encountered:
Hi @Y0ba
Good catch, thank you very much, I'm fixing it now
Thanks
Luigi
Sorry, something went wrong.
Fix IndexOutOfBounds on traversedElement() function
769f402
Resolves: #8624
I'm pushing the fix right now, it will be released with v 3.0.10
1b26777
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.9
Java Version: 11.0.1+13
OS: Windows 10
Expected behavior
No exception
Actual behavior
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
Exception thrown here:
orientdb/core/src/main/java/com/orientechnologies/orient/core/sql/functions/coll/OSQLFunctionTraversedElement.java
Lines 131 to 132 in 6296c89
Seems like
x
should be initialized tolistStack.size() - 1
.The text was updated successfully, but these errors were encountered: