Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-09313618 - Entity Generation wizard flashes when you select a table fromv201309102252Nan Li1-28/+11
2013-09-07415646 - Make Persistent Wizard: Need to set column name each timeNan Li1-0/+1
2013-09-06415720 - Entities generated from tables don't use line delimiterNan Li2-2/+29
2013-08-28377790 - Add action on class to "Add to persistence.xml"v201309041924Nan Li7-0/+420
2013-08-27409323 - Add support for new Informix Platformv201308271956Tran Le4-0/+5
2013-08-27clean up manifestsBrian Vosburgh5-1/+17
2013-08-26add some Comparator testsv201308262207Brian Vosburgh32-220/+797
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 Vosburgh29-41/+89
2013-08-26add packages o.e.jpt.common.utility.exception andBrian Vosburgh80-152/+204
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-23414830 - Fix up cheat sheets, including externalizing some strings.Neil Hauge4-21/+7
2013-08-23409608 - Remove temp fix for: Intermittent failure on JPA project creation wh...Neil Hauge1-9/+1
2013-08-22414702 - [CBI] webtools.dali patch for building with Maven/Tychov201308222233Tran Le2-0/+118
2013-08-22414702 - [CBI] webtools.dali patch for building with Maven/TychoTran Le73-35/+2250
2013-08-22379997 - Fix possible NPE in JPQL content assistPascal Filion1-2/+7
2013-08-22409645 - Make Persistent Wizard: Length of Date type of Column sets toNan Li8-27/+103
2013-08-22409120 - Missing validation switch for JOIN FETCHNan Li1-8/+7
2013-08-13Fixed XMLUnmarshaller.unmarshal(File) access restrictionv201308132259Tran Le1-3/+3
2013-08-13Updated EclipseLink.v201308131625Tran Le3-5/+5
2013-08-13347842 - [EclipseLink][Validation] No id class validation when id classNan Li5-25/+66
2013-08-13Updated EclipseLink.v201308131155Tran Le2-2/+2
2013-08-12fixed ordering translator (bug 414574)Paul Fullbright1-3/+1
2013-08-12clean up JaxbProjectTestHarnessBrian Vosburgh3-5/+5
2013-08-12rename TestJaxbProject to JaxbProjectTestHarnessBrian Vosburgh6-31/+31
2013-08-12clean up JpaProjectTestHarnessBrian Vosburgh8-47/+34
2013-08-12rename TestJpaProject to JpaProjectTestHarnessBrian Vosburgh11-41/+41
2013-08-12clean up JavaProjectTestHarnessBrian Vosburgh107-311/+308
2013-08-12rename TestJavaProject to JavaProjectTestHarnessBrian Vosburgh85-107/+109
2013-08-12clean up FacetedProjectTestHarnessBrian Vosburgh2-66/+48
2013-08-12rename TestFacetedProject to FacetedProjectTestHarnessBrian Vosburgh3-10/+12
2013-08-12ProjectTestHarness clean-upBrian Vosburgh2-16/+2
2013-08-12rename TestPlatformProject to ProjectTestHarnessBrian Vosburgh3-8/+8
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 Hauge50-160/+160

Back to the top