1. b222eab config: checkstyle version bump by Roman Ivanov · 7 years ago
  2. be0ff8f [maven-release-plugin] prepare for next development iteration by Roman Ivanov · 7 years ago
  3. dbbd00f [maven-release-plugin] prepare release checkstyle-8.5 by Roman Ivanov · 7 years ago
  4. b554ca7 doc: release notes for 8.5 by Roman Ivanov · 7 years ago
  5. 9bcda54 config: added RequireFailForTryCatchInJunit by rnveach · 7 years ago
  6. 6789669 Issue #5228: added CheckstyleTestMakeupCheck by rnveach · 7 years ago
  7. 620a340 Issue #4916: Adding ability to force load by kazachka · 7 years ago
  8. b1ad801 config: sevntu-checks version bump by Roman Ivanov · 7 years ago
  9. 1b1b6db infra: added markdown to .github/ISSUE_TEMPLATE.md by Karl-Philipp Richter · 7 years ago
  10. 8441fca Issue #5228: suppressed dynamic message property in suppression test by rnveach · 7 years ago
  11. 0ce09e7 Issue #5278: fix NullPointerException when relative path is used to run checkstyle CLI by Roman Ivanov · 7 years ago
  12. bbbdbb3 doc: typo fix and extension for 'what is javadoc' by Roman Ivanov · 7 years ago
  13. ccd0421 Issue #5157: fixed tests that relied on root locale by rnveach · 7 years ago
  14. 907c607 Issue #5157: removed custom create configuration methods by rnveach · 7 years ago
  15. 0f98bd3 config: print changed files if sjippable CI is skipped build by Roman Ivanov · 7 years ago
  16. 7faa549 Issue #5176: increase pitest coverage of import order to 100% by BBG · 7 years ago
  17. acfe3c0 Issue #5176: adjacent static import groups ones became impossible in 8.3 by BBG · 7 years ago
  18. 5d37628 Issue #5127: Fixed NPE in JavadocPackageCheck when relative path is used to run checkstyle CLI by Artem Dudkin · 7 years ago
  19. 83656b1 Issue #5283: resolve problem with pitest caused by previous commit by Roman Ivanov · 7 years ago
  20. c9fa456 Issue #5283: resolve problem with covbertura on appveyor by Roman Ivanov · 7 years ago
  21. a6d5d5c config: add checkout to certain commit for pjdbc due to #5286 by Roman Ivanov · 7 years ago
  22. d56c2c0 Issue #5124: removed usages of branchContains by rnveach · 7 years ago
  23. 596e64a Issue #5228: fixed violations in it for test makeup by rnveach · 7 years ago
  24. da936a0 Issue #5228: fixed violations for test makeup by rnveach · 7 years ago
  25. 8ca6e3a Issue #5264: clear filesets on checker destroy by rnveach · 7 years ago
  26. 8a6b613 Issue #5263: clear fileset messages after process for multi-file run by rnveach · 7 years ago
  27. 820b6c9 minor: gratipay is down https://gratipay.news/the-end-cbfba8f50981 by Roman Ivanov · 7 years ago
  28. 32e2b7b Issue #4581: Reorganize token methods in coding, imports, indentation folders by Subbu Dantu · 7 years ago
  29. c58f720 Issue #4581: Reorganize token methods in javadoc and modifier folders and miscellaneous checks by Subbu Dantu · 7 years ago
  30. 3a65e99 Issue #4581: Reorganize token methods in blocks, design, metrics folders by Subbu Dantu · 7 years ago
  31. dc6938c minor: remove gratipay (https://gratipay.news/the-end-cbfba8f50981), restore freedomsponsors by Roman Ivanov · 7 years ago
  32. 4b3ea94 minor: fix for linkcheckplugin violation by Roman Ivanov · 7 years ago
  33. 334f926 minor: fix for linkcheckplugin violation by Roman Ivanov · 7 years ago
  34. 7f97114 minor: fix typo in example for regex attribute in ImportControl by Roman Ivanov · 7 years ago
  35. f0ed29b Issue #5124: removed usage of branchContains for simple cases by rnveach · 7 years ago
  36. d2e0c4c Issue #4284: clarify documentation about allowing static imports by Jochen Van de Velde · 7 years ago
  37. da2bf59 Issue #4284: disallow junit.framework package in test code by Roman Ivanov · 7 years ago
  38. c7ef5be doc: Removed maxLineLength property from javadoc, the property itself had been removed earlier by Balazs Nemeth · 7 years ago
  39. 10835c3 Issue #5251: add missed target file for sed by Roman Ivanov · 7 years ago
  40. 6012aec minor: remove versioneye badge as it does not work, see #5208 by Roman Ivanov · 7 years ago
  41. b1792a0 Issue #5251: update wercker's build to fix unstability for htmlunit project due to SNAPSHOT dependency by Roman Ivanov · 7 years ago
  42. dd1b10b Issue #5249: Fix plural agreement in docs by Jake Gage · 7 years ago
  43. 5f7f58e Issue #4581: Reorganize token methods in whitespace, sizes, naming folders by Subbu Dantu · 7 years ago
  44. 5cdbb19 Issue #4870: Mark checks with MT interfaces (part 1) by Andrew Kuchev · 7 years ago
  45. dd36ada config: bump checkstyle version by Roman Ivanov · 7 years ago
  46. 2785e39 [maven-release-plugin] prepare for next development iteration by Roman Ivanov · 7 years ago
  47. c331c82 [maven-release-plugin] prepare release checkstyle-8.4 by Roman Ivanov · 7 years ago
  48. a6e0a75 minor: remove extra space before period by Roman Ivanov · 7 years ago
  49. aacc115 doc: add release notes for 8.4 by Roman Ivanov · 7 years ago
  50. 5c14f23 minor: update javadoc links to https from http (linkcheckplugin) by Roman Ivanov · 7 years ago
  51. cdf88f7 config: suppress validation of links to doc.oracle as they become https but tool generate http; additional suppres for bountysource due to SSL by Roman Ivanov · 7 years ago
  52. 9025b1a Issue #5228: removed temporary variables property values by rnveach · 7 years ago
  53. 5094453 Issue #4456: Disallowing user to use incomplete fully qualified Check names in config file by BBG · 7 years ago
  54. 5a78c7d Issue #5094: delete javadoc.parse.error by dyominov · 7 years ago
  55. 2aca361 Issue #5210: added junit failures if exception is not thrown by rnveach · 7 years ago
  56. 5ed9ace Issue #5228: property values must be acceptable types by rnveach · 7 years ago
  57. 57cbb54 Issue #5139: Restored javadoc token values corresponding to JavadocParser elements to checkstyle-8.1 by Piyush Sharma · 7 years ago
  58. 945a06f Issue #5139: Restored javadoc token values corresponding to JavadocLexer elements to checkstyle-8.1 by Piyush Sharma · 7 years ago
  59. 6d2db2b Issue #5139: Restored values of constants in 'JavadocTokenTypes' to that of checkstyle-8.2 by Piyush Sharma · 7 years ago
  60. acb8b7f Issue #5228: moved class field configurations to local variables by rnveach · 7 years ago
  61. cb2e27a Issue #5134: Added test case for the issue by Artem Dudkin · 7 years ago
  62. 2d67bf8 Issue #5228: removed unnecessary create module config methods by rnveach · 7 years ago
  63. 3bcd2a8 Issue #5124: removed usage of branchContains for modifiers by rnveach · 7 years ago
  64. 0a8f5af Issue #5104: created internal test module package by rnveach · 7 years ago
  65. 05bdc34 Issue #5104: added UT to ensure tests are named after production code by rnveach · 7 years ago
  66. 0f5b821 Issue #5003: remove ParenPad#processExpression call where it seems useless by vasilyeva · 7 years ago
  67. 6c1a5e8 Issue #5003: increase coverage of pitest-checks-whitespace to 99% by vasilyeva · 7 years ago
  68. 05e151e Issue #5188: fix left curly nlow documentation by Clément Guillaume · 7 years ago
  69. b07838a Issue #5003: kill mutation in ParenPadCheck#isAcceptableToken by vasilyeva · 7 years ago
  70. a9c33c7 config: bump guava to 23.2 by Roman Ivanov · 7 years ago
  71. 8b0ec0a Issue #4714: remove patch from wercker.yml for hibernate-search as it cause build problems by Roman Ivanov · 7 years ago
  72. 462ddc6 config: bump jgit to 4.9.0.201710071750-r by Roman Ivanov · 7 years ago
  73. 25af3cb minor: Fix typo in SuppressionCommentFilter xdoc by Andrei Selkin · 7 years ago
  74. 242f62b Issue #5186: Added a test to disallow changes in values of fields in 'JavadocTokenTypes' by Piyush Sharma · 7 years ago
  75. 7c7b1c0 Issue #5114: Removed extra numeric offset in JavadocTokenTypes by Maksim Shilin · 7 years ago
  76. 127f729 Issue #929: Using private final loggers instead of private static final by crude · 7 years ago
  77. 9b383e0 Issue #4785: Method createBlockCommentNode was created in CommonUtils by Turkin Ivan · 7 years ago
  78. 3726439 config: bump forbiddenapis to 2.4.1 by Roman Ivanov · 7 years ago
  79. 453bb70 config: dump guava to 23.1-jre by Roman Ivanov · 7 years ago
  80. 08cff7b config: bump Saxon-HE to 9.8.0-5 version by Roman Ivanov · 7 years ago
  81. 9145fb6 config: bump versions-maven-plugin to 2.5 by Roman Ivanov · 7 years ago
  82. 550d131 minor: moving jdee reference to active tools by Roman Ivanov · 7 years ago
  83. 88c7e1b minor: move 'Development Circle' a bit down on index.html by Roman Ivanov · 7 years ago
  84. b16aef9 Issue #5023: Prohibited the usage of hardcoded encoding in Checkstyle source code; by Artem Dudkin · 7 years ago
  85. 2202422 minor: add bountysource.com to excludes for linkcheck plugin due to ssl error by Roman Ivanov · 7 years ago
  86. 3a284d3 Issue #5186: Added 'GeneratedJavadocTokenTypesTest' to check that the numbers generated by ANTLR for elements in javadoc grammar do not change with the grammar by Piyush Sharma · 7 years ago
  87. 80b92e9 Issue #3870: Test commit: Changed README.md -> Appveyor build must be skipped by Maksim Shilin · 7 years ago
  88. ae5f144 Issue #3870: Added skip_commits section to appveyor.yml by Maksim Shilin · 7 years ago
  89. 2a5690c Issue #5162: fixed sanitizing non-printable characters in xml file by rnveach · 7 years ago
  90. 0412aec Issue #5162: fixed sanitizing ampersand in xml file by rnveach · 7 years ago
  91. 9e971d6 Issue #4581: Reorganize token methods in GenericWhitespaceCheck by Subbu Dantu · 7 years ago
  92. 1dcd6fc Issue #4867: Removed deprecated class BaseCheckTestSupport by Subbu Dantu · 7 years ago
  93. 881ba91 Issue #5177: validation by xsd during build is missed for xml files that use packages_1_0.dtd by Roman Ivanov · 7 years ago
  94. 062aa88 Issue #5175: Sonar validation failing with StackOverflowError when executing on Input files by Roman Ivanov · 7 years ago
  95. 6b49e2e config: more exclides to linkcheck plugin due to SocketException Connection reset by Roman Ivanov · 7 years ago
  96. 1bfd723 minor: fix for links violations found by linkcheck plugin by Roman Ivanov · 7 years ago
  97. 39d2fbd config: disable sonar validation till #5175 by Roman Ivanov · 7 years ago
  98. acb4194 config: more exclides to linkcheck plugin due to SSLHandshakeException by Roman Ivanov · 7 years ago
  99. cfc6329 config: bump checkstyle version by Roman Ivanov · 7 years ago
  100. c0ec2c9 [maven-release-plugin] prepare for next development iteration by Roman Ivanov · 7 years ago