Directory Statistics for src/java/com/photostructure/util/

Back to Index Page

Lines Of Code for src/java/com/photostructure/util/

Commits for src/java/com/photostructure/util/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm353 (100.0%) 2985 (100.0%) 8030 (100.0%) 8.46

Commit Log

DateAuthorFile/Message
1/22/06 12:29 AMmatthewm
whitespace (11 Files changed, 76 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.17 (+14 -11)
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.3 (+2 -3)
src/java/com/photostructure/util/ListUtils.java 1.5 (+5 -3)
src/java/com/photostructure/util/StringTransformer.java 1.2 (+5 -4)
src/java/com/photostructure/util/ObjectContainer.java 1.3 (+5 -3)
src/java/com/photostructure/util/SpringFriendlyProperties.java 1.6 (+18 -16)
src/java/com/photostructure/util/BitVector.java 1.2 (+7 -4)
src/java/com/photostructure/util/StringNumericalComparator.java 1.6 (+3 -2)
src/java/com/photostructure/util/SlicedRunnable.java 1.5 (+3 -3)
src/java/com/photostructure/util/InstanceCountingSet.java 1.4 (+6 -6)
src/java/com/photostructure/util/ComparatorUtils.java 1.8 (+8 -4)
1/21/06 11:18 PMmatthewm
code extracted from ProcessManager.GoDogGo. (4 Files changed, 148 Lines changed)
src/java/com/photostructure/util/PrioritizedRunnable.java 1.2 (+38 -8)
src/java/com/photostructure/util/AbstractSlicedRunnable.java 1.2 removed
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.2 (+102 -50)
src/java/com/photostructure/util/SlicedRunnable.java 1.4 (+8 -3)
1/16/06 8:34 PMmatthewm
Made SlicedRunnable feel like a Runnable (but change the semantics of run() to presume multiple incantations) (1 Files changed, 13 Lines changed)
src/java/com/photostructure/util/SlicedRunnable.java 1.3 (+13 -8)
1/16/06 8:33 PMmatthewm
added (2 Files changed, 179 Lines changed)
src/java/com/photostructure/util/NappingThreadPoolExecutor.java 1.1 added 141
src/java/com/photostructure/util/PrioritizedRunnable.java 1.1 added 38
1/2/06 8:15 AMmatthewm
Happy new year. (7 Files changed, 21 Lines changed)
src/java/com/photostructure/util/JpegConstants.java 1.7 (+3 -4)
src/java/com/photostructure/util/ComparatorUtils.java 1.7 (+3 -4)
src/java/com/photostructure/util/ThrowableList.java 1.6 (+3 -4)
src/java/com/photostructure/util/Checksums.java 1.18 (+3 -4)
src/java/com/photostructure/util/ConcurrentUtils.java 1.21 (+3 -4)
src/java/com/photostructure/util/PrefixedWriter.java 1.7 (+3 -4)
src/java/com/photostructure/util/ExceptionList.java 1.9 (+3 -4)
1/2/06 8:15 AMmatthewm
added remove() (1 Files changed, 25 Lines changed)
src/java/com/photostructure/util/CollectionUtils.java 1.2 (+25 -3)
1/2/06 8:15 AMmatthewm
added comparator LT, LE, GT, GE, EQ asserts, and Transformer-powered collection equalities (1 Files changed, 46 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.16 (+46 -9)
12/17/05 11:03 PMmatthewm
oops. BitSet was a bad idea. (1 Files changed, 7 Lines changed)
src/java/com/photostructure/util/ListUtils.java 1.4 (+7 -6)
12/4/05 1:02 AMmatthewm
Made failures be a bit clearer (especially from NPEs) (1 Files changed, 6 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.15 (+6 -3)
11/25/05 9:14 PMmatthewm
reworked in light of Java5 autoboxing (1 Files changed, 11 Lines changed)
src/java/com/photostructure/util/NumberUtils.java 1.9 (+11 -11)
11/25/05 9:14 PMmatthewm
added shuffle() (1 Files changed, 7 Lines changed)
src/java/com/photostructure/util/ListUtils.java 1.3 (+7 -2)
11/25/05 9:14 PMmatthewm
added (1 Files changed, 29 Lines changed)
src/java/com/photostructure/util/IteratorTransformer.java 1.1 added 29
11/25/05 9:13 PMmatthewm
made generic (1 Files changed, 11 Lines changed)
src/java/com/photostructure/util/InstanceCountingSet.java 1.3 (+11 -12)
9/15/05 1:03 AMmatthewm
added for image fingerprints (1 Files changed, 141 Lines changed)
src/java/com/photostructure/util/BitVector.java 1.1 added 141
9/4/05 12:59 PMmatthewm
removed idea that wasn't implemented (1 Files changed, 2 Lines changed)
src/java/com/photostructure/util/SpringFriendlyProperties.java 1.5 (+2 -20)
9/4/05 12:59 PMmatthewm
added docs that I decided not implementing. It's an interesting idea, but I'll delete the docs in the next rev because I don't need it right now. (1 Files changed, 35 Lines changed)
src/java/com/photostructure/util/SpringFriendlyProperties.java 1.4 (+35 -20)
9/2/05 6:11 PMmatthewm
fixed javadoc and generic typesafety warning (1 Files changed, 9 Lines changed)
src/java/com/photostructure/util/ConcurrentUtils.java 1.20 (+9 -9)
8/29/05 8:57 PMmatthewm
removed/unneeded thanks to Commons Lang's RandomStringUtils (1 Files changed, 0 Lines changed)
src/java/com/photostructure/util/SimpleIdGenerator.java 1.4 removed
8/29/05 8:56 PMmatthewm
made assertEquals(String, Collection, Collection) more verbose. Fixed bug in count. (1 Files changed, 4 Lines changed)
src/java/com/photostructure/util/AssertUtils.java 1.14 (+4 -3)
8/28/05 1:45 PMmatthewm
cleanup (1 Files changed, 2 Lines changed)
src/java/com/photostructure/util/SimpleIdGenerator.java 1.3 (+2 -10)