Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-05-08433924 - Update Oracle copyrightv201405081709Tran Le7-14/+14
2014-05-08433924 - Update Eclipse licensesTran Le4-4/+4
2014-05-08433924 - Increments license features to 1.0.1Tran Le5-5/+5
2014-04-06429892 - [CBI] Enable JUnit tests for dali.common repov201404062226Tran Le3-8/+37
2013-11-15tweak tests to pass on Mac OS Xv201311210251Brian Vosburgh2-142/+155
2013-10-16fix ComparatorToolsTests to use "mm/dd/yyyy" (not "mm/dd/yy") dates(!)v201310170209Brian Vosburgh1-3/+3
2013-10-14419257 - Pom version updatesv201310142259Tran Le14-14/+14
2013-10-11[418822] fix CCE in ControlTools.reflow(Composite)Brian Vosburgh1-2/+1
2013-09-24Fixed CIB build version errorsv201309241700Tran Le14-26/+26
2013-09-20Fix versions for Luna M2.v201309231612Neil Hauge4-4/+4
2013-09-12add CollectionTools.emptyBag()v201309190527Brian Vosburgh1-0/+10
2013-09-12update common utility tests manifestBrian Vosburgh1-0/+1
2013-08-27clean up manifestsBrian Vosburgh1-0/+13
2013-08-26add some Comparator testsv201308262207Brian Vosburgh30-216/+793
2013-08-26add various "count" methods to IterableTools and IteratorToolsBrian Vosburgh4-5/+205
2013-08-26add CollectionTools.partition(...)Brian Vosburgh2-0/+127
2013-08-26various implementations and adapters for: Closure, Command, Factory,Brian Vosburgh59-72/+2601
2013-08-26add InterruptibleFactory wrapper implementationsBrian Vosburgh27-67/+310
2013-08-26add a bunch of simple Closure implementationsBrian Vosburgh31-49/+1661
2013-08-26rename ParameterizedCommand to ClosureBrian Vosburgh34-277/+296
2013-08-26add MapToolsBrian Vosburgh4-2/+1140
2013-08-26widen generic parm in CollectionTools.filter(...) and .transform(...)Brian Vosburgh1-2/+2
2013-08-26add reverse(...) to StringTools and CharArrayToolsBrian Vosburgh2-0/+20
2013-08-26add InterruptibleTransformer interfaceBrian Vosburgh5-14/+47
2013-08-26add Factory interface and implementationsBrian Vosburgh34-9/+1477
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh24-36/+84
2013-08-26add packages o.e.jpt.common.utility.exception andBrian Vosburgh77-147/+199
2013-08-26add repeat(...) methods to StringTools, CharArrayTools,Brian Vosburgh10-13/+363
2013-08-26add ClassTools.allSuperclasses(...) and .allInterfaces(...)Brian Vosburgh2-1/+74
2013-08-26add versions of indexOf(...) and lastIndexOf(...) methods that take aBrian Vosburgh10-33/+1175
2013-08-26add ObjectTools.identityToString(Object) andBrian Vosburgh2-0/+26
2013-08-26add more info to Bag method commentsBrian Vosburgh1-0/+6
2013-08-22414702 - [CBI] webtools.dali patch for building with Maven/TychoTran Le14-0/+454
2013-08-12clean up JavaProjectTestHarnessBrian Vosburgh15-62/+59
2013-08-12rename TestJavaProject to JavaProjectTestHarnessBrian Vosburgh4-18/+20
2013-08-12clean up FacetedProjectTestHarnessBrian Vosburgh1-22/+6
2013-08-12rename TestFacetedProject to FacetedProjectTestHarnessBrian Vosburgh2-7/+9
2013-08-12ProjectTestHarness clean-upBrian Vosburgh1-14/+0
2013-08-12rename TestPlatformProject to ProjectTestHarnessBrian Vosburgh2-6/+6
2013-08-09fix intermittent NPE in ItemTreeStateProviderManager when adding orBrian Vosburgh1-1/+9
2013-08-09[414795] add ProjectPreferencesTestsBrian Vosburgh1-0/+80
2013-08-09Update version numbers for 3.4 M1.v201308091641Neil Hauge12-12/+12
2013-07-24add String methods to CharArrayToolsBrian Vosburgh3-8/+937
2013-07-12tweak some ObjectReference implementations' commentsBrian Vosburgh3-3/+6
2013-07-12add AbstractIntReference and AbstractObjectReferenceBrian Vosburgh2-0/+182
2013-07-12add CollectionTools.identityBag(...) factory methodsBrian Vosburgh1-0/+52
2013-07-12fix IndexOutOfBoundsException in StringTools.commonPrefixLength(String,Brian Vosburgh1-1/+8
2013-07-05clean up various plugin.xml filesBrian Vosburgh5-159/+200
2013-07-05rework AbstractJptXmlResourceProviderBrian Vosburgh1-55/+69
2013-07-05fix NPE when reverting orm.xmlBrian Vosburgh1-1/+1

Back to the top