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 7b3a329cf8 removing ignoreDirectoryName option from PackageDeclarationCheck
This option duplicates compilation error and has no sense to be run
on successfully compiled java sources.
2014-11-30 08:53:08 -08: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 be7d2571b8 shows all the checks. 2011-01-31 22:32:02 +11:00
Oliver Burn 6f46bd4e83 fixing the line endings 2010-09-30 13:36:23 +10:00
Oleg Sukhodolsky 6cee5e024e Moving DescendantToken check to main distribution. 2003-08-19 06:20:47 +00:00
Rick Giles 4a0b798adb Correct Checkstyle errors. 2003-07-23 22:28:19 +00:00
Rick Giles bd6eaf0dd8 Xpath semantics for checking paths in syntax tree. 2003-07-23 14:22:41 +00:00
Rick Giles 8acc405dd3 Tim Tyler's check for descendant token counts 2003-07-20 13:57:58 +00:00
Oliver Burn ff05a6ff5e Patch from Oleg Sukhodolsky to fix documentation. (bug 727896) 2003-04-28 12:28:29 +00:00
Lars Kühne c8a0d72210 reset message collector in filesetchecks 2003-04-18 09:12:33 +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 0b9d1c616f use new helper method to avoid duplicate code 2003-02-15 16:11:28 +00:00
Lars Kühne 92b53e0d99 implementations for the examples in docs/writingchecks.html 2002-12-26 16:33:41 +00:00