Aleksandr Ivanov
|
acbd47a66b
|
ImportOrder enabled in configuration #1448
|
2015-07-23 08:58:42 +03:00 |
Andrei Selkin
|
2661faec4c
|
Add UniquePropertiesCheck into checkstyle_checks.xml, issue #1129.
|
2015-07-21 17:56:45 -07:00 |
Andrei Selkin
|
6c1b26a836
|
Fix RegexpHeader causing exception with default config, issue #1129.
|
2015-07-18 12:41:27 +03:00 |
Bhavik Patel
|
4e821bf489
|
Fix AbstractClassName Check on checkstyle code #945
|
2015-07-05 22:46:29 -07:00 |
Bhavik Patel
|
ec414646ea
|
Fix AvoidEscapedUnicodeCharacters Check in Checkstyle Code. #945
|
2015-06-27 23:10:49 -07:00 |
Roman Ivanov
|
efb8158021
|
checkstyle_checks.xml was extended to catch TODO and FIXME, javadoc/xdoc also updated to have more useful example
|
2015-06-27 20:47:40 -07:00 |
Bhavik Patel
|
bc83a3a82f
|
Fix AbbreviationAsWordInName Check in Checkstyle Code. #945
|
2015-06-27 21:22:53 +05:30 |
Bhavik Patel
|
8becd3328d
|
Fix EmptyStatement Check violations in Checkstyle code. #945
|
2015-06-10 17:38:25 -07:00 |
Bhavik Patel
|
bdcccce38c
|
Enable UncommentedMain Check on Checkstyle code #945
|
2015-06-10 23:49:36 +05:30 |
Michal Kordas
|
5fae8f1bd3
|
Configure RegexpSinglelineJava to detect non-ASCII characters. #1165
|
2015-06-06 23:03:41 +02:00 |
Michal Kordas
|
716292c2b8
|
Fix ThrowsCount check violations in Checkstyle code. #945
|
2015-05-28 14:18:23 -07:00 |
Michal Kordas
|
edc4cc9ffc
|
Fix Regexp check causing exception on file with newline on top. #1129
|
2015-05-26 02:55:58 +02:00 |
Michal Kordas
|
4e0cb46ae5
|
Fix RegexpMultiline causing exception with default config. #1129
|
2015-05-26 02:20:05 +02:00 |
Michal Kordas
|
0f58857d73
|
Change location of left curly braces to end of line. #1089
|
2015-05-17 13:47:09 +02:00 |
Michal Kordas
|
466b1ebb31
|
Fix SeparatorWrap Check violations in Checkstyle code. #945
|
2015-05-13 09:47:17 -07:00 |
Michal Kordas
|
3300c3c835
|
Enable several Checkstyle Checks on codebase, issue #945
|
2015-05-10 21:04:18 +02:00 |
Michal Kordas
|
a0acabc125
|
Fix FallThrough check violation in code, issue #945
|
2015-05-03 11:34:00 -07:00 |
Michal Kordas
|
0f543a21fe
|
Fix DeclarationOrder check violations in Checkstyle code, issue #1049
|
2015-05-02 23:27:11 -07:00 |
Michal Kordas
|
d784ab7f69
|
Enable several Checkstyle checks on code, issue #945
|
2015-05-01 22:38:17 -07:00 |
Michal Kordas
|
e63c0fb258
|
Enable EmptyLineSeparator check, issue #1040
|
2015-05-02 01:32:54 +02:00 |
Michal Kordas
|
4f9b3cdad8
|
Fix EmptyCatchBlock violations in Checkstyle codebase, issue #945
|
2015-05-01 15:19:10 +02:00 |
Michal Kordas
|
51b2114e61
|
Fix AnnotationLocation violation in Checkstyle codebase, issue #945
|
2015-04-26 09:15:13 -07:00 |
Michal Kordas
|
f374e2e7a0
|
Fix AvoidStaticImport check violations in codebase, issue #979
|
2015-04-26 09:13:56 -07:00 |
Michal Kordas
|
55b266cd92
|
Fix AtclauseOrder check violations in codebase, issue #978
|
2015-04-26 02:30:41 +02:00 |
Michal Kordas
|
2ce847c388
|
Enable AvoidNestedBlocks check for Checkstyle, issue #945
|
2015-04-19 10:54:31 -07:00 |
Roman Ivanov
|
9e01e83bfb
|
Apply all Checks over Checkstyle code (preparation). Issue #945
|
2015-04-18 06:45:01 -07:00 |
Michal Kordas
|
44e274bfba
|
Remove unnecessary semicolons to fix PMD violations, issue #744
All violations of rule [EmptyStatementNotInLoop](http://pmd.sourceforge.net/pmd-5.2.3/pmd-java/rules/java/empty.html#EmptyStatementNotInLoop) are fixed. Empty statements sometimes were used to trick Checkstyle to allow empty blocks. While generally empty blocks are bad practice, there are too many of them in Checkstyle code to fix them in scope of this commit. Instead, [EmplyBlock](http://checkstyle.sourceforge.net/config_blocks.html#EmptyBlock) setting was changed to allow empty block when there is comment inside it for Checkstyle codebase.
|
2015-03-11 15:40:55 -07:00 |
Roman Ivanov
|
751fb58811
|
all additional configuration files were moved to config folder
|
2015-02-03 13:55:05 -08:00 |