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
Michal Kordas
4d8d047f46
Issue #2080 : Fix typos in code
...
Fixes some `SpellCheckingInspection` inspection violations.
Description:
>Spellchecker inspection helps locate typos and misspelling in your code, comments and literals.
2015-09-06 14:17:36 +02:00
Michal Kordas
d105a27046
Issue #1555 : Tune down inspection for overridden parameter names
...
ParameterNameDiffersFromOverriddenParameter does not require parameters to match names anymore if method is from external library and parameter may be wrongly named there.
2015-09-05 23:07:11 +02:00
Andrei Selkin
984fd1cb8f
Issue #2092 : Activated TranslationCheck in checkstyle_checks.xml.
2015-09-05 16:01:48 +03:00
Michal Kordas
f7e41edb94
Issue #2080 : Replace ternary condition operator with if
...
Fixes `ConditionalExpression` inspection violations.
Description:
>Reports the ternary condition operator. Some coding standards prohibit the use of the condition operator, in favor of if-else statements.
2015-09-03 18:07:24 -07:00
Michal Kordas
de39a36a6b
Issue #2080 : Enable AbstractClassNamingConvention inspection
2015-09-03 18:05:00 -07:00
Michal Kordas
b115e9afe5
Issue #2080 : Replace tabs with spaces
...
Fixes `ProblematicWhitespace` inspection violations introduced in recent commits.
Description:
>Reports tabs used for indentation when the code style is configured to use only spaces.
2015-09-03 18:04:08 -07:00
Michal Kordas
a3daead123
Issue #2065 : Add suppression for IntelliJ IDEA inspection as comment
2015-09-03 21:47:35 +02:00
Andrei Selkin
ab4bce61c5
Issue #945 : Added 'IllegalCatch' into checkstyle_checks.xml.
2015-09-03 06:11:18 -07:00
Michal Kordas
137caa82cb
Issue #2065 : Add suppression for IntelliJ IDEA inspection
...
Inspection in this case is right. Parameter `Properties` can be replaced with `Map<Object, Object>`. It works fine with Checkstyle, but it breaks binary compatiblity with Maven Checkstyle Plugin, which is not acceptable.
2015-09-03 05:55:42 -07:00
Roman Ivanov
3cef81032c
Issue #1678 : Enable Checkstyle checks for 'gui' package
2015-08-31 21:37:06 -07:00
Michal Kordas
b9bdf9f8e1
Issue #1555 : Instructions to enable IntelliJ IDEA Inspections
2015-08-31 21:13:47 -07:00
Roman Ivanov
72b7300c98
minor: ordering in config
2015-08-31 13:48:48 -07:00
Baratali Izmailov
49a0ee8171
Issue #1566 : Fixed SummaryJavadocCheck violations.
2015-08-31 15:58:35 -04:00
Ruslan Diachenko
bca6d627ac
Issue #1566 : WriteTag violations fixed
2015-08-31 20:14:01 +01:00
Ruslan Diachenko
c899af31c1
Issue #1566 : JavadocParagraph violations fixed
2015-08-31 19:51:27 +01:00
Ruslan Diachenko
a1128cd742
Issue #1566 : JavadocTagContinuationIndentation violations fixed
2015-08-31 18:43:28 +01:00
Baratali Izmailov
cf85a72f3d
Issue #1566 : Fix for SingleLineJavadoc's violations
2015-08-31 11:49:51 -04:00
Ruslan Diachenko
d410b2a21c
Issue #1566 : ClassFanOutComplexity turned on
2015-08-31 08:11:34 -07:00
Ruslan Diachenko
54ff2757df
Issue #1566 : OverloadMethodsDeclarationOrder violations fixed
2015-08-31 06:58:02 -07:00
Ruslan Diachenko
39f752cd88
Issue #1566 : VariableDeclarationUsageDistance violations fixed
2015-08-31 14:17:55 +01:00
Roman Ivanov
3b6beec969
Issue 1566: grouping of Checks and activate some of them
2015-08-30 23:13:33 -07:00
Roman Ivanov
dd0c697902
Issue 1566: comment was added to ignored Checks
2015-08-30 22:55:52 -07:00
Roman Ivanov
83b0e16b0a
Issue 1566: all Checks are activated with ignore severity
2015-08-30 14:08:04 -07:00
Baratali Izmailov
a960c379bc
Issue #1566 : CyclomaticComplexityCheck activated in checkstyle_checks
2015-08-30 06:54:15 -07:00
Baratali Izmailov
b576ccf879
Issue #1566 : Fixed CyclomaticComplexity violations in RightCurlyCheck
2015-08-30 06:54:15 -07:00
Baratali Izmailov
f32bcd07ee
Issue #1566 : Fixed CyclomaticCompexityCheck violation in RightCurlyCheck
2015-08-29 14:47:22 -04:00
Ruslan Diachenko
a95266d1a1
Issue #1566 : ReturnCount check activated
2015-08-29 06:13:15 -07:00
Baratali Izmailov
972ec196af
Issue #1566 : Added ClassDataAbstractionCoupling to checkstyle_checks
2015-08-28 22:39:03 -07:00
Andrei Selkin
b79466ba09
Restricted suppression for IllegalTypeCheck, issue #1805
2015-08-28 10:47:02 -07:00
Baratali Izmailov
ee84bccfe1
Issue #1566 : Fixed JavaNSCC violations
2015-08-28 10:45:59 -07:00
Baratali Izmailov
33b12f5f3d
Issue #1566 : Added NPathComplexityCheck to checkstyle_checks
2015-08-27 13:23:44 -04:00
Baratali Izmailov
a8ad56697b
Issue #1566 : Added ExecutableStatementCountCheck to checkstyle_checks
2015-08-27 10:59:14 -04:00
Baratali Izmailov
5b01236f52
Issue #1566 : Refactoring of JavadocMethodCheck to reduce its method length.
2015-08-27 06:30:30 -07:00
Ruslan Diachenko
085ce12db0
Issue #1566 : MultipleStringLiterals violations fixed
2015-08-26 00:00:09 +01:00
Andrei Selkin
841746e9c3
Removed suppression for SwitchDensity rule from PMD, issue #973
2015-08-25 04:59:50 -07:00
Michal Kordas
e15a64e6c7
Remove obsolete entry from PMD configuration. #877
2015-08-25 04:52:50 -07:00
Michal Kordas
8f86620e72
Fix typos in quality profile files. #1555
...
Fixes some `SpellCheckingInspection` inspection violations.
Description:
>Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.
2015-08-25 04:38:37 -07:00