Commit Graph

308 Commits

Author SHA1 Message Date
Andrei Selkin 2f0b4be3ae Issue #2661: Enforce UselessSuperCtorCallCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:45:43 -08:00
Selkin Andrey 70ef38812e Issue #2661: Enforce AvoidDefaultSerializableInInnerClasses of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:39:45 -08:00
Selkin Andrey 5a84e5a63d Issue #2661: Enforce ConfusingConditionCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:37:54 -08:00
Selkin Andrey 9424369489 Issue #2661: Enforce DiamondOperatorForVariableDefinitionCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:35:52 -08:00
Andrei Selkin 20eead96d1 Issue #2661: Enforce RequiredParameterForAnnotation of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:33:43 -08:00
Selkin Andrey 8617f513b7 Issue #2661: Enforce FinalizeImplementationCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:24:30 -08:00
Selkin Andrey b9df819960 Issue #2661: Enforce ForbidCCommentsInMethodsCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:22:34 -08:00
Selkin Andrey 78e4a6dd88 Issue #2661: Enforce ForbidInstantiationCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:19:57 -08:00
Selkin Andrey 4c0f8b34df Issue #2661: Enforce ForbidReturnInFinallyBlockCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:17:43 -08:00
Selkin Andrey 2e7ab3f48e Issue #2661: Enforce ForbidThrowAnonymousExceptionsCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:16:12 -08:00
Selkin Andrey 52f8dbe5a6 Issue #2661: Enforce InterfaceTypeParameterNameCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:14:12 -08:00
Selkin Andrey 38c950c8ec Issue #2661: Enforce NoMainMethodInAbstractClass of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:11:41 -08:00
Selkin Andrey 4512c17cf9 Issue #2661: Enforce NoNullForCollectionReturnCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:09:21 -08:00
Selkin Andrey 27e05d9e07 Issue #2661: Enforce PublicReferenceToPrivateTypeCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:06:49 -08:00
Selkin Andrey 948d55948e Issue #2661: Enforce ReturnBooleanFromTernaryCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:03:16 -08:00
Selkin Andrey 2e47236a2b Issue #2661: Enforce ReturnNullInsteadOfBooleanCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:59:53 -08:00
Selkin Andrey c1a934f4ea Issue #2661: Enforce TernaryPerExpressionCount of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:56:58 -08:00
Andrei Selkin 8852b02802 Issue #2661: Enforce EmptyPublicCtorInClassCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:46:51 -08:00
Andrei Selkin 7d6f22e7e2 Issue #2661: Enforce NameConventionForJunit4TestClassesCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:42:31 -08:00
Andrei Selkin e12702ee99 Issue #2661: Enforce CauseParameterInException of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:39:44 -08:00
Andrei Selkin 3321d20458 Issue #2661: Enforce NestedSwitchCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:35:55 -08:00
Andrei Selkin 95a4638d4a Issue #2661: Enforce UselessSingleCatchCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 05:28:27 -08:00
Andrei Selkin f9ff86c701 Issue #2523: Make DetectorOptions as final and immutable 2015-12-15 06:46:06 -08:00
Andrei Selkin 1ef123bf60 Issue #2661: Enforce StaticMethodCandidateCheck of sevntu-checkstyle over Checkstyle source code 2015-12-14 17:17:13 -08:00
Andrei Selkin e54822d513 Issue #2661: Add sevntu-checkstyle maven plugin into pom.xml 2015-12-14 17:17:13 -08:00
Roman Ivanov 9443321a0f config: JSUnresolvedLibraryURL is disabled as it cause false-positives 'checks.xml:9: There is no locally stored library for the HTTP link.' at TC 2015-12-12 09:51:31 -08:00
rnveach 4cdfe5c510 minor: added verification of google/sun checks in config 2015-12-07 20:41:13 -05:00
rnveach e8475b4126 Issue #2625: reorganized internal tests 2015-12-07 05:36:03 -08:00
Andrei Selkin aab0718232 Issue #2604: Update regexp pattern for LocalVariableName 2015-12-06 16:02:51 -08:00
Andrei Selkin 25badc206f Issue #2604: Update regexp pattern for StaticVariableName 2015-12-06 16:02:51 -08:00
Andrei Selkin 7606e23a02 Issue #2604: Update regexp pattern for MemberName 2015-12-06 16:02:51 -08:00
Andrei Selkin 3813f1ccbf Issue #2604: Update regexp pattern for ParameterName 2015-12-06 16:02:51 -08:00
Vladislav Lisetskiy 7f93a77882 Issue #2647: Suppress UncommentedMain violations on CS 2015-12-06 06:04:47 -08:00
Michal Kordas d67d10e9f2 Issue #2616: Add CatchParameterName check for catch blocks parameters 2015-12-03 15:16:44 -08:00
Roman Ivanov f60a9cfe8b Issue #2639: CSV is removed from allowed abbreviations 2015-11-25 11:01:14 -08:00
Roman Ivanov 3a55941f33 Issue #2639: CPP is removed from allowed abbreviations 2015-11-25 10:36:20 -08:00
Roman Ivanov 62522f91ef Issue #2639: RTE is removed from allowed abbreviations 2015-11-25 09:43:22 -08:00
Roman Ivanov 56df5087fe Issue #2639: RE is removed from allowed abbreviations 2015-11-25 08:47:47 -08:00
Roman Ivanov f8d7894b17 Issue #2639: ID is removed from allowed abbreviations 2015-11-25 08:03:20 -08:00
Roman Ivanov 9586ee86d1 Issue #2639: URI is removed from allowed abbreviations 2015-11-25 07:36:59 -08:00
Roman Ivanov 2e243db3fb Issue #2639: URL is removed from allowed abbreviations 2015-11-24 20:16:10 -08:00
Roman Ivanov 745e21f1e4 Issue #2639: XML is removed from allowed abbreviations 2015-11-24 19:12:37 -08:00
Roman Ivanov bf9325be91 Issue #2639: adjust AbbreviationAsWordInName in checkstyle_checks.xml to catch unexpected abbreviations 2015-11-21 17:51:07 -08:00
Michal Kordas 22144522d6 Issue #2080: Exclude integration test resources from IDEA analysis 2015-11-20 21:46:05 +01:00
rnveach 84c72ec320 Issue #2451: removed excess hierarchy from ImportOrderCheck 2015-11-17 15:06:51 -08:00
rnveach 9faf80abae Issue #2451: removed excess hierarchy from RightCurlyCheck 2015-11-12 19:16:17 -08:00
rnveach 1edb2ce5f7 Issue #2451: documented missing properties for MethodNameCheck 2015-11-12 19:15:30 -08:00
Michal Kordas 033f65e786 Issue #2581: Enforce all annotations to be separate line for Checkstyle 2015-11-12 05:32:49 -08:00
rnveach ffaf99ed99 Issue #2557: added xdoc style validation 2015-11-09 05:38:54 -08:00
rnveach 4424370783 Issue #2451: removed excess hierarchy from RequireThisCheck 2015-11-07 17:12:52 -08:00