Lars Kühne
dc554dea8a
fixed spelling
2008-05-23 20:58:56 +00:00
Lars Kühne
9531dbd640
fixed typo in javadoc
2008-05-21 20:34:32 +00:00
Lars Kühne
6cd4235971
fixed typo in javadoc
2008-05-12 19:34:19 +00:00
Michael Studman
7b346bb6e1
Adding gui.target property to build.xml to allow for more speedy visual inspection of grammar changes
2008-05-12 10:28:21 +00:00
Michael Studman
70035c8687
Adding gui.target property to build.xml to allow for more speedy visual inspection of grammar changes
2008-05-12 10:25:10 +00:00
Oliver Burn
65fde3d212
fix a checkstyle.checkstyle error
2008-05-12 05:04:17 +00:00
Lars Kühne
369c315ff0
fixed typo in javadoc
2008-04-28 20:22:49 +00:00
Lars Kühne
6a3391fc1b
fixed typo in javadoc
2008-04-28 20:20:18 +00:00
Lars Kühne
fa3199e2bc
cleaned up old hack to check that aCharset is supported
2008-04-28 20:10:17 +00:00
Lars Kühne
3b0a175562
fixed typo in javadoc
2008-04-28 19:44:17 +00:00
Lars Kühne
ce8556574f
fixed typo in javadoc
2008-04-27 19:28:46 +00:00
Lars Kühne
4f86310014
upgraded to commons-cli 1.1 (ASL 2.0)
2008-04-27 13:18:27 +00:00
Oliver Burn
a3a38cbee4
rename the base class to be abstract
2008-04-27 12:26:14 +00:00
Oliver Burn
2ee144e379
Refactor out common code.
2008-04-27 11:24:50 +00:00
Oliver Burn
911065320f
fixing things reported by FindBugs
2008-04-26 03:45:31 +00:00
Oliver Burn
ff6c49e6a7
This change makes a lot of sense.
2008-04-24 14:49:08 +00:00
Oliver Burn
b3f724f871
Remove use of ArrayStack and rename get(int) to peek(int) which is a better name IMHO.
2008-04-24 14:42:27 +00:00
Oliver Burn
06e8a4eaa0
Simple implementation of a LIFO Stack that can be used instead of java.util.Vector which is synchronized. Will help performance.
2008-04-24 08:09:49 +00:00
Oliver Burn
be9f461d57
clean up - thanks Lars
2008-04-23 12:21:07 +00:00
Lars Kühne
669d71dbe4
removed ref to commons-collections
2008-04-22 20:18:53 +00:00
Lars Kühne
be7d357120
recorded changed dependencies (google collections) in release notes
2008-04-22 20:17:56 +00:00
Oliver Burn
0320747f86
Drinking some more of the "Google Collections" Kool-Aid.
2008-04-22 12:35:00 +00:00
Oliver Burn
7552a0b72e
Drinking the "Google Collections" Kool-Aid.
...
I like the reduced duplication.
2008-04-22 12:28:07 +00:00
Oliver Burn
098124a601
Changes to use the Google Collections Library ( http://code.google.com/p/google-collections/ )
2008-04-22 11:04:17 +00:00
Oliver Burn
48c246d9c4
New check NoClone for ensuring a class does not override the clone method from the Object class. Thanks to Travis Schneeberger for providing patch #1947417 .
2008-04-21 12:52:49 +00:00
Oliver Burn
7cb8afb266
Enhanced the MethodName check to detect when a method name is the same as the residing class name. Thanks to Travis Schneeberger for providing patch #1892364 .
2008-04-21 12:22:40 +00:00
Oliver Burn
b81ed9788d
an Eclipse launch configuration I use to run the command line version.
2008-04-20 12:05:00 +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
979b0b5c20
Fixed bug #1649020 where generic parameters for methods
...
recognized as HTML tags. Used patch #1936389 from Travis
Schneeberger.
2008-04-20 06:40:30 +00:00
Oliver Burn
fe90573663
Apply patch #1914806 for PackageNamesLoader from Lars Koedderitzsch.
2008-04-08 01:35:17 +00:00
Oliver Burn
79404974ef
Integrate patch #1895152 , for Avoid Null Equals Comparison Check
2008-04-06 11:48:35 +00:00
Oliver Burn
6abdc24080
make local variables final.
2008-04-06 10:37:10 +00:00
Oliver Burn
dce9ad9e88
fix broken link
2008-04-06 01:13:37 +00:00
Michael Studman
585f7c20a1
Adding omitIgnoredModules attribute to the checkstyle task (for WriteTag) and adding enum/annotation support to WriteTag
2008-03-27 11:18:29 +00:00
Michael Studman
31b643724b
Loosening up Ant requirements beyond a particular build date - my 1.7.0 was built on Feb 6 2008 :)
2008-03-26 11:46:28 +00:00
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