0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clarified comment on compiler issue More... over 17 years ago
Added hack to get around JDK 1.6 compiler weirdness. More... over 17 years ago
Checkpoint. More... over 17 years ago
Attempts to change how source jar is built More... over 17 years ago
Documentation change More... over 17 years ago
The org.clapper.util.config.Configuration class didn't properly handle variable references to the "system", "program" and "env" pseudo-sections when an include file was being processed. More... over 17 years ago
The org.clapper.util.misc.FileHashMap class was using an exclusive file lock to prevent concurrent modification, but this strategy turns out to cause more problems than it solves (owing to the way Java file locking is implemented); it has been removed. More... over 17 years ago
Fixed typos More... over 17 years ago
Added copyright to build info data. More... over 17 years ago
Implement testRemove() in MultiIteratorTest. Found bug in remove() method: Calling it after retrieving the last item in an underlying contained iterator would cause an IllegalStateException. Culprit was an erroneous call to checkIterator() in the remove() method. More... almost 18 years ago
Version 2.2.1 is now 2.3 More... almost 18 years ago
Added JUnit test suite. More... almost 18 years ago
Deprecated; java.util.LinkedHashMap does the same thing. More... almost 18 years ago
Added test of LRU behavior. More... almost 18 years ago
Added testSetMaximumCapacity() More... almost 18 years ago
JUnit stuff now uses custom formatter. More... almost 18 years ago
1. Finished consolidating common methods in MapTestBase. 2. Added additional tests to FileHashMapTest. More... almost 18 years ago
Added custom outputter for JUnit. More... almost 18 years ago
Checkpoint. More... almost 18 years ago
Minor JUnit fixes More... almost 18 years ago
1. Factored common Map tests into abstract MapTestBase class. 2. Changed FileHashMapTest to extend MapTestBase. 3. Implemented LRUMapTest tests. More... almost 18 years ago
Added finalizer More... almost 18 years ago
The containsValue() method was broken; a new JUnit tester found the bug. Also implemented a proper values() method for LRUMap. More... almost 18 years ago
Added JUnit infrastructure and some JUnit tests More... almost 18 years ago
PMD-suggested cleanups More... almost 18 years ago
Propagated modified license (from version 2.2) into source files More... almost 18 years ago
version 2.3 is really 2.2.1 More... almost 18 years ago
Propagated modified license (from version 2.2) into source files More... almost 18 years ago
Copyright symbol now ISO-8859.1, not UTF-8 More... almost 18 years ago
Propagated modified license (from 2.2) into source files. More... almost 18 years ago