0
I Use This!
Inactive

Commits : Listings

Analyzed 39 minutes ago. based on code collected about 18 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed spurious log() call. More... about 18 years ago
The ClassFinder capability is now implemented in terms of the ASM API, for performance reasons. ClassFinder now returns a collection of ClassInfo objects, rather than just class names. More... about 18 years ago
Converted two-parameter constructor to varargs-parameter one. More... about 18 years ago
Added version of add() method taking an array of File objects. More... about 18 years ago
Added methods with no default message More... about 18 years ago
Javadoc fixes More... about 18 years ago
Usage trailer now preceded by blank line More... about 18 years ago
Added getFilters() and getTotalFilters() More... about 18 years ago
Now handles null filter argument. More... about 18 years ago
Now creates logger using name of subclass More... about 18 years ago
Added getFilters() and getTotalFilters() More... about 18 years ago
Fixed wording in javadocs. More... about 18 years ago
Fixed wording in javadocs. More... about 18 years ago
Fixed javadoc error. More... about 18 years ago
Enhanced class javadocs again. More... about 18 years ago
1. Now loads Class-Path from jar manifest, if present. 2. Enhanced class javadocs. More... about 18 years ago
Log message fix. More... about 18 years ago
Added a debug log message More... about 18 years ago
Now (a) stores places-to-search by absolute path, to minimize the chance of processing the same file/directory twice, and (b) stores found class names in a set, before dumping them into the caller's collection, so classes found more than once are not listed more than once. More... about 18 years ago
Re-implemented all class-loading ClassFilters in terms of a new ClassLoadingClassFilter abstract base class, where all the loading logic (and exception handling) now resides. More... about 18 years ago
ClassNameFilter -> ClassFilter More... about 18 years ago
Javadoc changes. More... about 18 years ago
ClassNameFilter -> ClassFilter More... about 18 years ago
- Created new ClassModifiersClassNameFilter that will filter on class modifiers. - Reimplemented AbstractClassNameFilter in terms of ClassModifiersClassNameFilter. More... about 18 years ago
New ClassNameFilter that will filter on abstract classes. More... about 18 years ago
Changed constructor to take varargs. More... about 18 years ago
Added deprecation=yes to more <javac> targets More... about 18 years ago
2.2 checkpoint More... about 18 years ago
Javadoc fixes More... about 18 years ago
Version 2.2 More... about 18 years ago