Commit Graph

2785 Commits

Author SHA1 Message Date
Dominic Jones 238bacaf90 Adding ANNOTATION_DEF to the valid list of parentASTs for the SuppressWarningsHolder. Without this, any @SuppressWarnings (checkstyle or not) present on an annotation definition class will fail. 2014-07-20 17:22:00 +04:00
Max 154016d609 AvoidEscapedUnicodeCharactersCheck #194. Avoided using Unicode escapes. 2014-07-18 08:36:53 -07:00
Max 32ca737edc LocalVariableNameUpdate #192. Allowed one char variables in
initialization expressions in FOR loop
2014-07-16 17:14:40 -07:00
Max ec19316322 RightCurly was updated #182. Added option to check line break after the closing brace if that brace terminates a statement or the body of a method, constructor or named class. 2014-07-16 17:12:54 -07:00
Max af8d57317f EmptyBlockUpdate #190. Were updated UT and input. Corrected link in EmptyLineSeparatorCheck 2014-07-16 23:06:07 +04:00
Max d9452c8d5e EmptyLineSeparatorCheck #186. Exactly one blank line separates each section that is present. 2014-07-15 20:08:17 -07:00
Max 05211d164a SeparatorWrapCheck #179. Covers separators like ',', '.'. 2014-07-15 19:57:57 -07:00
Peter O 899f12f19f more editorial changes 2014-07-15 01:32:36 +04:00
Peter O f3263ca602 Fixes issues 2014-07-15 01:32:36 +04:00
Peter O bfeeb8b77c More doc modifications 2014-07-15 01:32:36 +04:00
Peter O b83e754d92 Some editorial changes in config_misc.xml 2014-07-15 01:32:35 +04:00
Peter O e6fb6f1e85 Editorial changes for the documentation, except for the NoClone section 2014-07-15 01:32:35 +04:00
Christoph Kutzinski 902fa7302c Use a thread-safe map implementation to keep the compiled patterns.
Note that the comment about Pattern itself not being thread-safe was
wrong, only the Matcher instances created from a Pattern are not
thread-safe, but that's in the responsibility of the caller.
2014-07-13 11:52:25 +02:00
Maroontress Fast Software 8c1b62313f Fix style of existing code.
Fix style for the enhancement to pass “mvn verify.”
2014-07-09 10:17:27 +09:00
Maroontress Fast Software d4c8bd11ed Enhance WhitespaceAroundCheck
Enhance WhitespaceAroundCheck to check DO_WHILE and LITERAL_SWITCH
tokens.
2014-07-09 09:50:55 +09:00
Roman Ivanov ca378826ea Update README.md 2014-07-07 16:18:33 -07:00
Tobias Baum 7dc94ba7ab Fixed AbstractTypeAwareCheck for generics in interfaces (issue #473) 2014-07-06 14:50:08 +02:00
Max 55c2560774 Update for existing Check: WhitespaceAround #170 2014-07-05 09:30:16 -07:00
Roman Ivanov de6862e0be additional fix for UT of TopLevelType 2014-07-05 08:19:23 -07:00
Max 9d93afb1f3 OneTopLevelClass #172 2014-07-05 06:58:45 -07:00
Max f9b6da329f NoLineWrap #173 2014-07-05 06:55:27 -07:00
Ivan Sopov dcd4e9148c fix for #47 2014-07-02 15:46:15 +04:00
Max 6cd89ebeba Update for existing Check: DeclarationOrder #4 2014-06-30 21:37:30 -07:00
Roman Ivanov ec5630294a fix for previous commit, formatting was fixed to pass on CI 2014-06-30 08:04:58 -07:00
Roman Ivanov a25d3f86b3 attempt to make test testLoadFromURL stable 2014-06-30 07:42:39 -07:00
Roman Ivanov 7614f726f9 twitter banner was adde, image created from https://about.twitter.com/resources/buttons#follow 2014-06-28 13:47:54 -07:00
Ivan Sopov fcb47f13dc partial making of test inputs compilable 2014-06-28 15:01:39 +04:00
Roman Ivanov 3994e36e8d fix for build failure 2014-06-14 23:07:59 -07:00
Roman Ivanov 5b9f1c1141 Java doc was extended for Docklets to explain their role in project 2014-06-14 21:44:11 -07:00
Roman Ivanov 2b7ba86225 cleanup 2014-06-14 16:19:04 -07:00
Roman Ivanov d3fcdfa06f fix for build problem, exclusion is provided 2014-06-14 16:04:42 -07:00
Roman Ivanov 52f7145d80 jacoco now should works fine 2014-06-14 15:40:13 -07:00
Roman Ivanov 54f2bd181d jacoco now should works fine 2014-06-14 15:39:57 -07:00
Roman Ivanov 179f7b0e97 usage of cobertura in yml 2014-06-14 14:31:44 -07:00
Roman Ivanov 4b150c2cc3 usage of coberture istead of jacoco 2014-06-14 14:26:51 -07:00
Roman Ivanov 2c86cb526f fix for typo 2014-06-14 14:19:41 -07:00
Roman Ivanov bf8ebef9e1 coverage banner was added 2014-06-14 13:02:30 -07:00
Roman Ivanov 76671a0d13 travis plugin and profile for coverall.io 2014-06-14 12:42:26 -07:00
Roman Ivanov 5f13c485e8 travis plugin and profile for coverall.io 2014-06-14 12:41:54 -07:00
Roman Ivanov c8d307b263 sonar banner was added 2014-06-14 12:12:31 -07:00
James Gorman e196edcf8b Update UnusedImportsCheck to correctly detect classes in parameters and inline tags nested within block tags.
fixing checkstyle issues
Fixing even more checkstyle issues
2014-06-10 22:01:59 -07:00
Roman Ivanov c121d60de3 fix for WARNING during build 2014-05-09 07:09:03 -07:00
Andrew Gaul f77881c8fc [typo] consistently use commas in operator list
Follow on from 1cdaeaaa4f.
2014-05-08 15:32:38 -07:00
Roman Ivanov c3e98e58b9 update for eclipse project creation after changing project layout to maven style 2014-04-24 22:35:26 -07:00
Ilja Dubinin f8ba00694d New version of dsm-maven-plugin 2014-04-22 11:47:54 -07:00
Roman Ivanov bf0a5b74ad fix for dsm-maven-report to use obfuscation 2014-04-19 07:30:05 -07:00
Ilja Dubinin 6a4cb5b18b dsm-maven-plugin has been added to pom.xml 2014-04-19 12:04:03 +04:00
Roman Ivanov 77a5877a2f fix for UT failure, caused by previous commits 2014-03-29 22:36:05 -07:00
theqaguy 2ed89e1e58 Fix for issue #119 "HTML comments break the Javadoc style HTML check" error in TagParser 2014-03-29 22:13:32 -07:00
Jacob Tomaw 208e0208ca Enhance WhitespaceAroundCheck to ignore Annotation Array Initialization curlies as it does for Array Initialization outside of annotations. 2014-03-27 16:19:52 -07:00