Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-18refactor double PVMsBrian Vosburgh16-628/+562
2017-05-18tweak some commentsBrian Vosburgh1-2/+2
2017-05-18rename AbstractPropertyPluggablePropertyValueModelAdapter toBrian Vosburgh3-6/+6
2017-05-18rename AbstractPluggablePropertyValueModel toBrian Vosburgh16-48/+48
2017-05-18delete bogus value models: ReadOnlyModifiablePVMWrapper,Brian Vosburgh13-1488/+2
2017-05-18rework EclipseLinkEntityMappingsTenantDiscriminatorColumnsComposite:Brian Vosburgh1-59/+25
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-60/+27
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-58/+57
2017-05-18rework ReferenceTableComposite: remove ValueListAdapterBrian Vosburgh5-173/+101
2017-05-18clean up PredicateToolsBrian Vosburgh2-23/+90
2017-05-18remove factory indirection from pluggable value modelsBrian Vosburgh7-48/+78
2017-05-18remove NullCheckPVMWrapper, PredicatePVM, FilteringPVMBrian Vosburgh37-909/+1080
2017-05-18add FilteringTransformer and NullCheckTransformerBrian Vosburgh6-11/+288
2017-05-18tweak comments in Collection TransformersBrian Vosburgh6-0/+12
2017-05-18add PropertyPluggablePropertyValueModelAdapterBrian Vosburgh26-234/+325
2017-05-18delete CachingPropertyValueModelWrapperBrian Vosburgh5-111/+6
2017-05-18rework PropertyValueModel adaptersBrian Vosburgh73-2164/+4959
2017-05-18tweak DoublePVMsBrian Vosburgh2-4/+5
2017-05-18add List/CollectionLastElementTransformerBrian Vosburgh14-25/+626
2017-05-18remove generic type from various meta-collection predicatesBrian Vosburgh4-29/+21
2017-05-18widen Iterable/IteratorTools.first(...)/last(...) generic typesBrian Vosburgh2-6/+6
2017-05-18add [Nullable]BooleanClosureBrian Vosburgh6-0/+313
2017-05-18widen element generic type in CollectionFirstElementTransformer andBrian Vosburgh3-8/+8
2017-05-18remove element generic type from CollectionIsEmptyPredicateBrian Vosburgh1-9/+5
2017-05-18add CollectionSizeEqualsPredicateBrian Vosburgh6-32/+257
2017-05-18fix some common utility predicate testsBrian Vosburgh4-21/+13
2017-05-18standardize some common utility test suite namesBrian Vosburgh5-25/+25
2017-05-18add getters to predicate implementationsBrian Vosburgh5-4/+36
2017-05-18add getters to transformer implementationsBrian Vosburgh36-34/+246
2017-05-18add CollectionFirstElementTransformer andBrian Vosburgh6-21/+326
2017-05-18add CollectionIsEmptyPredicateBrian Vosburgh4-20/+133
2017-05-18tweak ReadWriteLockCollectionWrapper testsBrian Vosburgh1-25/+49
2017-05-18fix some FindBugs warnings in common.utilityBrian Vosburgh11-54/+53
2017-05-18remove Deque Node cachesBrian Vosburgh7-460/+648
2017-05-18remove Queue Node cachesBrian Vosburgh7-351/+521
2017-05-18remove Stack Node cachesBrian Vosburgh10-428/+579
2017-05-18add caching transformersBrian Vosburgh3-0/+178
2017-05-18clean up Stack testsBrian Vosburgh7-311/+265
2017-05-18clean Queue testsBrian Vosburgh9-208/+231
2017-05-18test and fix(!) CachingConcurrentStackBrian Vosburgh2-25/+193
2017-05-18make ConcurrentStack.Node.next volatile (whoops!)Brian Vosburgh2-4/+159
2017-05-18tweak ConcurrentQueueBrian Vosburgh2-6/+5
2017-05-18convert ConcurrentQueue to use AtomicReferenceFieldUpdater on nodesBrian Vosburgh1-8/+12
2017-05-18add ConcurrentQueueBrian Vosburgh5-2/+476
2017-05-18fix compiler warnings in ThreadLocalTransformerBrian Vosburgh2-4/+4
2017-05-18fix compiler warnings in utility.internal.queueBrian Vosburgh3-21/+25
2017-05-18fix compiler warnings in AbstractNodeBrian Vosburgh1-11/+11
2017-05-18fix compiler warnings in utility.internal.model.value.swingBrian Vosburgh8-68/+69
2017-05-18fix compiler warnings in utility.internal.model.value.prefsBrian Vosburgh2-10/+10
2017-05-18fix compiler warnings in utility.internal.modelBrian Vosburgh2-11/+11

Back to the top