Commit Graph

3700 Commits

Author SHA1 Message Date
Roman Ivanov b2991ef9e7 Append google analytics to all HTML pages. #1111 2015-05-20 20:56:29 -04:00
Michal Kordas f6dd135e13 Add tests for equals, hashCode and compareTo in LineColumn. #1088 2015-05-20 16:43:09 -07:00
Roman Ivanov d6205babad FilterSet - restoring method that were removed by mistake in scope of, getFilters become public to make class full functional. #1088 2015-05-19 14:30:15 -07:00
vlad 66caf30d0f 100% test coverage for MutableExceptionCheck, #1009 2015-05-19 10:46:40 +03:00
Michal Kordas d8c8ab3077 Use EqualsVerifier to test FilterSet and remove obsolete code. #1088 2015-05-18 22:38:54 -07:00
vlad e8255c208f remove dead code from MutableExceptionCheck, #1103 2015-05-19 04:29:03 +03:00
vlad 947e230fbf 100% test coverage for FinalClassCheck, #1009 2015-05-19 03:29:55 +03:00
vlad 989745bb60 remove dead code from FinalClassCheck, #1100 2015-05-18 17:10:50 -07:00
vlad 2c99b9706e 100% test coverage for ThrowsCountCheck, #1009 2015-05-19 00:00:05 +03:00
vlad 893621b965 100% test coverage for HideUtilityClassConstructor, #1009 2015-05-18 18:06:44 +03:00
Michal Kordas cf5851ed29 Use EqualsVerifier to test CSVFilter. #1088 2015-05-18 05:56:41 -07:00
vlad e67c9bf046 100% coverage for DesignForExtensionCheck, #1009 2015-05-18 11:37:47 +03:00
vlad c5e7dea987 fix for testGetRequiredTokens() methods in the package, #1009 2015-05-18 11:37:47 +03:00
Michal Kordas 2f1b20f220 Use EqualsVerifier to test SuppressWithNearbyCommentFilter. #1088 2015-05-17 19:31:28 +02:00
Michal Kordas 0f58857d73 Change location of left curly braces to end of line. #1089 2015-05-17 13:47:09 +02:00
Michal Kordas fb9f55e890 Make tests of Main class platform independent. #1086 2015-05-16 22:22:27 -07:00
Michal Kordas 56743942d5 Extend ReturnCount Check to treat lambdas separately. #1068 2015-05-16 22:19:07 -07:00
Roman Ivanov 6cdcfc135a Findbugs violation: defines compareTo(LineColumn) and uses Object.equals(). #911 2015-05-15 23:52:15 -07:00
Roman Ivanov e6034ec381 Findbugs violation: AuditEvent.message is transient but isn't set by deserialization. #909 2015-05-15 17:04:32 -07:00
Roman Ivanov cd6f271a6b explanation for findbug suprpession. #778 2015-05-15 15:52:57 -07:00
Roman Ivanov 5e0b6286ac Findbugs violation: api.TokenTypes do System.exit(...). #923 2015-05-15 15:31:59 -07:00
Roman Ivanov 0f06b92909 minor, activate link in javadoc/xdoc 2015-05-15 13:52:01 -07:00
Roman Ivanov 3e22f93479 minor, activate link in javadoc/xdoc 2015-05-15 13:46:10 -07:00
Roman Ivanov c3dc1a94f3 Findbugs violation: resolve all violations from gui package. #925 2015-05-15 13:23:17 -07:00
Roman Ivanov e1a27939ae method setClassloader was renamed to setClassLoader with deprecation of old method. #922 2015-05-15 10:59:13 -07:00
Roman Ivanov d6938de537 explanation of suppression was added. #910 2015-05-15 10:38:21 -07:00
Roman Ivanov c8c02fc819 attempt to use cache 2015-05-14 16:41:27 -07:00
Roman Ivanov 871819b04d Update .travis.yml 2015-05-14 16:25:19 -07:00
MEZk 9122a37b9c test coverage for getRequiredTokens() and getAcceptableTokens(), issue #1024 2015-05-13 14:13:32 -07:00
Ivan Sopov bf10b021a7 removing abandoned test input files 2015-05-13 23:58:18 +03:00
Michal Kordas 38be87d86c Fix exception in OneTopLevelClass Check for package-info files. #1065 2015-05-13 10:12:45 -07:00
Vladlis 42fc689da0 test coverage for getRequiredTokens() and getAcceptableTokens(), #1009 2015-05-13 10:02:02 -07:00
Michal Kordas dba746ba93 Fix PMD violations from PrematureDeclaration rule. #948 2015-05-13 09:58:12 -07:00
Michal Kordas 5ff1834a22 Fix PMD violations from AvoidFieldNameMatchingMethodName rule. #984 2015-05-13 09:54:48 -07:00
Michal Kordas 3c7c3cbe88 Remove obsolete exclusion from PMD configuration. #960 2015-05-13 09:49:07 -07:00
Michal Kordas 466b1ebb31 Fix SeparatorWrap Check violations in Checkstyle code. #945 2015-05-13 09:47:17 -07:00
Michal Kordas 7fdcaa5929 Fix exception in FallThrough Check for nested switch statements. #837 2015-05-13 09:26:45 -07:00
Michal Kordas cda369e9cb Update commons-cli to 1.3. #1067 2015-05-11 12:56:24 -07:00
Mehmet Can Cömert 795968d20e Magic Number annotation detection enhanced for arbitary parent nodes, Issue #926 2015-05-11 12:53:51 -07:00
Michal Kordas 3300c3c835 Enable several Checkstyle Checks on codebase, issue #945 2015-05-10 21:04:18 +02:00
Michal Kordas 0c438f3347 Update wagon-ssh to 2.9. #1060 2015-05-07 16:13:26 +02:00
Roman Ivanov 1076e12e69 minor: suggested format for issue reference is changed to avoid misunderstanding 2015-05-06 13:07:06 -07:00
Roman Ivanov e3b3bfb999 Util classes should be moved out of api package. Issue #1057 2015-05-05 19:40:30 -04:00
Roman Ivanov 93e0187129 removal of validation suppressions, and resoling of them. Issue #596 2015-05-05 17:40:26 -04:00
Roman Ivanov e121ec185c minor: updte for general coverage numbers 2015-05-05 16:37:15 -04:00
Roman Ivanov 1a2c318e22 huge refactoring for CLI Main class. Issue #596 2015-05-05 11:12:12 -07:00
Michal Kordas d6272b70eb Update maven-assembly-plugin to 2.5.4, issue #1055 2015-05-05 17:08:49 +02:00
Michal Kordas 276799a968 Update cobertura-maven-plugin to 2.7, issue #916
In version 2.7 the new `cobertura-integration-test` report is generated by
default.
As Checkstyle doesn't have `integration-test` phase, just `cobertura`
report is enough and this needs to be set explicitly.
2015-05-04 17:33:03 +02:00
Michal Kordas a0acabc125 Fix FallThrough check violation in code, issue #945 2015-05-03 11:34:00 -07:00
Michal Kordas a2b8be14bb Fix PMD violations from SimplifyStartsWith rule, issue #949 2015-05-03 17:00:25 +02:00