Commit Graph

2277 Commits

Author SHA1 Message Date
Lars Kühne f5490e4995 fixed Eclipse spell check errors 2008-03-03 20:10:35 +00:00
Lars Kühne 535aeffdc8 removed references to jakarta regexp, we have been using java.util.regexp for a long time now 2008-03-02 22:23:43 +00:00
Lars Kühne f31b6a7962 incorporated patch #1892273 (NoFinalizer check) and added better unit tests, one bugfix, docs and i18n 2008-03-02 22:18:36 +00:00
Lars Kühne 41f0339d5c added a few missing keys 2008-03-02 20:24:15 +00:00
Lars Kühne 85237bdc07 sorted keys for easier side by side comparison with other language bundles 2008-03-02 20:20:30 +00:00
Oliver Burn f6b0b3cd7f Applied patch 1892253 to expand access controls to other naming checks. 2008-02-21 11:09:39 +00:00
Lars Kühne 01a989d5a4 removed outdated ref to jakarta-regexp library, fixed spelling 2008-02-14 21:17:06 +00:00
Oliver Burn 5b76cba6bc Update documentation for bug# 1886683 2008-02-08 01:41:51 +00:00
Oliver Burn d90e2f2387 For better or worse, I am saving the Eclipse launch file I use to run all the tests. 2008-01-19 11:15:28 +00:00
Oliver Burn 893d624e3d Convert over all the tests to JUnit 4.x - got TestSuites going. 2008-01-19 11:03:37 +00:00
Oliver Burn b853696d98 Convert over all the tests to JUnit 4.x 2008-01-19 03:41:53 +00:00
Oliver Burn ee68e92168 Convert over the easy tests to JUnit 4.x 2008-01-15 10:55:13 +00:00
Oliver Burn fbfe160ca8 Upgrade to require ANT 1.7.0 and use JUnit 4.4. A nice by product is that JUnit is no longer required to be in the ANT classpath.
Requiring ANT 1.7.0 should not be a drama as it was released over one year ago. It is required to run JUnit 4.x tests (without a hack workaround being required).
2008-01-15 10:20:32 +00:00
Oliver Burn 315033ff56 Get rid of needless javadoc. 2008-01-14 23:11:53 +00:00
Oliver Burn 19fded2639 Fix a compilation error. 2008-01-14 23:09:31 +00:00
Oliver Burn 83e498f01c Updated the documentation for the @Override in JavadocMethodCheck. 2008-01-14 22:28:32 +00:00
Lars Kühne ed8da6cfe4 fixed typos 2008-01-14 20:20:43 +00:00
Oliver Burn fd90bd5aa5 Get rid of needless {@inheritDoc} 2008-01-14 07:42:28 +00:00
Oliver Burn 4d715df131 JavadocMethodCheck now has the smarts to allow missing Javadoc if the method is an @Override. 2008-01-14 07:18:32 +00:00
Oliver Burn b8fd34f43d silly code clean up 2008-01-14 05:45:36 +00:00
Oliver Burn feb4348470 Retired the J2EE checks and also the optional bundle. 2008-01-14 05:13:24 +00:00
Oliver Burn 5a7e221b75 happy new year 2008-01-13 02:47:18 +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 6b852ccfbc fix documentation error. Bug #1863968 2008-01-07 10:24:30 +00:00
Lars Kühne e7dcc7d8e6 corrected reported path on test failures and fixed compilation warnings for testinputs on UTF-8 systems such as modern distributions of Linux 2007-12-22 19:28:15 +00:00
Lars Kühne 748c0102a0 moved testinputs for import checks to imports package 2007-12-22 19:25:53 +00:00
Lars Kühne 70715d7464 removed references to transmogrify package 2007-12-20 20:06:41 +00:00
Oliver Burn 22705bd0d4 Removal of explicit boxing. 2007-12-20 11:36:54 +00:00
Oliver Burn ef58eba6d1 General clean up with the new logging. 2007-12-20 11:08:41 +00:00
Oliver Burn 91db1968e3 Using varargs for logging. 2007-12-20 10:51:14 +00:00
Oliver Burn 38bd8f7f3e I guess this is better? 2007-12-20 09:44:26 +00:00
Oliver Burn 7065b0d9dc Another point of no return - remove fall back parsing to Java 1.3 syntax. 2007-12-20 06:43:52 +00:00
Oliver Burn f38d8abd42 Removed a native array in favour of a List<File> -- was it worth it??
Added @Override where possible -- did this as I got bitten by a subtle bug when making the first change. The @Override would have prevented it.
2007-12-20 06:21:11 +00:00
Oliver Burn e287c5e741 missed a change. 2007-12-20 05:49:23 +00:00
Oliver Burn 8bf85962a5 Add the bug number for completeness. 2007-12-19 10:05:20 +00:00
Oliver Burn a168a3f583 Add documentation for JavadocPackage check and "retire" the PackageHtml check. 2007-12-19 05:19:37 +00:00
Oliver Burn ad727f351f I had lied! :-) 2007-12-19 04:48:51 +00:00
Oliver Burn 49216b21a1 100% code coverage achieved. Not common. :-) 2007-12-19 04:46:24 +00:00
Oliver Burn d4e32973ad Implementation of a new JavadocPackageCheck - still need the test and the documentation. 2007-12-19 04:21:43 +00:00
Oliver Burn 3b3672d469 Added more edge cases found when running over the Java SDK 6.0 source code. 2007-12-18 02:31:27 +00:00
Lars Kühne 25603b312f changed definition of redirect extension to make checkstyle.style build target work on Java 5. 2007-12-17 21:33:56 +00:00
Lars Kühne 03a527c4d5 removed Xalan checks for JDK 1.3 and 1.4 2007-12-17 21:22:04 +00:00
Lars Kühne f8d87f5567 Quote from James Gosling at Javapolis '07: "Still using Emacs? Shoot yourself!" 2007-12-17 20:42:31 +00:00
Oliver Burn 1fe8bcab1a Added another edge case. 2007-12-17 12:02:07 +00:00
Oliver Burn 325b265cc5 Fix an edge case. 2007-12-17 03:12:45 +00:00
Oliver Burn 70c89f71ec add link for tIDE. Never heard of it before - nice that you can run via Java WebStart. 2007-12-17 02:09:16 +00:00
Oliver Burn 517d42e5ca Improve the documentation. 2007-12-16 09:22:28 +00:00
Oliver Burn 4666f796e8 Fix an error breaking the documentation generation. 2007-12-16 05:21:36 +00:00
Oliver Burn 7cd24773ed Documentation for the GenericWhitespace check. 2007-12-16 04:18:28 +00:00
Oliver Burn e8954cf5b1 Clean up a dead file. 2007-12-16 04:01:28 +00:00