Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFind and Find All kws cannot handle empty root node argument #46
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If earlier Find operations fail for wanted root node there comes following kind of exception when using that as root node for Find and Find All kws:
java.lang.RuntimeException: java.lang.IllegalArgumentException: java.lang.ClassCastException@110f4f0e
It should fail with proper error message that not valid root argument.
There should be acceptance test in our test set for this.