Commit Graph

242 Commits

Author SHA1 Message Date
rnveach 2ba55edc4e Issue #2268: require all checks appear in checkstyle_checks.xml 2015-10-29 21:10:29 -07:00
rnveach 10ebe0d8d3 Issue #2451: removed excess hierarchy from PackageNameCheck 2015-10-29 19:11:12 -04:00
rnveach 50a13cf5bd Issue #2451: removed excess hierarchy from MissingCtorCheck 2015-10-29 16:44:47 -04:00
rnveach d74f5bb61c Issue #2451: removed excess hierarchy from MissingSwitchDefaultCheck 2015-10-29 10:27:18 -04:00
rnveach 797bed5c6b Issue #2453: removed xdoc of CustomImportOrder.samePackageMatchingDepth 2015-10-28 13:30:47 -04:00
rnveach 50e9439fa2 Issue #2442: added xdoc check validation 2015-10-27 22:36:48 -04:00
rnveach 5b345b5748 Issue #2421: removed unneeded suppressions 2015-10-26 18:35:41 -04:00
Roman Ivanov a6bf0ef27c Issue #2421: ReturnCount violation is resolved 2015-10-26 05:46:26 -07:00
Michal Kordas 66ed32ae55 Issue #792: Remove obsolete comments on 'serialVersionUID' fields 2015-10-25 21:50:05 +01:00
rnveach 344ea5c012 Issue #2421: enabling checking on it folder 2015-10-25 14:30:20 -04:00
rnveach 6b902e2af6 Issue #2421: enabling checking on it folder 2015-10-25 14:20:00 -04:00
Roman Ivanov d1a6a43710 Issue #2421: Cyclomatic Complexity and ReturnCount violations are resovled 2015-10-25 09:21:51 -07:00
rnveach a2ae6fa3a8 Issue #2421: enabling checking on it folder 2015-10-25 10:21:26 -04:00
Roman Ivanov ee48ba1944 Issue #2421: separation of questionable supperessions 2015-10-25 07:13:50 -07:00
rnveach 464a7dd3fe Issue #2421: enabling checking on it folder 2015-10-24 21:39:18 -04:00
Roman Ivanov eb50e333a4 Issue #2421: suppression was splitted 2015-10-24 17:47:32 -07:00
rnveach 111cbbaf2a Issue #2421: enabling checking on it folder 2015-10-24 19:17:26 -04:00
Michal Kordas ff45368856 Issue #2433: Exclude lines with imports in LineLength check 2015-10-24 16:02:00 -07:00
rnveach 617178cb1f Issue #2421: started enabling some checking on it folder 2015-10-24 14:35:08 -04:00
rnveach 3a2cb4d787 Issue #2421: enabled final local variable for test folder 2015-10-24 06:43:37 -07:00
rnveach 75da2ef6ac Issue #2421: enabled line length for test folder 2015-10-23 20:25:26 -04:00
rnveach d35dc97039 Issue #2421: expanded checks on test directory 2015-10-22 17:07:10 -04:00
rnveach df28ab0439 Issue #2161: unify test input locations for comments package 2015-10-19 22:03:41 -07:00
rnveach 5aacffce41 Issue #2161: unify test input locations for javadoc package 2015-10-19 05:09:06 -07:00
rnveach bf94ea4127 Issue #2161: unify test input locations for javadoc package 2015-10-15 18:48:24 -04:00
Roman Ivanov 1f0b9653e1 minor: attention comment was added 2015-10-15 07:12:32 -07:00
rnveach 6d20b67e0f Issue #2161: unify test input locations for metrics package 2015-10-14 17:50:12 -07:00
rnveach 051988943b Issue #2161: unify test input locations 2015-10-13 23:17:29 -04:00
WonderCsabo 885d998eeb Deploy snapshots versions in CI 2015-10-10 18:42:55 -07:00
Roman Ivanov 947b30dd6e Issue #985: Fix PMD violations for ShortVariable rule (final) 2015-10-08 17:14:01 -07:00
Roman Ivanov b4bbea4c05 Issue #996: PMD violations PreserveStackTrace 2015-10-07 18:05:26 -07:00
Roman Ivanov 9c0ce8e0ec Issue #997: PMD violations EmptyMethodInAbstractClassShouldBeAbstract 2015-10-07 17:57:54 -07:00
Roman Ivanov 9ff4d78be8 Issue #974: PMD violation ConfusingTernary (final fix) 2015-10-07 17:56:17 -07:00
Roman Ivanov 7c5092271d minor: old PMD suppressions were removed 2015-10-07 12:54:29 -07:00
Roman Ivanov 3a0c8e63df minor: old suppressions for findbugs were removed 2015-10-07 11:12:19 -07:00
Roman Ivanov aa14caf4c6 minor: changes in pmd suppress format 2015-10-07 08:37:26 -07:00
Roman Ivanov 5f5142b232 Issue #985: Fix PMD violations for ShortVariable rule 2015-10-06 19:33:06 -07:00
Andrei Selkin b8f2d25b64 Issue #2166: Add 'requiredTranslations' option to Translation check 2015-09-26 15:02:59 -07:00
Michal Kordas d282053d9c Issue #2080: Fix typos in code 2015-09-25 00:10:27 +02:00
Michal Kordas 5391df4363 Issue #2213: Print missing cause of exception to console on error 2015-09-20 05:48:39 -07:00
Michal Kordas 9fcb40a184 Issue #2080: Fix AbstractClassWithoutAbstractMethods rule violations 2015-09-18 22:28:18 +02:00
Michael Osipov b6d9344d1c Pull #2034: Use StandardCharsets and get rid of UnsupportedEncodingException 2015-09-17 15:01:39 -07:00
Ilja Dubinin e29dc4d398 Issue #46: public empty array has been moved to another class and become private 2015-09-15 17:24:17 -07:00
Michal Kordas 6c07f80863 Issue #961: Remove already fixed exclusion from PMD configuration 2015-09-14 23:10:03 +02:00
Andrei Selkin b9d3a7e995 Issue #215: Updated checkstyle_checks.xml to use ParameterNumber in default configuration 2015-09-09 14:00:04 -07:00
Roman Ivanov a3b229b5d8 Issue #2080: VtlReferencesInspection is disabled as it produce a lot of false-positives 2015-09-07 15:43:27 -07:00
Roman Ivanov 78103da033 Issue #2080: name violations are fixed, checkstyle suppressions were updated to validate names in tests too 2015-09-06 17:23:55 -07:00
Roman Ivanov 9ef8a38684 Revert "Issue #2065: additional attempt to resolve violation on TeamCity, DeclareCollectionAsInterface is disabled"
This reverts commit 18d5fd7eeb.
2015-09-06 15:37:09 -07:00
Michal Kordas 20b73ed383 Issue #2131: Add inspection scope profile for IDEA analysis 2015-09-06 22:55:23 +02:00
Roman Ivanov 18d5fd7eeb Issue #2065: additional attempt to resolve violation on TeamCity, DeclareCollectionAsInterface is disabled 2015-09-06 06:34:07 -07:00