Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-01-13clean up some JavaDocBrian Vosburgh1-10/+11
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh5-28/+62
2015-12-23sort JSON produced by StringBuilderTools.appendJSON(StringBuilder, Map)Brian Vosburgh2-40/+21
2015-12-09fix comparator compiler warningsBrian Vosburgh2-9/+10
2015-12-08clean up IteratorToolsBrian Vosburgh1-43/+45
2015-12-08clean up IterableToolsBrian Vosburgh1-51/+53
2015-12-01add JSON generation supportBrian Vosburgh4-0/+2108
2015-12-01add ClassTools.allInstanceFields(...)Brian Vosburgh1-0/+24
2015-11-19[482134] clear up ArrayTools APIBrian Vosburgh2-48/+41
2015-11-16sync and improve test coverage of StringTools, CharArrayTools,Brian Vosburgh12-2081/+3687
2015-11-16improve ClassTools test coverageBrian Vosburgh2-37/+624
2015-11-16improve ArrayTools test coverageBrian Vosburgh2-27/+627
2015-11-16add AbstractPairTestsBrian Vosburgh2-0/+121
2015-11-16improve ObjectTools test coverageBrian Vosburgh4-36/+246
2015-11-16improve Reference test coverageBrian Vosburgh20-700/+1262
2015-10-27more Boolean/Int/ObjectReference testsBrian Vosburgh11-103/+826
2015-10-21add SynchronizedInt testsBrian Vosburgh3-27/+653
2015-10-21rework ObjectReferencesBrian Vosburgh6-82/+438
2015-10-20tweak IntReferencesBrian Vosburgh3-4/+10
2015-10-20add PredicateTools.isNotEqual(...) and .isNotIdentical(...)Brian Vosburgh1-1/+25
2015-10-16add some bit mask IntPredicatesBrian Vosburgh9-0/+354
2015-10-16rework IntReferencesBrian Vosburgh10-449/+1163
2015-10-16add IntPredicate etc.Brian Vosburgh22-0/+1189
2015-10-16tweak some commentsBrian Vosburgh2-4/+4
2015-10-16remove various SynchronizedBoolean Command methodsBrian Vosburgh2-220/+0
2015-10-13Tweak Predicate var-arg stuff for build(?)Brian Vosburgh5-13/+20
2015-10-09upgrade to JavaSE-1.8Brian Vosburgh27-58/+56
2015-09-25rework BooleanReferencesBrian Vosburgh8-78/+863
2015-09-24fix some compiler warnings in utility testsBrian Vosburgh4-10/+8
2015-09-24fix compiler warning in JarManifestInterrogatorBrian Vosburgh1-0/+6
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh173-3902/+16719
2015-07-23minor tweaks sot LinkedQueueBrian Vosburgh1-3/+2
2015-07-23clean up ListQueue exceptionsBrian Vosburgh1-6/+4
2015-07-23clean up ListStack exceptionsBrian Vosburgh1-6/+6
2015-07-21clean up StackTools etc.Brian Vosburgh10-92/+168
2015-07-21clean up QueueTools etc.Brian Vosburgh12-95/+145
2015-07-21rework LinkedQueueBrian Vosburgh2-26/+318
2015-07-21rework LinkedStackBrian Vosburgh2-35/+302
2015-07-20simplify ArrayStack.copyElements(...) (!)Brian Vosburgh1-14/+3
2015-07-20add ListStackBrian Vosburgh3-0/+111
2015-07-20add ListQueueBrian Vosburgh3-0/+111
2015-07-18add FixedSizeArrayStackBrian Vosburgh5-0/+345
2015-07-18fix FixedSizeArrayQueue.toString() and add constructor testBrian Vosburgh2-3/+55
2015-07-18hand code array handling in ArrayStackBrian Vosburgh3-38/+152
2015-07-18fix a couple of bugs in ArrayQueue (Collection constructor,Brian Vosburgh3-9/+62
2015-07-17add FixedSizeArrayQueueBrian Vosburgh4-3/+323
2015-07-17add Comparator constructor to PriorityQueueBrian Vosburgh1-2/+15
2015-07-17add JDK 1.8 support to TypeDeclarationToolsBrian Vosburgh4-24/+91
2015-07-17minor cleanup of Model and AbstractModelBrian Vosburgh2-25/+21
2015-07-16clean up comments in PredicateAdapter and TransformerAdapterBrian Vosburgh2-3/+6

Back to the top