Hardy Ferentschik commented on an issue
Bean Validation TCK / Bug BVTCK-64
Fix tests which pass wrong-sized argument arrays to validateParameters()
Some tests pass argument arrays of the wrong size to {{validateParameters()}}.

This was not noticed so far since these tests either are for cross-parameter validation or e.g. centered around the first parameter of a method with two parameters to which one argument is actually passed. This hinders though eagerly checking whether the number of arguments ...