Closed ehues closed 6 years ago
I notice that https://github.com/reinert/JJSchema/issues/70 has a similar stack trace, but I don't know how the reporter solved their problem.
I just solved this case. Do you need a new release? Please let me know.
Thanks for the prompt fix!
I don't need a release immediately.
Methods named
get()
cause a StringIndexOutOfBoundsException. I noticed this when I was trying to build a schema containing an Optional. e.g.The exception is
If the problem can't be fixed, I expect execution to terminate with an exception explaining that
get()
is a bad method name, or the getter to be silently ignored (possibly with a log message?).