Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-18fix compiler warnings in utility.internal.jdbcBrian Vosburgh3-20/+11
2017-05-18fix compiler warnings in utility.internal.iteratorBrian Vosburgh3-7/+7
2017-05-18fix compiler warnings in utility.internal.iterableBrian Vosburgh15-30/+30
2017-05-18fix compiler warnings in FileToolsBrian Vosburgh1-5/+4
2017-05-18fix compiler warnings in utility.internal.factoryBrian Vosburgh3-20/+20
2017-05-18fix compiler warnings in utility.internal.exceptionBrian Vosburgh2-4/+5
2017-05-18fix compiler warnings in EnumerationToolsBrian Vosburgh1-3/+3
2017-05-18fix compiler warnings in utility.internal.dequeBrian Vosburgh3-24/+32
2017-05-18fix compiler warnings in utility.internal.commandBrian Vosburgh6-12/+12
2017-05-18fix compiler warnings in RepeatingElementListBrian Vosburgh1-4/+4
2017-05-18fix compiler warnings in NullElementListBrian Vosburgh1-4/+4
2017-05-18fix compiler warnings in ListToolsBrian Vosburgh1-6/+8
2017-05-18fix compiler warnings in IdentityHashSetBrian Vosburgh1-5/+5
2017-05-18fix compiler warnings in CollectionToolsBrian Vosburgh1-15/+22
2017-05-18fix compiler warnings in ThreadLocalInterruptibleClosureBrian Vosburgh1-2/+2
2017-05-18fix compiler warnings in ThreadLocalClosureBrian Vosburgh1-2/+2
2017-05-18fix compiler warnings in ClosureToolsBrian Vosburgh1-15/+16
2017-05-18fix compiler warnings in XMLToolsBrian Vosburgh1-23/+7
2017-05-18fix compiler warnings in SimpleJavaTypeBrian Vosburgh1-2/+2
2017-05-18fix compiler warnings in NameToolsBrian Vosburgh1-2/+2
2017-05-18fix compiler warnings in JarManifestInterrogatorBrian Vosburgh1-31/+5
2017-05-18fix compiler warnings in ClasspathBrian Vosburgh1-39/+21
2017-05-18add ReadWriteLockListWrapperBrian Vosburgh4-1/+772
2017-05-18add ReadWriteLockCollectionWrapperBrian Vosburgh4-1/+541
2017-05-18add ReadWriteLockMapWrapperBrian Vosburgh4-5/+491
2017-05-18clean up compiler warnings in stacks and testsBrian Vosburgh9-72/+74
2017-05-18add ConcurrentStack and CachingConcurrentStackBrian Vosburgh6-9/+615
2017-05-18delete ChangePropertyValueModelAdapter andBrian Vosburgh2-201/+0
2017-05-18make ValueModel methods public: hasListeners() and hasNoListeners()Brian Vosburgh11-26/+26

Back to the top