0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
checkpoint More... over 14 years ago
Added IDEA project stuff More... over 14 years ago
Update ASM version. More... over 14 years ago
Reset to previous. More... over 14 years ago
Issue 1 More... over 14 years ago
Issue 1: ClassInfo now contains information about fields and methods. More... over 14 years ago
Initial handling of field/method More... over 14 years ago
- Updated to ASM version 3.2. Thanks to Charles Johnson (cj <at> technojeeves.com) for suggesting this upgrade and for providing required changes to the org.clapper.util.classutil classes. - The build.xml file now honors the value of the ASM_HOME environment variable, to find the location of the ASM bytecode library. If the bytecode library isn't present, the org.clapper.util.classutil package isn't built. More... over 14 years ago
New TO DO list More... over 14 years ago
Release 2.4.3 More... almost 15 years ago
Fixed inadvertent syntax error More... almost 15 years ago
Fixed an open file leak in org.clapper.util.classutil.ClassFinder. When called with a classpath consisting of a lot of directories (not jar files), it was possible to end up with too many open files, because the files weren't explicitly closed. While they'd eventually be collected and closed by the garbage collector, the files could be opened in rapid succession, leading to many open files before the garbage collector ever ran. More... almost 15 years ago
Added release-no-test target More... over 15 years ago
version bump More... over 15 years ago
1. Add ability to set name of sending host in Mail API. 2. Cosmetic changes. More... over 15 years ago
NetBeans changes More... over 15 years ago
$Id$ changes More... over 15 years ago
checkpoint; added .gitattributes More... over 15 years ago
Corrections to third-party jar pointers. More... almost 16 years ago
Version 2.4.2 More... over 16 years ago
Fixed a bug in the org.clapper.util.io.RollingFileWriter class: If the file pattern is incorrect, the class throws an exception. However, the exception message used a java.text.MessageFormat format that caused MessageFormat to gag. Thanks to Daniel Carr <daniel.carr at clipsal dot com dot au> for finding and reporting the bug. More... over 16 years ago
doc fix More... over 16 years ago
Fixed classpath used with "test" target so it'll work without specifying "--noconfig" to ant. More... over 16 years ago
2.4.2 More... over 16 years ago
Updated for ant 1.7 More... over 16 years ago
version 2.4.2 More... over 16 years ago
2.4.1 More... over 16 years ago
javadoc fixes More... over 16 years ago
Duration's value was stored as a static, which meant all durations had the value of the last-initialized one. Fixed. More... over 16 years ago
Moved org.clapper.util.misc.Duration to org.clapper.util.text.Duration More... over 16 years ago