Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-19added oxm files to context modelPaul Fullbright12-63/+522
2012-09-06Correctly fixed java code completion filteringKaren Butzke3-3/+3
2012-09-05Removed (again)Paul Fullbright1-49/+0
2012-09-01support for versionless xml filesPaul Fullbright33-124/+312
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke12-68/+38
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke20-87/+96
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke18-124/+158
2012-08-20Initial oxm resource modelPaul Fullbright56-0/+33272
2012-07-20rework plug-in classesbvosburgh4-88/+52
2012-07-20begin caching text ranges in JAXB annotationskmoore11-30/+47
2012-07-18Bug 376787 - Performance - JavaResourceAnnotatedElement.getAnnotation(String)...kmoore2-2/+6
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore8-49/+91
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright1-1/+10
2012-04-13bug 376737 - fixed ArrayIndexOutOfBoundsException for XmlPath annotationpfullbright5-6/+20
2012-04-12bugs 331362 and 376656 - added actions for adding package-info.java/jaxb.prop...pfullbright1-0/+47
2012-04-03bug 366900 - XmlKey supportpfullbright13-0/+564
2012-04-03bug 366901 - XmlJoinNode supportpfullbright9-20/+762
2012-04-03bug 366898 - XmlDiscriminatorNode supportpfullbright1-1/+1
2012-04-03bug 366897 - XmlCDATA supportpfullbright9-6/+258
2012-04-03minor changespfullbright2-2/+2
2012-03-27fixes for namespaces of local attribute/elementspfullbright1-3/+3
2012-03-22added interfacepfullbright2-1/+33
2012-03-07XmlJoinNode/s mapping tolerancepfullbright4-2/+118
2012-03-02XmlDiscriminatorValue context model supportpfullbright6-2/+246
2012-03-01added commentspfullbright7-7/+84
2012-03-01XmlDiscriminatorNode context model supportpfullbright5-1/+400
2012-03-01removed dead codepfullbright1-2/+0
2012-02-29XmlDiscriminatorNode, XmlDiscriminatorValue, XmlJoinNode/s annotation supportpfullbright15-1/+1143
2012-02-27remove Tools.valueIsEqualToOneOf(...)bvosburgh1-9/+16
2012-02-24XmlCDATA annotation supportpfullbright9-11/+249
2012-02-24XmlPath supportpfullbright9-170/+893
2012-02-24fixed eclipselink XmlInverseReference validationpfullbright1-2/+9
2012-02-24fixed eclipselink XmlID attribute type validationpfullbright1-0/+32
2012-02-24fixed eclipselink JAXBElement usagepfullbright5-0/+163
2012-02-15Rework validation resources etc.uid84281-54/+80
2012-01-24XmlPath form validationpfullbright7-4/+257
2012-01-17validation for XmlPath w/ XmlElementspfullbright6-11/+128
2012-01-17validation for XmlPath w/ XmlAnyElementpfullbright1-0/+43
2012-01-13validation for XmlPath w/ XmlElement, XmlAttribute and XmlElementWrapperpfullbright7-5/+161
2012-01-13changed order so moxy definitions get prioritypfullbright1-1/+1
2012-01-12XmlPath context model support for xml any attribute/xml any element/xml eleme...pfullbright18-70/+654
2012-01-09added xml path to xml attribute and xml element context modelpfullbright11-1/+571
2011-12-16XmlInverseReference validation and XmlPath annotation supportpfullbright16-8/+723
2011-11-29356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsd and...kmoore6-14/+69
2011-10-25Jaxb enum validationpfullbright1-0/+18
2011-08-26removed ANNOTATION_NAME from annotation interfacespfullbright6-11/+7
2011-06-27Phase 1 - refactoring java resource model to org.eclipse.jpt.common.*pfullbright9-49/+57
2011-05-19bug 342987pfullbright1-1/+35
2011-05-12bug 345453 - altered library validation for jaxb 2.2/java 1.6pfullbright1-2/+2
2011-05-11bug 343851 - minimal support for XmlElements, XmlElementRef, XmlElementRefs, ...pfullbright18-6/+924

Back to the top