Commit Graph

3959 Commits

Author SHA1 Message Date
Baratali Izmailov b433c987fa Issue #1293: Refactoring of UnnecessaryParanthesesCheck. UT coverage was increased up to 100%. 2015-07-06 15:46:13 -07:00
Ruslan Diachenko ce59d6abb3 Issue #1286: 'RedundantModifierCheck' was refactored, UT coverage improved 2015-07-06 20:53:50 +01:00
Roman Ivanov c7087dad73 ant was updated to 1.9.6 version 2015-07-06 10:23:25 -07:00
Roman Ivanov 509aaf99a9 system-rules updated to 1.12.0 version 2015-07-06 08:43:34 -07:00
Aleksandr Ivanov eb70f7062f Removed all assert statements #1298 2015-07-06 17:02:57 +03:00
Bhavik Patel 4e821bf489 Fix AbstractClassName Check on checkstyle code #945 2015-07-05 22:46:29 -07:00
Roman Ivanov dab75cd8a0 Make coverage 100% for all classes at package com.puppycrawl.tools.checkstyle . #1294 2015-07-05 22:45:29 -07:00
Vladislav Lisetskiy 146e2657d3 extend target list fo SuppressWarningsHolder, #1158 2015-07-05 12:10:05 -07:00
Vladislav Lisetskiy 5844ab2d34 provide human message for SuppressWarningsHolder, #1158 2015-07-05 12:10:05 -07:00
Ruslan Diachenko 0ff261c5ac Issue #1286: 'ModifierOrderCheck' was refactored, UT coverage improved; .classpath and .project were added to ignore list 2015-07-05 12:05:59 -07:00
Bhavik Patel 93c68168f3 Change default value of property "format" to "^Abstract.*$" in AbstractClassNameCheck #1279 2015-07-05 12:00:33 -07:00
Aleksandr Ivanov ac5dbc7363 Raising exception for CustomImportOrder.SAME_PACKAGE #1282 2015-07-05 11:58:10 -07:00
Juan Martín Sotuyo Dodero db7dc96346 Make Eclipse / m2e plugins generate valid projects
- Get rid of .classpath, since it has no further use.
 - See for full discussion https://github.com/checkstyle/checkstyle/pull/1219
2015-07-02 18:13:06 -07:00
Michal Kordas fe96dfe57e Remove unused code from LineWrappingHandler. #1270 2015-07-01 22:42:44 +02:00
Michal Kordas 7853d28eea Add test coverage for LineSet and improve its toString method. #1270 2015-07-01 22:13:39 +02:00
Roman Ivanov af92d5ac9b update to 6.9-SNAPSHOT 2015-06-30 23:46:07 -07:00
Roman Ivanov 9b8ce35099 [maven-release-plugin] prepare for next development iteration 2015-06-30 23:01:16 -07:00
Roman Ivanov 81ba6efe8f [maven-release-plugin] prepare release checkstyle-6.8.1 2015-06-30 23:01:14 -07:00
Roman Ivanov e103c07c91 release notes 6.8.1 2015-06-30 22:48:53 -07:00
Roman Ivanov 1caeb32bfd update to 6.8.1-SNAPSHOT 2015-06-30 22:25:21 -07:00
Michael Vorburger 6f089534ea StackOverflow in java.util.regex fixed #1221 2015-06-30 21:35:09 -07:00
Michael Vorburger 37af13d633 StackOverflow fixed #48
com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector.findMatch
2015-06-30 20:42:23 -07:00
Michael Vorburger edc63f0d66 NullPointerException at java.util.regex.Pattern, fixes #1224; from
com.puppycrawl.tools.checkstyle.checks.regexp.DetectorOptions.getPattern
2015-06-30 20:40:21 -07:00
Andrei Selkin cf8a2787c1 Fix bug at RightCurlyCheck: curly brace '}' should be on line by itself not reported for method with annotation, issue #1014. 2015-06-30 20:37:50 -07:00
Roman Ivanov 49c9ee6b29 additional revert. #1265 2015-06-30 20:28:17 -07:00
Roman Ivanov bff2e1754a Revert "Checking existance of config file before processing target file.", due to #1267
This reverts commit 3004b4d881.
2015-06-30 20:10:32 -07:00
Roman Ivanov 0631e2380c add cobertura:check to force build failures, cobertura:cobertura required for codecov.io service 2015-06-30 16:10:06 -07:00
Roman Ivanov 82561146fa link to cached Google Java Style page was added 2015-06-29 23:43:59 -07:00
Roman Ivanov 62a2eed480 fix for travis structure, caused by previous commit 2015-06-29 19:21:23 -07:00
Roman Ivanov 7cc7b0df59 travis config become multiline 2015-06-29 19:19:37 -07:00
Roman Ivanov c82c2d0901 test yaml syntax 2015-06-29 19:05:01 -07:00
Roman Ivanov 74e29a6d4a codecov.io is used instead of coveralls.io 2015-06-29 18:50:23 -07:00
Roman Ivanov 8f088d5343 cobertura:check does not generate xml report that is required for thirparty web servises, cobertura:cobertura should be used 2015-06-29 18:36:28 -07:00
Steve Peak 103d9a703b Update .travis.yml 2015-06-29 21:07:32 -04:00
Roman Ivanov 6b50cdefd0 try codecov.io, debug 2015-06-29 17:31:45 -07:00
Roman Ivanov 22a322a72d try codecov.io 2015-06-29 17:13:38 -07:00
Roman Ivanov 4e36988168 try codecov.io 2015-06-29 17:12:05 -07:00
Andrei Selkin 9e09c2191b Change contributor name in release notes. 2015-06-29 10:18:57 +03:00
Roman Ivanov 7fe4645a79 additional fixes for release notes 6.8 2015-06-28 22:13:17 -07:00
Roman Ivanov 6e305e16fa fix for travis noexceptions build configurations 2015-06-28 21:42:18 -07:00
Roman Ivanov 43fe2a78b8 substitution of projects-to-test-on.properties to projects-for-travis.properties 2015-06-28 21:30:56 -07:00
Roman Ivanov c8bc6db7dc tester project was switched special properties file that use git protocol instead of github api (some travis servers are rejected by github api service) 2015-06-28 21:06:26 -07:00
Roman Ivanov 78a0d4f6f8 Update .travis.yml 2015-06-28 20:40:43 -07:00
Roman Ivanov 3f50f6458e [maven-release-plugin] prepare for next development iteration 2015-06-28 20:01:29 -07:00
Roman Ivanov d93fe45ba1 [maven-release-plugin] prepare release checkstyle-6.8 2015-06-28 20:01:27 -07:00
Roman Ivanov ac3da6ad06 additional update for Release notes 6.8 2015-06-28 19:39:04 -07:00
Roman Ivanov ae33b6f147 Release notes 6.8 2015-06-28 14:17:43 -07:00
Michal Kordas 609e3656c8 Add known limitations to SuppressWarnings check documentation. #1252 2015-06-28 20:03:18 +02:00
Roman Ivanov 1d45927ca7 minor change for comment 2015-06-28 10:47:00 -07:00
Roman Ivanov be80dc07ee sevntu-checkstyle was added to travis regression testing, Check inputs are very good source of weird and rare code 2015-06-28 10:37:05 -07:00