On 11/03/2012 17:06, Brian Goetz wrote:
We definitely should setup a script or something to catch these issues automatically, just need to work out what the pattern. The @run tag isn't needed when the default suffice (for .java tests it's compile + run, for .sh tests it's run).I would think scanning for test files that have a main() method but not a @run tag would be a good way to find more of these...
-Alan