Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create tag 'v201109210855'.v201109210855nhauge176-21685/+0
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-08-16added check for type being subtype of itself, and testpfullbright1-3/+9
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright1-39/+47
2011-08-15added support for arrays and genericspfullbright8-89/+324
2011-08-09lost a few of Brian's changes related to validation virtual atributes when co...kmoore2-11/+22
2011-08-08fixed annotation removal code when changing the primary annotationkmoore1-11/+14
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore48-190/+3205
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge2-14/+16
2011-07-08rework text rangesbvosburgh12-141/+126
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore1-5/+5
2011-06-28moved NullAnnotation to jpt.common.corekmoore1-0/+77
2011-06-27forgot to export one of the new packageskmoore1-0/+1
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore40-24/+4821
2011-06-24349031 - [EclipseLink] descriptor customizer validation incorrect when defaul...kmoore1-3/+12
2011-06-24342624 - ASTTools.findTypeInHierarchy() does not handle parameterized type re...kmoore1-1/+1
2011-06-24316022 - NPE refreshing out of sync entity - added null checkskmoore4-6/+18
2011-06-23bug 349175 - fixed ResourceLocation instantiationpfullbright1-2/+1
2011-05-19345617 - JAXB class generation doesn't work with JDK-shipped JAXB librariestle1-1/+1
2011-04-28fix commentbvosburgh1-2/+2
2011-04-22Fixed class gen for files in other projects and catalog entries.pfullbright1-1/+5
2011-04-22updated API informationpfullbright1-18/+3
2011-04-19[330619] [277138] [330619] - Class validation for various EclipseLink Customi...nhauge1-0/+18
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh2-2/+12
2011-03-22more x-friend/access rules clean-upbvosburgh1-4/+2
2011-03-22clean up .cvsignore filesbvosburgh1-4/+0
2011-03-21Initial checkintle1-0/+5
2011-03-04added ASTTools.resolveFullyQualifiedNames(Expression)pfullbright1-2/+36
2011-03-02remove project-specific settingsbvosburgh1-8/+0
2011-03-02add ICUStringCollatorbvosburgh1-0/+63
2011-02-26Added org.eclipse.jpt.dbws.eclipselink.ui x-friendtle1-1/+3
2011-02-22clean up x-friends, access rules, etc.bvosburgh10-435/+388
2011-02-22remove extra semicolonbvosburgh1-4/+2
2011-02-14310464 - element collection target class validation for unmapped non-basic ty...kmoore1-1/+96
2011-02-11bug 336553 - fixed file creation for projects in locations other than workspacepfullbright1-1/+9
2011-02-08moved library validation guts to common pluginpfullbright3-0/+94
2011-02-08added (already implemented) method to interfacepfullbright1-0/+3
2011-02-08format cleanuppfullbright1-5/+11
2011-02-07moved source folders up to first classpath entrypfullbright1-2/+2
2011-02-07Updating bundle versionskmoore1-1/+1
2011-02-06completing plug-in renamekmoore1-9/+9
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore37-65/+65
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore116-0/+13199

    Back to the top