News

In addition, typically an application requires these data arguments to be last on the command line, but that doesn’t always have to be the case. For example: java MyTool -a -b=logfile.inp data1 ...
In Checkstyle’s case, the default “maximum allowable number of parameters” for a constructor or method is 7 (same number as Steve McConnell’s recommendation).