ivanov-alex
|
44b3fe0b14
|
Updated description for RedundantImport
Mentioning that static imports are allowed from java.lang and same package.
|
2015-06-16 12:08:48 +03:00 |
Roman Ivanov
|
1634289dd3
|
suppression rules for NPathComplexity. #953
|
2015-06-15 23:33:51 -07:00 |
Roman Ivanov
|
d0d9220e28
|
added explanation of exclusion for XXXXXCyclomaticComplexity. #954
|
2015-06-15 23:22:02 -07:00 |
Roman Ivanov
|
a5dcfb66cb
|
Cyclomatic complexity become 11. #954
|
2015-06-15 22:45:32 -07:00 |
Roman Ivanov
|
d88c251ae4
|
HideUtilityClassConstructor was updated to follow Cyclomatic complexity. #954
|
2015-06-15 22:25:54 -07:00 |
Roman Ivanov
|
3ba66c7d22
|
ImportOrderCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-15 20:51:33 -07:00 |
Roman Ivanov
|
857dc7720f
|
ModifierOrderCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-15 20:27:02 -07:00 |
Roman Ivanov
|
43e856a0df
|
WhitespaceAfterCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-15 20:23:02 -07:00 |
Roman Ivanov
|
6475d9dc1b
|
system-rules updated to 1.11.0
|
2015-06-15 19:35:04 -04:00 |
Roman Ivanov
|
bee00ba9c3
|
chat room was removed from support chapter to force users use mail-list or stackoverflow or .... smth with persistent history.
|
2015-06-15 16:08:23 -07:00 |
Michal Kordas
|
6b9a9191d9
|
Add TravisCI build for assembly creation. #1204
|
2015-06-15 14:30:06 -07:00 |
Michal Kordas
|
f45a487df9
|
Update Maven Shade Plugin to 2.4. #1204
|
2015-06-15 14:30:06 -07:00 |
Roman Ivanov
|
b4cec8170a
|
MagicNumberCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-15 00:29:47 -07:00 |
Roman Ivanov
|
bdda55ed1b
|
AbbreviationAsWordInNameCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-15 00:12:35 -07:00 |
Aleksandr Ivanov
|
fd33eb9c26
|
Fixed exception in AvoidStaticImport check trying to exclude members of inner class. #1209
|
2015-06-14 22:30:48 -07:00 |
Roman Ivanov
|
68dbad5779
|
SuppressElement updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
779aa37ffc
|
WhitespaceAroundCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
ec426aa0db
|
fix for findbugs violation. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
7c1d239748
|
GenericWhitespace updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
fb5cf24988
|
EmptyLineSeparator updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
842c152be6
|
RegexpCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
e030d1463c
|
RedundantModifierCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
fbbbc950e7
|
CustomImportOrderCheck was temporary adde to suppression as it is hard to resolve Cyclomatic complexity violation. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
7874cc4909
|
HideUtilityClassConstructorCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
3a7ab7d24d
|
DesignForExtensionCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
a5349f581e
|
failed attempt to reduce complexity in VariableDeclarationUsageDistanceCheck. #954
|
2015-06-14 21:56:05 -07:00 |
Roman Ivanov
|
5a9b7249e3
|
RequireThisCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-14 21:56:04 -07:00 |
Roman Ivanov
|
096100222d
|
activation of Cyclomatic complexity with level 12. #954
|
2015-06-14 21:56:04 -07:00 |
Bhavik Patel
|
4299a4b408
|
Clarify misleading command line tool (CLI) output solves #1062
|
2015-06-14 20:07:52 +05:30 |
Roman Ivanov
|
857b6c75f5
|
Cyclomatic complexity was commented out again as code update is not finished. #954
|
2015-06-13 23:09:33 -07:00 |
Roman Ivanov
|
d64bdf0caa
|
IllegalInstantiationCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
3c99349a84
|
FinalLocalVariableCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
a265fee823
|
HiddenFieldCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
3831aa913e
|
FinalLocalVariableCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
6d9d894a62
|
ExplicitInitializationCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
57f395fa2b
|
EqualsAvoidNullCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
3eca04c940
|
DeclarationOrderCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
cc6caa71f5
|
AbstractSuperCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
2b32b003ab
|
LeftCurlyCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
cefc92307e
|
added deprecated classes and methods to pmd config for Cyclomatic complexity. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
c99f34002b
|
RightCurlyCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
ae0e7def77
|
LeftCurlyCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
0868085098
|
MissingDeprecatedCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
4287706cb4
|
SuppressWarningsHolder updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
40bb681263
|
DescendantTokenCheck updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
6c11cedd3b
|
DeclarationCollector updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
d734bff020
|
ClassResolver updated to follow Cyclomatic Complexity rule. #954
|
2015-06-13 23:01:30 -07:00 |
Roman Ivanov
|
ca2572e99a
|
suppression for method in Main clas
|
2015-06-13 23:01:29 -07:00 |
Roman Ivanov
|
109c032721
|
testing
|
2015-06-13 23:01:29 -07:00 |
Roman Ivanov
|
b6d76744f3
|
example was added , description was extended to understand Cyclomatic Complexity clearly. #637
|
2015-06-13 16:09:06 -07:00 |