Commit Graph

3737 Commits

Author SHA1 Message Date
Michal Kordas 5e40ee669c Add test for getModuleId from LocalizedMessage. #152 2015-05-27 08:37:55 -07:00
Michal Kordas 252ee0c9e1 Add additional locale tests to LocalizedMessage. #152 2015-05-27 08:37:55 -07:00
Michal Kordas d6966ec1f7 Fix no possibility to set English language explicitly in config. #152 2015-05-27 08:37:54 -07:00
Michal Kordas 59ffd34e43 Add failing test showing that setting English does not work. #152 2015-05-27 08:37:54 -07:00
vlad 5f047efa20 ThrowCountCheck should have option to skip private methods, #1136 2015-05-27 17:17:14 +03:00
vlad e6f4dad587 Do not verify overriding methods in ThrowsCount check, #1085 2015-05-26 15:01:18 -07:00
MEZk a077b72827 100% conditional coverage for visitToken(), leaveToken() and leaveMemberDef() methods in class ExecutableStatementCountCheck, issue#1024 2015-05-26 13:05:38 -07:00
Michal Kordas edc4cc9ffc Fix Regexp check causing exception on file with newline on top. #1129 2015-05-26 02:55:58 +02:00
Michal Kordas 4e0cb46ae5 Fix RegexpMultiline causing exception with default config. #1129 2015-05-26 02:20:05 +02:00
Roman Ivanov 0ba72f9767 test coverage for getDefaultTokens(), getAcceptableTokens(), issue #1022 2015-05-25 16:00:20 -07:00
Michal Kordas 050de1a6c0 Add support for canonical class names in MutableException. #1124 2015-05-25 15:38:49 -07:00
Michal Kordas cdf3c3848a Add failing test for MutableException with canonical names. #1124 2015-05-25 15:38:49 -07:00
vlad 917846aec6 100% test coverage for com.puppycrawl.tools.checkstyle.checks.design,
#1009
2015-05-25 15:49:08 +03:00
Roman Ivanov bce57572e4 Option allowPublicFinalFields does not exist in VisibilityModifier check. #1126 2015-05-24 19:11:12 -07:00
vlad 3eb75145e9 fix in MutableExceptionCheck, #1124 2015-05-24 18:58:55 -07:00
vlad 058eb9990a 100% test coverage for VisibilityModifierCheck, #1009 2015-05-24 15:56:23 -07:00
vlad 008d7f5db9 removing dead code and refactoring in VisibilityModifierCheck, #1107 2015-05-24 15:56:23 -07:00
Michal Kordas cc355f7e10 Fix NeedBraces check not requiring braces in multiline statements when using allowSingleLineStatement option. #895 2015-05-24 15:28:34 -07:00
Michal Kordas be08323f8a Fix equals and hashCode in SuppressionFilter and remove toString. #1088 2015-05-23 12:59:25 -07:00
Michal Kordas ffd17e5ad6 Fix equals and hashCode in SuppressElement and remove toString. #1088 2015-05-23 20:58:48 +02:00
Michal Kordas 37a393ae29 Fix equals and hashCode in IntRangeFilter and remove toString. #1088 2015-05-23 10:16:15 +02:00
Roman Ivanov 627dfcad5d minor cleanup 2015-05-22 22:03:13 -07:00
Roman Ivanov 22403aebb8 attempt to avoid coveralls on non uts validations 2015-05-22 21:46:13 -07:00
Roman Ivanov 46f8c63c9c experiment to avoid strange 'mvn test -B' in travis build 2015-05-22 21:40:00 -07:00
Roman Ivanov 09d1fe26e5 skip chekcstyle from almost all items and skip cobertura launches 2015-05-22 20:28:21 -07:00
Roman Ivanov 9f9c810af3 system property '-Dcheckstyle.ant.skip=true' will skip execution of Checkstyle validation over its own code 2015-05-22 20:19:46 -07:00
Roman Ivanov 0c5d079e53 first attempt to use matrix in travis 2015-05-22 10:02:19 -07:00
Roman Ivanov 14bca4f18d checkstyle launcher is wrapped by timestamps 2015-05-22 10:43:18 -04:00
Roman Ivanov 603705c0fb Update .travis.yml 2015-05-22 05:06:12 -07:00
Roman Ivanov e5e97661c2 test 2015-05-22 04:54:24 -07:00
Roman Ivanov eaf7965614 update for travis - branches:master , matric:fast_finish 2015-05-22 04:14:53 -07:00
Michal Kordas 9dc87c52e5 Add docs for list of allowed tokens in MagicNumber check. #1113 2015-05-21 16:44:09 -07:00
Michal Kordas fabe679752 Add "+" and "-" to list of allowed tokens in MagicNumber check. #1113 2015-05-21 16:44:09 -07:00
Michal Kordas 262bcabc07 Add DIV to list of allowed tokens in MagicNumber check. #1113 2015-05-21 16:44:09 -07:00
Michal Kordas 291cde4801 Fix equals and hashCode in LocalizedMessage. #1088 2015-05-21 16:34:06 -07:00
Michal Kordas f786378e23 Replace deprecated PosixParser with DefaultParser. #1099 2015-05-22 00:16:07 +02:00
Martin Steiger 384ecfc7d5 Add LineSeparatorOption.LF_CR_CRLF. Issue #1045 2015-05-21 11:48:15 -07:00
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