Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create tag 'v201109210855'.v201109210855nhauge111-17424/+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 apipfullbright2-94/+114
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore2-0/+14
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 genericspfullbright7-88/+309
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-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore34-136/+2888
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge2-14/+16
2011-07-08rework text rangesbvosburgh10-96/+84
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore1-5/+5
2011-06-28moved NullAnnotation to jpt.common.corekmoore1-0/+77
2011-06-27moved JAXB resource model to common so that we can share it with JPA. changed...kmoore18-0/+3530
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-22Fixed class gen for files in other projects and catalog entries.pfullbright1-1/+5
2011-04-19[330619] [277138] [330619] - Class validation for various EclipseLink Customi...nhauge1-0/+18
2011-03-04added ASTTools.resolveFullyQualifiedNames(Expression)pfullbright1-2/+36
2011-03-02add ICUStringCollatorbvosburgh1-0/+63
2011-02-22clean up x-friends, access rules, etc.bvosburgh8-429/+369
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 pluginpfullbright2-0/+93
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore33-55/+55
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore75-0/+10513

    Back to the top