Depending on what local variable types are used in the user's Java code (and even on which Java compiler is being used!) a call intended for `DSL#all(Field...)` may end up being compiled to call `DSL#all(Object...)`. To guard against such situations the `DSL#all(Object...)` and `DSL#any(Object...)` methods now check if the argument is actually an instance of `Field[]`. Also fixes parser, which was a victim of the problem described above. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||