Commit Graph

19 Commits

Author SHA1 Message Date
ychulovskyy 0343b58a76 Issue #540 Unable to instantiate RedundantThrows when run checkstyle with "-c sun_checks.xml" parameter 2014-12-25 21:17:53 -08:00
Michal Kordas 4297ca50a9 MutableException check requires class to explicitly extend some other class (for issue #60) 2014-12-20 10:12:45 -08:00
Michal Kordas 86e743f605 Remove StrictDuplicateCodeCheck and whole package #523 2014-12-20 02:49:25 +01:00
Ivan Sopov 07939ec726 Merge branch 'master' of github.com:picomancer/checkstyle into picomancer-master 2013-10-07 09:31:17 +03:00
Andrew Gaul c876d2431e Correct typos
Many fixes to the documentation.
2013-10-06 13:35:54 -07:00
picomancer 788f87df4d chmod all files to 644 2013-10-05 00:22:22 -04:00
Roman Ivanov 93322bd3df fix from Antonio Ospite was applied to remove remnants of DoubleCheckedLocking #sf705 2013-10-03 16:41:56 -07:00
Oliver Burn 6f46bd4e83 fixing the line endings 2010-09-30 13:36:23 +10:00
Rick Giles 3e458d07a7 Template configuration, RFE 954442 2004-05-29 09:56:00 +00:00
Rick Giles 9bb2ad91c9 renamed DesignForInheritanceCheck to DesignForExtensionCheck 2003-05-22 23:25:22 +00:00
Lars Kühne 36d1d1bd0f make DesignForInheritance a warning
record rfe id for "wait outside loop"
2003-03-31 17:58:55 +00:00
Oliver Burn f09c190dff Added support for metadata in the configuration file. This required increasing
the version number to 1.1. I thought this made sense, even though the change
was backwardly compatible.
2003-03-29 00:29:25 +00:00
Lars Kühne d468e6ae19 include new modules 2003-02-20 05:37:25 +00:00
Lars Kühne 4879a16d39 small doc fixes 2003-01-12 08:36:46 +00:00
Lars Kühne 51d759b703 added sample config that checks the advice from Bloch, Effective Java 2002-12-29 18:23:43 +00:00
Lars Kühne 5ce6ad4df6 ModifierCheck to ModifierOrderCheck 2002-12-29 08:46:55 +00:00
Rick Giles c92ed16e40 module name correction 2002-12-27 11:55:27 +00:00
Lars Kühne 58ce4c4097 fixed bug #648708, Misleading doc for checkUnusedThrows
Renamed property checkUnusedThrows to allowUndeclaredRTE to better reflect the meaning of the property.
2002-12-27 09:31:33 +00:00
Lars Kühne c3bcbdc249 example config file for openorb 2002-12-26 16:29:26 +00:00