aboutsummaryrefslogtreecommitdiff
path: root/config/pmd.xml
AgeCommit message (Expand)Author
2015-11-01Issue #2109: CLI should print a file name where exception is happenRoman Ivanov
2015-10-08Issue #985: Fix PMD violations for ShortVariable rule (final)Roman Ivanov
2015-10-07Issue #996: PMD violations PreserveStackTraceRoman Ivanov
2015-10-07Issue #997: PMD violations EmptyMethodInAbstractClassShouldBeAbstractRoman Ivanov
2015-10-07Issue #974: PMD violation ConfusingTernary (final fix)Roman Ivanov
2015-10-07minor: old PMD suppressions were removedRoman Ivanov
2015-10-07minor: changes in pmd suppress formatRoman Ivanov
2015-09-25Issue #2080: Fix typos in codeMichal Kordas
2015-09-15Issue #46: public empty array has been moved to another class and become privateIlja Dubinin
2015-09-14Issue #961: Remove already fixed exclusion from PMD configurationMichal Kordas
2015-08-25Removed suppression for SwitchDensity rule from PMD, issue #973Andrei Selkin
2015-08-25Remove obsolete entry from PMD configuration. #877Michal Kordas
2015-08-25Fix typos in quality profile files. #1555Michal Kordas
2015-08-12Marked 'maxLineLength' as '@Deprecated' at LeftCurlyCheck, issue #965Andrei Selkin
2015-06-28Fix PMD violations of AvoidCatchingGenericException rule. #959Michal Kordas
2015-06-24PMD violations: UncommentedEmptyMethod Fixed #995Bhavik Patel
2015-06-23Fixes PMD violations: EmptyMethodInAbstractClassShouldBeAbstract #997Bhavik Patel
2015-06-18Fix PMD violations for AbstractNaming rule #983Bhavik Patel
2015-06-17comment was added to expain suppress. #953Roman Ivanov
2015-06-15suppression rules for NPathComplexity. #953Roman Ivanov
2015-06-15added explanation of exclusion for XXXXXCyclomaticComplexity. #954Roman Ivanov
2015-06-15Cyclomatic complexity become 11. #954Roman Ivanov
2015-06-14CustomImportOrderCheck was temporary adde to suppression as it is hard to res...Roman Ivanov
2015-06-14failed attempt to reduce complexity in VariableDeclarationUsageDistanceCheck....Roman Ivanov
2015-06-14activation of Cyclomatic complexity with level 12. #954Roman Ivanov
2015-06-13Cyclomatic complexity was commented out again as code update is not finished....Roman Ivanov
2015-06-13FinalLocalVariableCheck updated to follow Cyclomatic Complexity rule. #954Roman Ivanov
2015-06-13added deprecated classes and methods to pmd config for Cyclomatic complexity....Roman Ivanov
2015-06-13RightCurlyCheck updated to follow Cyclomatic Complexity rule. #954Roman Ivanov
2015-06-13suppression for method in Main clasRoman Ivanov
2015-06-13testingRoman Ivanov
2015-06-07Rename CheckStyleTask to CheckstyleAntTask. #1108Michal Kordas
2015-06-03Fix PMD violations of ExceptionAsFlowControl rule. #962Michal Kordas
2015-05-13Fix PMD violations from PrematureDeclaration rule. #948Michal Kordas
2015-05-13Fix PMD violations from AvoidFieldNameMatchingMethodName rule. #984Michal Kordas
2015-05-13Remove obsolete exclusion from PMD configuration. #960Michal Kordas
2015-05-05removal of validation suppressions, and resoling of them. Issue #596Roman Ivanov
2015-05-03Fix PMD violations from SimplifyStartsWith rule, issue #949Michal Kordas
2015-05-01Fix PMD violations from TooFewBranchesForASwitchStatement rule, issue #998Michal Kordas
2015-04-29Fix PMD violations from UseVarargs rule, issue #999Michal Kordas
2015-04-26fix for PMD logging-java rules. Issue #870Roman Ivanov
2015-04-26suppression comments were added. Issue #744Roman Ivanov
2015-04-26fix for violations of PMD LogicInversion. Issue #744Roman Ivanov
2015-04-26fixed violations for PMD rule SingularField. Issue #744Roman Ivanov
2015-04-26fixed violations for PMD rule UseCollectionIsEmpty. Issue #744Roman Ivanov
2015-04-26comments were added for suppressions. Issue #744Roman Ivanov
2015-04-25activation and suppression comments for PMD design rules. Issue #744Roman Ivanov
2015-04-25Fix PMD violations from 'javabeans' ruleset in Checkstyle, issue #987Michal Kordas
2015-04-25PMD rule LongVariable is activated. Issue #744Roman Ivanov
2015-04-24Provide reasons for exclusions in 'naming' ruleset, issue #982Michal Kordas