Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]nickboldt652-1340/+1342
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh2-10/+8
2015-12-23sort JSON produced by StringBuilderTools.appendJSON(StringBuilder, Map)Brian Vosburgh1-27/+18
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 Vosburgh2-0/+1178
2015-12-01add ClassTools.allInstanceFields(...)Brian Vosburgh1-0/+24
2015-11-19[482134] clear up ArrayTools APIBrian Vosburgh1-43/+36
2015-11-16sync and improve test coverage of StringTools, CharArrayTools,Brian Vosburgh5-62/+361
2015-11-16improve ClassTools test coverageBrian Vosburgh1-8/+21
2015-11-16improve ArrayTools test coverageBrian Vosburgh1-13/+25
2015-11-16improve ObjectTools test coverageBrian Vosburgh1-4/+10
2015-11-16improve Reference test coverageBrian Vosburgh4-48/+60
2015-10-27more Boolean/Int/ObjectReference testsBrian Vosburgh1-2/+3
2015-10-21add SynchronizedInt testsBrian Vosburgh1-2/+3
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 Vosburgh6-431/+1073
2015-10-16add IntPredicate etc.Brian Vosburgh21-0/+1178
2015-10-16tweak some commentsBrian Vosburgh2-4/+4
2015-10-16remove various SynchronizedBoolean Command methodsBrian Vosburgh1-112/+0
2015-10-13Tweak Predicate var-arg stuff for build(?)Brian Vosburgh5-13/+20
2015-10-09upgrade to JavaSE-1.8Brian Vosburgh4-10/+14
2015-09-25rework BooleanReferencesBrian Vosburgh4-49/+173
2015-09-24fix compiler warning in JarManifestInterrogatorBrian Vosburgh1-0/+6
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh86-2089/+5630
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 Vosburgh8-90/+164
2015-07-21clean up QueueTools etc.Brian Vosburgh10-93/+141
2015-07-21rework LinkedQueueBrian Vosburgh1-25/+235
2015-07-21rework LinkedStackBrian Vosburgh1-34/+219
2015-07-20simplify ArrayStack.copyElements(...) (!)Brian Vosburgh1-14/+3
2015-07-20add ListStackBrian Vosburgh1-0/+78
2015-07-20add ListQueueBrian Vosburgh1-0/+78
2015-07-18add FixedSizeArrayStackBrian Vosburgh2-0/+165
2015-07-18fix FixedSizeArrayQueue.toString() and add constructor testBrian Vosburgh1-3/+23
2015-07-18hand code array handling in ArrayStackBrian Vosburgh1-35/+138
2015-07-18fix a couple of bugs in ArrayQueue (Collection constructor,Brian Vosburgh1-6/+11
2015-07-17add FixedSizeArrayQueueBrian Vosburgh2-2/+138
2015-07-17add Comparator constructor to PriorityQueueBrian Vosburgh1-2/+15
2015-07-17add JDK 1.8 support to TypeDeclarationToolsBrian Vosburgh1-6/+37
2015-07-17minor cleanup of Model and AbstractModelBrian Vosburgh2-25/+21
2015-07-16clean up comments in PredicateAdapter and TransformerAdapterBrian Vosburgh2-3/+6
2015-07-16Class.getDeclaredConstructors() return type changed slightly in JDK 1.6,Brian Vosburgh1-1/+1
2015-07-16add JDBC 4.1 method to DriverWrapperBrian Vosburgh1-1/+8

Back to the top