Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-16improve Reference test coverageBrian Vosburgh20-700/+1262
2015-10-27[480552] Adapt to DTP 2 version structureBrian Vosburgh3-8/+8
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 Vosburgh99-201/+178
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-24[476150] fix tests that fail with move to Java 1.8Brian Vosburgh3-15/+38
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh220-4048/+16874
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
2015-07-16add final line delimiter to dbws.eclipselink.ui MANIFEST.MFBrian Vosburgh1-1/+1
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
2015-07-16add CollectionTools.toArray(...)Brian Vosburgh1-0/+14
2015-07-16rework ListenerListBrian Vosburgh21-111/+135
2015-07-16rework IterableTools and IteratorTools to return more-abstract typesBrian Vosburgh2-175/+485
2015-07-16add MapTools.get_(...) methodsBrian Vosburgh1-3/+60
2015-07-16return null for ListTools "diff range" methodsBrian Vosburgh4-18/+8
2015-07-16tweak CollectionTools.addAll(Collection, Object[])Brian Vosburgh1-12/+1
2015-07-16normalize RangeBrian Vosburgh4-21/+51
2015-07-16clean up ObjectToolsBrian Vosburgh1-10/+8
2015-07-16clean up ArrayToolsBrian Vosburgh1-20/+30

Back to the top