Roman Ivanov
|
6600d89715
|
config: fix for teamcity false alarm casued by commit 70a6e2e, no way to suppress it
|
2015-12-25 16:35:49 -08:00 |
Andrei Selkin
|
70a6e2e6d3
|
Issue #2666: Print name of the Check after printing violation message
|
2015-12-25 23:20:18 +03:00 |
Roman Ivanov
|
0db81f33e1
|
Issue #2619: Use Nexus Staging Maven Plugin for release process
|
2015-12-24 16:34:33 -08:00 |
Andrei Selkin
|
a707819ab7
|
Issue #2661: Enforce AvoidConditionInversionCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-25 01:01:57 +03:00 |
Andrei Selkin
|
6ee4a0f805
|
Issue #2661: Enforce LogicConditionNeedOptimizationCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-24 13:59:27 -08:00 |
Vladislav Lisetskiy
|
6c04cd63af
|
Issue #2239: Extend RequireThis check message
|
2015-12-24 13:56:45 -08:00 |
Jon Bake
|
10f348bbfd
|
Issue #2211: OneStatementPerLine has false match with try-with-resources
|
2015-12-24 11:47:00 -08:00 |
Andrei Selkin
|
2864c10cd4
|
Issue #2661: Enforce CustomDeclarationOrder of sevntu-checkstyle over Checkstyle source code
|
2015-12-23 23:51:38 +03:00 |
Roman Ivanov
|
62d1bad0cf
|
minor: fix for checkstyle violations
|
2015-12-23 08:11:25 -08:00 |
Roman Ivanov
|
2d7f43aa76
|
minor: extending how to report issue description
|
2015-12-23 06:50:25 -08:00 |
Andrei Selkin
|
727d730733
|
Issue #2661: Enforce ForbidWildcardAsReturnType of sevntu-checkstyle over Checkstyle source code
|
2015-12-22 23:39:10 +03:00 |
Andrei Selkin
|
2c23e07558
|
Issue #2661: Enforce SimpleAccessorNameNotation of sevntu-checkstyle over Checkstyle source code
|
2015-12-22 19:55:21 +03:00 |
Roman Ivanov
|
74738cea30
|
config: update for system-rules 1.15.1
|
2015-12-21 16:33:39 -08:00 |
Roman Ivanov
|
45fd099d41
|
config: update for powermock to 1.6.4
|
2015-12-21 14:50:07 -08:00 |
Roman Ivanov
|
34fc5dfe13
|
config: update maven-pmd-plugin to 3.6
|
2015-12-21 08:07:59 -08:00 |
Andrei Selkin
|
c4f803b0e9
|
Issue #2661: Enforce MultipleStringLiteralsExtended of sevntu-checkstyle over Checkstyle source code
|
2015-12-21 06:33:45 -08:00 |
Vladislav Lisetskiy
|
ed6c2ea133
|
Issue #2631: Optimize JavadocUtils
|
2015-12-21 06:31:26 -08:00 |
Vladislav Lisetskiy
|
dedcabd90d
|
Pull #2756: Remove unused message
|
2015-12-21 01:18:38 +03:00 |
Roman Ivanov
|
8cbc23964a
|
infra: appveyor can now execute any tasks we want in CI, defined in Matrix. Powershell can not be used to run actual command as it works badly in case some nativecommand do error-output as ANTLR do, so we have to use cmd
|
2015-12-20 05:37:29 -08:00 |
Roman Ivanov
|
634b770406
|
Issue #2661: fix for missed closed tag
|
2015-12-19 14:12:53 -08:00 |
Roman Ivanov
|
7aaece50ec
|
infra: swich appveyor to definig whole task through matrix
|
2015-12-19 13:12:27 -08:00 |
Andrei Selkin
|
9a4d0253da
|
Issue #2661: Enforce AvoidHidingCauseException of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 12:50:42 -08:00 |
Andrei Selkin
|
592338494d
|
Issue #2661: Enforce LineLengthExtended of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 12:48:25 -08:00 |
Andrei Selkin
|
57e7b8ec92
|
Pull #2749: Make UT 'testNonAccessibleFile' locale independent
|
2015-12-19 12:47:05 -08:00 |
Andrei Selkin
|
2532d9816d
|
Issue #2661: Enforce checks of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 12:45:56 -08:00 |
Andrei Selkin
|
1a8949175e
|
Issue #2661: Disable AvoidHidingCauseException of sevntu-checkstyle due to the issue
|
2015-12-19 19:31:51 +03:00 |
Andrei Selkin
|
8d5807a3dc
|
Issue #2661: Enforce OverridableMethodInConstructor of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 05:31:08 -08:00 |
Andrei Selkin
|
f489ea2790
|
Issue #2661: Enforce EnumValueNameCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 05:29:06 -08:00 |
Andrei Selkin
|
df040c2d00
|
Issue #2661: Enforce InnerClassCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 05:13:28 -08:00 |
Andrei Selkin
|
5fecdf11bc
|
Issue #2661: Enforce WhitespaceBeforeArrayInitializer of sevntu-checkstyle over Checkstyle source code
|
2015-12-19 05:11:45 -08:00 |
Andrei Selkin
|
9f88ca3286
|
Issue #2661: Enforce RedundantReturn of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 22:00:51 +03:00 |
Roman Ivanov
|
c0a664c251
|
Issue #2661: fix for build failure
|
2015-12-18 07:43:44 -08:00 |
Andrei Selkin
|
b2df33a98a
|
Issue #2661: Enforce AvoidNotShortCircuitOperatorsForBoolean of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 05:42:13 -08:00 |
Andrei Selkin
|
e31400a863
|
Issue #2661: Enforce llegalCatchExtendedCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 05:40:01 -08:00 |
Andrei Selkin
|
e1f20de247
|
Issue #2661: Enforce SingleSpaceSeparatorCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 05:38:37 -08:00 |
Selkin Andrey
|
4ac5e944af
|
Issue #2661: Enforce EitherLogOrThrowCheck of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 05:37:01 -08:00 |
Andrei Selkin
|
cdbcccf19d
|
Issue #2661: Enforce checks of sevntu-checkstyle over Checkstyle source code
|
2015-12-18 05:35:24 -08:00 |
Andrei Selkin
|
5568d06839
|
Issue #2661: Configure sevntu-checkstyle to validate source directory and subfolders
|
2015-12-18 05:35:24 -08:00 |
Roman Ivanov
|
2a0bd8cf7b
|
Issue #2661: skip plugin execution from build phases that do not need this
|
2015-12-16 14:54:08 -08:00 |
rnveach
|
8c89137218
|
minor: renaming indentation methods to more natural name
|
2015-12-16 11:16:00 -05:00 |
rnveach
|
4a6e1a3541
|
minor: renaming indentation methods to more natural name
|
2015-12-16 07:56:34 -08:00 |
Vladislav Lisetskiy
|
c922d93b2f
|
Issue #2609: Repair CodeSelector in GUI
|
2015-12-16 06:48:10 -08:00 |
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 |