Nigel Daley wrote:
FWIW, running just this rule:
<module name="Indentation">
<property name="basicOffset" value="2" />
<property name="caseIndent" value="2" />
</module>
with trunk still yields 1799 indentation errors.
I get 1644, but I see your point. % grep indentation build/test/checkstyle-errors.html | wc -l 1644From a non-scientific sample, it looks like at least some of these are the parameter list indentation issue.
Doug
