0
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 07, 2024 — Dec 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reverted the change of making some read operation throwing TIoException so that it is consistent with 1.x releases More... over 16 years ago
* consolidated the API to use list() method to return a listing object to apply filter and ordering on it * added toCononicalFile and toCononicalDir * Made PhysicalFileSystem a singleton More... over 16 years ago
all list methods implemented, next step would be to consolidate them into a value object? More... over 16 years ago
replaced listFiles and listDirs in Filesystem with list. In looking at all the three implementations, this makes more sense. At the same time, this allows support for all kinds of list operations without worrying about performance More... over 16 years ago
moved compare to tentry so that tdirectory shows before tfile More... over 16 years ago
* Changed the list methods to return list so that they can be sorted * Changed TFile to implement Comparable * Changed the implementation of comparable to delegate the calls to file system (so that C:\test equals c:\test on windovs) More... over 16 years ago
minor compiler fix More... over 16 years ago
broke the backward compatibility for throwing io exception on read. bump the version number More... over 16 years ago
cleaned up the old assertion code to use assertion API More... over 16 years ago
fixed the gap on file system controlled, the read operation should throw TIoException More... over 16 years ago
releasing 1.3.3b72 More... over 16 years ago
hooked up method to create reader and writer with encoding, added with() method on InputManager and OutputManager for resource management given an I/O Stream More... over 16 years ago
fixed the bug of zipping files under subdirectory, never tested More... over 16 years ago
make factory() public, it really sucks when you really needed More... over 16 years ago
aded test for the new static factory factory method, for convenience More... over 16 years ago
deprecated IoResource in favor of java.io.Closeable More... almost 17 years ago
added parse method on TFile More... almost 17 years ago
make dir.file and dir.dir support absolute path More... almost 17 years ago
document for cotta asserts and cotta-testbase More... almost 17 years ago
rake file updated to have asserts More... almost 17 years ago
separated asserts More... almost 17 years ago
make some class private so that it won't be treated as test More... almost 17 years ago
fixed the generic types More... almost 17 years ago
rename ObjectAssert to BaseAssert to fix the generic type More... almost 17 years ago
use testcase as the name More... almost 17 years ago
releasing 1.3.2b67 More... almost 17 years ago
fix test More... almost 17 years ago
version update More... almost 17 years ago
recursive visitor More... almost 17 years ago
added last modified More... almost 17 years ago