Michał Kordas
|
404c0da6e7
|
Fix typos and formatting in PMD configuration, issue #744
|
2015-04-23 08:27:36 +02:00 |
Roman Ivanov
|
5a1b933da2
|
PDM design rules are expanded. Issue #744
|
2015-04-22 22:53:18 -07:00 |
Roman Ivanov
|
4d5d156c07
|
Update README.md
|
2015-04-22 15:57:08 -07:00 |
Roman Ivanov
|
e0cff00235
|
weird link was removed
|
2015-04-22 15:47:34 -07:00 |
Roman Ivanov
|
a0fc6b4637
|
PMD controversial rules are in play. Issue #744
|
2015-04-22 17:23:18 -04:00 |
Roman Ivanov
|
c62efbe340
|
commented some suppressed PMD controvercial rules. Issue #744
|
2015-04-22 17:15:08 -04:00 |
Roman Ivanov
|
bc9eae330a
|
PMD Rule:OneDeclarationPerLine Priority:4 Use one line for each declaration, it enhances code readability. Issue #744
|
2015-04-22 17:05:31 -04:00 |
Roman Ivanov
|
280807188a
|
activation of some PMD controvercial rules. Issue #744
|
2015-04-22 17:03:19 -04:00 |
Roman Ivanov
|
8e389e8e51
|
activation of some PMD controvercial rules. Issue #744
|
2015-04-22 16:51:49 -04:00 |
Roman Ivanov
|
a733182557
|
PMD Rule:AssignmentInOperand Priority:3 Avoid assignments in operands. Issue #744
|
2015-04-22 16:37:37 -04:00 |
Roman Ivanov
|
138c2ccc4c
|
explnations for exclusions for PMD controversial rules. Issue #744
|
2015-04-22 16:35:49 -04:00 |
Roman Ivanov
|
935863bd12
|
update for PMD controversial rules. Issue #744
|
2015-04-22 16:02:02 -04:00 |
Roman Ivanov
|
9b5594952d
|
Rule:UnnecessaryConstructor Priority:3 Avoid unnecessary constructors - the compiler will generate these for you. Issue #744
|
2015-04-22 12:38:46 -07:00 |
Roman Ivanov
|
682ae919e5
|
expanding controversial PMD rules. Issue #744
|
2015-04-21 22:44:53 -07:00 |
Roman Ivanov
|
9245b6f542
|
PMD coupling rules are enforced with some exclusions. Issue #744
|
2015-04-21 20:33:57 -04:00 |
Roman Ivanov
|
f9dbba7b0e
|
PMD comments rules are enforced with some exclusions. Issue #744
|
2015-04-21 16:50:22 -04:00 |
Roman Ivanov
|
ece98b65cb
|
Rule:CommentRequired Priority:3 XXXXXXXXXXCommentRequirement Required. Issue #744
|
2015-04-21 16:48:57 -04:00 |
Roman Ivanov
|
3b0a914b39
|
Rule:CommentRequired Priority:3 headerCommentRequirement Required. Issue #744
|
2015-04-21 13:42:05 -07:00 |
Roman Ivanov
|
cbb51d7852
|
Rule:CommentRequired Priority:3 XXXXXXXXXXCommentRequirement Required. Issue #744
|
2015-04-21 13:33:45 -07:00 |
Roman Ivanov
|
89dffea5e5
|
PMD size rules are enforced with some exclusions. Issue #744
|
2015-04-21 14:38:53 -04:00 |
Roman Ivanov
|
c9cf116fcb
|
PMD Rule:ExcessiveMethodLength Priority:3 Avoid really long methods. Issue #744
|
2015-04-21 10:48:28 -07:00 |
Roman Ivanov
|
7f65ac9c09
|
PMD Rule:ExcessiveMethodLength Priority:3 Avoid really long methods . Issue #744
|
2015-04-21 09:52:03 -07:00 |
Michal Kordas
|
bb1646fbcc
|
Provide exclusions for PMD 'optimizations' ruleset, issue #942
|
2015-04-20 14:30:34 -07:00 |
Michal Kordas
|
3ab0516997
|
Fix PMD violations from RedundantFieldInitializer rule, issue #942
|
2015-04-20 14:30:34 -07:00 |
Michal Kordas
|
2ce847c388
|
Enable AvoidNestedBlocks check for Checkstyle, issue #945
|
2015-04-19 10:54:31 -07:00 |
Michal Kordas
|
ba4f230c35
|
Fix generics with arrays handling in NoWhitespaceAfter, issue #931
|
2015-04-18 23:38:54 -07:00 |
Roman Ivanov
|
9e01e83bfb
|
Apply all Checks over Checkstyle code (preparation). Issue #945
|
2015-04-18 06:45:01 -07:00 |
Michał Kordas
|
aebf3b3274
|
Update Maven Javadoc Plugin to 2.10.3, issue #939
|
2015-04-17 07:17:17 +02:00 |
Michal Kordas
|
f984c15b7c
|
Move PMD configuration to separate file, issue #744
|
2015-04-16 12:35:24 -07:00 |
liscju
|
ffde404dba
|
Introduce new handler SynchronizedHandler for checking identation. Fixes Issue #580
|
2015-04-16 11:34:11 -07:00 |
Michal Kordas
|
8dbfd35435
|
Fix PMD violations from 'sunsecure' ruleset, issue #874
|
2015-04-16 07:07:41 -07:00 |
Michal Kordas
|
b798438ecd
|
Add test for non existing cache file, issue #921
|
2015-04-15 11:02:39 -07:00 |
Michal Kordas
|
1c42e3eeb9
|
Fix PMD violations from 'strings' ruleset, issue #873
|
2015-04-15 17:56:07 +02:00 |
Roman Ivanov
|
a1ad6dbd26
|
all findbugs validations are activated. final fix for issue #912
|
2015-04-13 17:23:30 -07:00 |
Roman Ivanov
|
1f330e03d4
|
suppress for findbugs violations SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS. Issue #912
|
2015-04-13 17:21:29 -07:00 |
Roman Ivanov
|
22a5c6af71
|
fix for findbugs violation SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS. Issue #912
|
2015-04-13 17:09:12 -07:00 |
Roman Ivanov
|
660f94170a
|
suppressions for findbugs violations. Issue #912
|
2015-04-13 16:40:31 -07:00 |
Roman Ivanov
|
d4578980b0
|
fix for findbugs violation JavadocNodeImpl to not return null for array type. Issue #912
|
2015-04-13 16:40:24 -07:00 |
Roman Ivanov
|
4ffb4d7f1b
|
fix for findbugs violation RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE. Issue #912
|
2015-04-13 16:40:19 -07:00 |
Michal Kordas
|
63b127c70d
|
Add tests to increase coverage after changes, issue #871
|
2015-04-13 14:43:00 -07:00 |
Michal Kordas
|
ee518dfe86
|
Fix PMD violations from 'logging-jakarta' ruleset, issue #871
|
2015-04-13 14:43:00 -07:00 |
Roman Ivanov
|
efc6142fb0
|
fix for build problems at JavadocNodeImpl
|
2015-04-13 10:37:52 -07:00 |
Roman Ivanov
|
15df751000
|
suppressions for Findbugs violations in gui package. Issue #912
|
2015-04-12 23:54:39 -07:00 |
Roman Ivanov
|
032faf4eb4
|
fix and suppressions for Findbugs violations UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR. Issue #912
|
2015-04-12 23:45:56 -07:00 |
Roman Ivanov
|
674176022a
|
suppressions for Findbugs violations DM_EXIT. Issue #912
|
2015-04-12 23:16:18 -07:00 |
Roman Ivanov
|
d8f642d4e2
|
suppressions for Findbugs violations DM_CONVERT_CASE should be resolved by issue #896. Issue #912
|
2015-04-12 23:10:23 -07:00 |
Roman Ivanov
|
5ab6d1a83e
|
suppressions for Findbugs violations BC_UNCONFIRMED_CAST. Issue #912
|
2015-04-12 22:55:33 -07:00 |
Roman Ivanov
|
dd7b7f59dd
|
suppressions for Findbugs violations DM_EXIT. Issue #912
|
2015-04-12 09:35:04 -07:00 |
Roman Ivanov
|
d2ddade960
|
suppressions for Findbugs violations REC_CATCH_EXCEPTION. Issue #912
|
2015-04-12 00:16:13 -07:00 |
Roman Ivanov
|
c911528de6
|
pdm and findbugs validations are enforced on Travis
|
2015-04-12 00:10:41 -07:00 |