Commit Graph

3246 Commits

Author SHA1 Message Date
alexkravin 88696d3922 Linkcheck report, fixed errors, issue #549 2015-02-06 01:12:44 +04:00
Roman Ivanov 02b5b71487 jxr was moved before tag plugin to avoid error in log, version was added to skip WARN in logs, linkcheck was put at the end to verify links after all is done 2015-02-04 19:56:25 -05:00
Roman Ivanov 8e60c7ac80 removed unnecessary reports from build section 2015-02-03 14:35:54 -08:00
Roman Ivanov 751fb58811 all additional configuration files were moved to config folder 2015-02-03 13:55:05 -08:00
Roman Ivanov 524dd2e149 xdoc files was clened up from contrib reference 2015-02-03 07:43:08 -08:00
Roman Ivanov e76b4a071d build.xml was clened up from contrib reference 2015-02-03 07:14:24 -08:00
Roman Ivanov 337382e08f contrib folder was moved to contribution repo 2015-02-03 07:13:29 -08:00
Roman Ivanov 72d9bb6f43 [maven-release-plugin] prepare for next development iteration 2015-02-01 21:46:08 -08:00
Roman Ivanov 6e9de2adda [maven-release-plugin] prepare release checkstyle-6.3 2015-02-01 21:26:03 -08:00
Roman Ivanov 247b4fb905 our linkcheck should not test problems of other plugins except for javadoc 2015-02-01 20:57:58 -08:00
Roman Ivanov 79e0db505b Revert "issue 530, was removed from release notes, as it was reverted"
This reverts commit 5fe5bcee40.
2015-02-01 11:02:13 -08:00
alexkravin 2db0dab62f Empty Line Separator Check, added option for managing empty lines between class members, issue #530 2015-02-01 14:00:35 +04:00
Roman Ivanov 5fe5bcee40 issue 530, was removed from release notes, as it was reverted 2015-01-31 19:59:12 -08:00
Roman Ivanov 209b22885a Revert "Empty Line Separator Check, added option for managing empty lines between class members, issue #530"
This reverts commit 3f853ae96a.
2015-01-31 19:48:38 -08:00
Roman Ivanov c22f9f0d79 package javax was changed to javax.swing, as there is not package javax 2015-01-31 19:13:32 -08:00
Roman Ivanov 6257ad29ea distro profile was removed to simplify builds options 2015-01-30 22:46:34 -08:00
Roman Ivanov 6b0664504f additonal changes for release notes 2015-01-30 22:44:59 -08:00
Roman Ivanov 41f40709bf release 6.3 notes 2015-01-30 15:20:10 -08:00
alexkravin 677acc1e84 Illegal Type Check, updated default illegal types, added memberModifiers option, issue #567 2015-01-31 00:45:42 +04:00
alexkravin ba4d62dc78 Custom Import Order Check, third-party package meaning is adjusted, issue #515 2015-01-30 17:41:47 +04:00
alexkravin 2ad4b0830d Custom Import Order Check, rewrote compare method, issue #234 2015-01-28 22:17:16 -08:00
alexkravin 3f853ae96a Empty Line Separator Check, added option for managing empty lines between class members, issue #530 2015-01-28 22:14:49 -08:00
Roman Ivanov f46ec1b073 example for goos issue was added 2015-01-27 22:03:51 -08:00
alexkravin c6019cd352 Final Local Variable Check, fixed false-positive, issue #258 2015-01-26 18:43:49 -08:00
Dmitri Priimak 6784e5bcd5 HiddenField module can now accept setterCanReturnItsClass attribute. #598 2015-01-26 17:04:27 -08:00
alexkravin 204c073294 Added file extensions property to Checker & TreeWalker, issue #25 2015-01-25 13:30:21 +04:00
alexkravin bac672f756 Updated checkstyle_checks.xml, switch-case indentation, issue #512 2015-01-22 16:31:44 +04:00
alexkravin 7487028f2a Changed indentation of switch-case, whitespace, issue #512 2015-01-22 16:31:14 +04:00
alexkravin 2de61faea3 Changed indentation of switch-case, sizes, issue #512 2015-01-22 16:31:00 +04:00
alexkravin 4a396fece9 Changed indentation of switch-case, metrics, issue #512 2015-01-22 16:30:47 +04:00
alexkravin f0c4e7d6f2 Changed indentation of switch-case, imports, issue #512 2015-01-22 16:30:29 +04:00
alexkravin 5a1cae74d6 Changed indentation of switch-case, design, issue #512 2015-01-22 16:30:09 +04:00
alexkravin b2eeea93c2 Changed indentation of switch-case, coding, issue #512 2015-01-22 16:29:46 +04:00
alexkravin bd4d876fb9 Changed indentation of switch-case, blocks, issue #512 2015-01-22 16:29:25 +04:00
alexkravin 3342753d22 Changed indentation of switch-case, annotation, issue #512 2015-01-22 16:29:02 +04:00
alexkravin 90545ad2ed Changed indentation of switch-case, checks, issue #512 2015-01-22 16:28:32 +04:00
alexkravin 95c1a081e0 Changed indentation of switch-case, checkstyle, issue #512 2015-01-22 16:26:45 +04:00
alexkravin 422ab30197 Annotation Location Check, fixed typo in property name, issue #585 2015-01-21 15:29:28 +04:00
Roman Ivanov 96954e13ae fix for UTF-8 tests to be compilable in Eclipse 2015-01-20 17:40:29 -08:00
Roman Ivanov 2f9b0f057c additional fixes for naming after MemberName Check is using Google pattern 2015-01-20 17:15:35 -08:00
Roman Ivanov 31cc403a41 sync MemberName with value from google style 2015-01-20 16:53:52 -08:00
alexkravin b8ca6a585b Prefixes, checkstyle, #512
Conflicts:
	src/main/java/com/puppycrawl/tools/checkstyle/TreeWalker.java
2015-01-19 18:38:32 +04:00
alexkravin 58219b9bd3 Prefixes, checks, #512
Conflicts:
	src/main/java/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheck.java
2015-01-19 18:37:00 +04:00
alexkravin 1bd7f9bdf3 Prefixes, annotation, #512 2015-01-19 18:35:56 +04:00
alexkravin 0fcae24380 Prefixes, modifier, #512 2015-01-19 18:35:44 +04:00
alexkravin 29027109bf Prefixes, header, #512 2015-01-19 18:35:32 +04:00
alexkravin 16dac636b2 Prefixes, imports, #512 2015-01-19 18:35:11 +04:00
alexkravin d84869bcff Prefixes, indentation, #512 2015-01-19 18:34:59 +04:00
alexkravin 8b43ebdbf7 Prefixes, grammars, #512 2015-01-19 18:34:46 +04:00
alexkravin 319f297e13 Prefixes, doclets, #512
Conflicts:
	src/main/java/com/puppycrawl/tools/checkstyle/doclets/TokenTypesDoclet.java
2015-01-19 18:34:23 +04:00