return count Checkstyle rule/latest eclipse checkstyle plugin

Rod Widdowson rdw at steadingsoftware.com
Sun Jul 10 05:44:32 EDT 2016


Is it my imagination or have does the latest checkstyle plugin for eclipse
(6.19.1.201607051943) break the ReturnCount rule?

We have

    <module name="ReturnCount">
      <property name="max" value="8"/>
    </module>

And yet it complains about a return count of 2...

I'm supressing this rule locally and I'm trying to enter a case, meantime
you might want to avoid this update.



More information about the dev mailing list