Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
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

Back to the top