Commit Graph

32 Commits

Author SHA1 Message Date
alexkravin 88696d3922 Linkcheck report, fixed errors, issue #549 2015-02-06 01:12:44 +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 dcb3029c00 Switched Checkstyle and all resources to UTF-8 encoding, issue #489 2015-01-09 08:44:41 -08:00
Roman Ivanov e8756de8ec fixes for linkcheck violations 2014-11-14 16:21:29 -08:00
maxvetrenko 7476175f69 Documentation error for CustomImportOrder #337 2014-10-23 10:09:53 -07:00
Max 2a3be6769c CustomImportOrder was introduced #231 2014-08-10 15:52:59 +04:00
Peter O 899f12f19f more editorial changes 2014-07-15 01:32:36 +04:00
Peter O bfeeb8b77c More doc modifications 2014-07-15 01:32:36 +04:00
Ivan Sopov 07939ec726 Merge branch 'master' of github.com:picomancer/checkstyle into picomancer-master 2013-10-07 09:31:17 +03:00
Andrew Gaul c876d2431e Correct typos
Many fixes to the documentation.
2013-10-06 13:35:54 -07:00
picomancer 788f87df4d chmod all files to 644 2013-10-05 00:22:22 -04:00
Oliver Burn 480197c88d Minor updates 2013-09-10 21:00:37 +10:00
Oliver Burn 22b578f30a Update the documentation. 2011-07-12 15:53:02 +10:00
Oliver Burn 5d31b9e6ef support turning on/off processing Javadoc comments. 2011-07-12 14:19:50 +10:00
Oliver Burn 02398a59cc Enhanced AvoidStarImport to support the properties
allowClassImports and allowStaticMemberImports for finer control
over what is allowed. Thanks to Travis Schneeberger for patch
#1939775.
2010-10-09 17:21:08 +11:00
Oliver Burn 85b732ecc5 Convert to use simple <code></code> instead of <span class="xxxx"></span>. It is just simpler to handle. 2010-09-24 06:17:04 +00:00
Oliver Burn 5a643daa9c Used maven-linkcheck-plugin to identify broken links. 2010-09-21 11:50:38 +00:00
Oliver Burn fd6ef65d13 fix the validation errors in the documentation and clean out the old site stylesheets. 2010-09-20 10:41:53 +00:00
Oliver Burn 8d800ef546 Enhanced ImportOrder to support using regular expressions for defining groups. Thanks to Martin von Gagern for patch #2782118. 2010-09-14 03:49:45 +00:00
Oliver Burn e292d5fa53 Enhanced the ImportContro check to support regular expressions. Thanks to lbaeumer for patch #2937442. 2010-02-14 10:24:46 +00:00
Oliver Burn b6161c1a59 part of refactoring to consolidate all the regexp checks. 2008-12-22 22:31:40 +00:00
Oliver Burn 22136c67e9 Add new options to the ImportOrderCheck to make it more flexible. Thanks to David Didier for providing patch #1854213. 2008-09-07 11:28:48 +00:00
Oliver Burn df878fe527 New check AvoidStaticImport for ensuring there are no static import statements. Thanks to Travis Schneeberger for providing patch #1940611. 2008-04-20 11:59:46 +00:00
Oliver Burn 0a4a41f479 Fixed bug 1860424, incorrectly flagging an import as being unused. 2008-01-13 01:35:44 +00:00
Oliver Burn dde83995d2 As you can tell from this commit message - SVN is now being used for managing the Checkstyle code base. I have migrated all the data from CVS, so the history should not be lost.
If you are having problems using Subversion, feel free to contact me with questions.
2007-12-11 01:06:04 +00:00
Oliver Burn 7a6bf01c4d Add a url option for ImportControl check. Thanks to Benjamin Lerman for
the patch 1724683.
2007-06-04 04:02:05 +00:00
Lars Kühne 66d3e2fce9 Added ImportOrder docs for static imports 2007-05-19 12:29:57 +00:00
Oliver Burn 83700b07d4 Fix a broken link 2007-01-26 03:45:08 +00:00
Oliver Burn 1c94946e2e Removing all reference to mailing lists 2007-01-16 12:16:36 +00:00
Oliver Burn b95ced53e3 Final updates for a beta release 2005-08-04 12:05:26 +00:00
Oliver Burn 1951594e90 Added the ImportControl check. This is a check that can be used to
enforce which packages can import which packages. I was required to
develop this for a large project to enforce application layering rules.

The check is fairly basic at the moment, but is still sufficiently
powerful to be useful. I am sure there will be feature requests in the
future.
2005-07-27 20:29:28 +00:00
Oliver Burn 117d339322 Fix documentation errors 2005-03-25 01:27:29 +00:00