Commit Graph

5361 Commits

Author SHA1 Message Date
liscju 3989e7b803 minor: Extracts isCharacterValidAfterGenericEnd method in GenericWhitespaceCheck 2015-12-03 05:34:51 -08:00
Baratali Izmailov b4c351b03d Issue #2642: ParseTreeBuilder was re-generated to have readable variable names 2015-12-02 18:35:20 -08:00
liscju 65865d1adc Issue #2640: Change abbreviationAsWordInName error message to contains name that violates a format 2015-12-02 10:22:00 +01:00
Roman Ivanov a49a541337 [maven-release-plugin] prepare for next development iteration 2015-11-30 06:34:30 -08:00
Roman Ivanov 997cd56966 [maven-release-plugin] prepare release checkstyle-6.13 2015-11-30 06:34:28 -08:00
Roman Ivanov c8d318b6aa doc: releasenotes 6.13, fix for checkstyle violations 2015-11-30 06:11:11 -08:00
Roman Ivanov 71021e661f doc: releasenotes 6.13 2015-11-30 06:04:53 -08:00
Andrei Selkin 57cecac86b minor: remove maven-failsafe-plugin from linkcheck excludes, since link was fixed 2015-11-30 05:33:13 -08:00
Roman Ivanov e2f1c7db68 minor: build-helper-maven-plugin version bump to 1.10 2015-11-26 22:25:06 -08:00
Roman Ivanov 0bf5f79320 Issue #2639: CPP is removed from allowed abbreviations, fix for Teamcity build 2015-11-26 22:21:07 -08:00
Roman Ivanov f60a9cfe8b Issue #2639: CSV is removed from allowed abbreviations 2015-11-25 11:01:14 -08:00
Roman Ivanov 3a55941f33 Issue #2639: CPP is removed from allowed abbreviations 2015-11-25 10:36:20 -08:00
Roman Ivanov 62522f91ef Issue #2639: RTE is removed from allowed abbreviations 2015-11-25 09:43:22 -08:00
Roman Ivanov 56df5087fe Issue #2639: RE is removed from allowed abbreviations 2015-11-25 08:47:47 -08:00
Roman Ivanov f8d7894b17 Issue #2639: ID is removed from allowed abbreviations 2015-11-25 08:03:20 -08:00
Roman Ivanov 9586ee86d1 Issue #2639: URI is removed from allowed abbreviations 2015-11-25 07:36:59 -08:00
Roman Ivanov 2e243db3fb Issue #2639: URL is removed from allowed abbreviations 2015-11-24 20:16:10 -08:00
Roman Ivanov 745e21f1e4 Issue #2639: XML is removed from allowed abbreviations 2015-11-24 19:12:37 -08:00
Roman Ivanov bf9325be91 Issue #2639: adjust AbbreviationAsWordInName in checkstyle_checks.xml to catch unexpected abbreviations 2015-11-21 17:51:07 -08:00
Michal Kordas fdd5ed77fd Issue #2080: Simplify JUnit assertion 2015-11-21 16:24:00 -08:00
Michal Kordas 22144522d6 Issue #2080: Exclude integration test resources from IDEA analysis 2015-11-20 21:46:05 +01:00
rnveach 4a97626c4f minor: fixed improper put that should be get 2015-11-20 11:05:42 -05:00
Andrei Selkin 2959d83ed2 Issue #2530: Refactoring of CommentsIndentationCheck 2015-11-19 05:47:31 -08:00
rnveach d58096b2b6 Issue #2451: deprecated AbstractComplexityCheck 2015-11-19 05:35:35 -08:00
rnveach 237dbc6866 Issue #2451: removed excess hierarchy from NPathComplexityCheck 2015-11-19 05:35:35 -08:00
Ilja Dubinin 17fe0633fd Issue #2608: Drag and drop has been removed from gui code. 2015-11-18 22:40:35 +00:00
Roman Ivanov c324b05dfd Revert "Issue #2290: Add 'skipCatchParameter' to skip catch parameter from validation"
This reverts commit 176301250b.
2015-11-18 05:53:18 -08:00
rnveach 0975fb750b Issue #2451: deprecated AbstractOptionCheck 2015-11-17 15:06:51 -08:00
rnveach 84c72ec320 Issue #2451: removed excess hierarchy from ImportOrderCheck 2015-11-17 15:06:51 -08:00
rnveach ed79281fff Issue #2451: removed excess hierarchy from CyclomaticComplexityCheck 2015-11-17 15:05:51 -08:00
rnveach 69ccfd3fa9 Issue #2451: removed excess hierarchy from SeparatorWrapCheck 2015-11-17 06:14:34 -08:00
rnveach c4cac1d520 Issue #2451: removed excess hierarchy from OperatorWrapCheck 2015-11-17 06:14:10 -08:00
rnveach bc646907e9 Issue #2451: removed excess hierarchy from MethodParamPadCheck 2015-11-17 06:13:42 -08:00
rnveach d2495fd0cf Issue #2451: removed excess hierarchy from EmptyForIteratorPadCheck 2015-11-17 06:33:06 -05:00
Michal Kordas 71950237c1 Issue #2344: Fix typos and grammar on Report Issue page 2015-11-16 14:47:25 -08:00
Michal Kordas 72a254be19 Pull #2607: Update JGit to 4.1.1.201511131810-r 2015-11-16 22:41:43 +01:00
Vladislav Lisetskiy 11639b8437 Pull #2605: Make methods private in RequireThisCheck 2015-11-16 10:01:48 +03:00
Vladislav Lisetskiy f52306ff77 Issue #2240: Fix false negative in RequireThisCheck 2015-11-15 06:23:40 -08:00
Andrei Selkin a0d00ea894 Issue #2590: Correct regexp for validation of commit message to disallow the last period 2015-11-15 10:14:33 +03:00
Takahashi Eikou d4313ab0e6 Issue #2601: Fixed NumberFormatException on Japanese environments 2015-11-14 13:38:07 -08:00
Andrei Selkin ac8daf291b doc: Correct xdoc/javadoc for ParameterNameCheck 2015-11-12 19:23:46 -08:00
rnveach 6ab9f8b898 Issue #2451: removed excess hierarchy from EmptyForInitializerPadCheck 2015-11-12 19:17:42 -08:00
rnveach 15557f448c Issue #2451: removed excess hierarchy from AbstractParenPadCheck 2015-11-12 19:16:51 -08:00
rnveach 9faf80abae Issue #2451: removed excess hierarchy from RightCurlyCheck 2015-11-12 19:16:17 -08:00
rnveach 1edb2ce5f7 Issue #2451: documented missing properties for MethodNameCheck 2015-11-12 19:15:30 -08:00
rnveach 9eec8df605 Issue #2451: removed excess hierarchy from LeftCurlyCheck 2015-11-12 19:15:09 -08:00
rnveach 63668c23e4 Issue #2589: Removed unneeded warning comments in IT. 2015-11-12 19:08:40 -08:00
rnveach c29af9d036 Issue #2589: Unify IT input file locations with tests. 2015-11-12 19:08:40 -08:00
rnveach 7a4ec11d12 Issue #2589: Unify IT test code. 2015-11-12 19:08:40 -08:00
Roman Ivanov 41044d42b8 infra: substitude hardcoded version with calculated 2015-11-12 17:42:38 -08:00