Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-05-18clean up DoublePropertyValueModelBrian Vosburgh6-59/+227
2017-05-18[515465] bump SDK versions for OxygenBrian Vosburgh2-2/+2
2017-05-18[515465] bump versions for OxygenBrian Vosburgh4-4/+4
2017-05-17[460406] add null check for unexpected Project Explorer elementBrian Vosburgh1-1/+11
2016-10-13Revert "[460406] add null check for unexpected Project Explorer element"Brian Vosburgh1-11/+1
2016-07-28[460406] add null check for unexpected Project Explorer elementR3_6_maintenanceBrian Vosburgh1-1/+11
2016-03-18[489171] Bump minor on API changes.Neil Hauge10-10/+10
2016-03-18[489171] Bump versions for Neon.Neil Hauge16-16/+16
2016-02-26[488427] fix compile error in StructuredStateProvider caused by changeBrian Vosburgh1-0/+5
2016-01-15[460406][485375] fix NPE in Project Explorer (just about anything willBrian Vosburgh1-4/+4
2016-01-14[468637] fix StackOverflowError when type hierarchy has a cycleBrian Vosburgh4-91/+107
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

Back to the top