Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-07refactoring for oxm - checkpointPaul Fullbright22-166/+160
2012-10-11rework utility classesBrian Vosburgh41-222/+228
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright15-57/+32
2012-10-02xml bindings context modelv201210030343Paul Fullbright1-1/+1
2012-09-06Correctly fixed java code completion filteringKaren Butzke3-3/+3
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke27-202/+136
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke47-422/+363
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke15-78/+78
2012-07-20rework plug-in classesbvosburgh1-11/+12
2012-07-20begin caching text ranges in JAXB annotationskmoore1-2/+2
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore4-6/+6
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright10-25/+25
2012-04-25completed package level annotation content assistpfullbright2-43/+97
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright3-4/+13
2012-04-11minor performance tuning to improve update timeskmoore1-6/+4
2012-04-03bug 366901 - XmlJoinNode supportpfullbright1-0/+11
2012-04-03added hasTextContent() to XsdTypeDefinitionpfullbright1-4/+1
2012-03-27bug 375415 - npe in attribute XmlJavaTypeAdapter validationpfullbright1-2/+2
2012-03-22bug 363862 - DEFAULT interpreted correctlypfullbright2-2/+2
2012-03-21validation for multiple XmlRegistries in a packagepfullbright1-0/+10
2012-03-01[372431] rework "combination" annotationsbvosburgh2-3/+8
2012-02-24XmlPath supportpfullbright1-3/+17
2012-02-24XmlMixed should be allowed with XmlElementRefpfullbright1-1/+2
2012-02-24fixed validation when using "##default" stringspfullbright1-3/+11
2012-02-24fixed retrieval of XmlID mappings when inheritedpfullbright1-26/+30
2012-02-24fixed eclipselink XmlID attribute type validationpfullbright1-9/+13
2012-02-24fixed eclipselink JAXBElement usagepfullbright5-19/+26
2012-01-18bug 367890 - fixed validation of XmlElement type with XmlJavaTypeAdapter (and...pfullbright3-1/+30
2012-01-17validation for XmlPath w/ XmlElementspfullbright1-26/+34
2012-01-13validation for XmlPath w/ XmlElement, XmlAttribute and XmlElementWrapperpfullbright8-117/+141
2012-01-12opened up constructor for inheritancepfullbright9-43/+46
2011-12-16refactored value mapping into attribute/element hierarchypfullbright9-499/+325
2011-12-02added XmlSchemaType to XmlValueMapping, and added text content validation to ...pfullbright2-25/+164
2011-12-02Added XmlList defaulting, schema type validationpfullbright11-197/+485
2011-11-15bug 363520 - fixed propOrder validation with transient attributespfullbright1-3/+10
2011-11-11363620 - xml enum value invalid lexical value has a null text rangekmoore1-3/+4
2011-11-11added factory class default and XmlType constructor validationpfullbright1-14/+54
2011-11-11bugs 363103 and 363217 - XmlList and XmlIDREF validation errorspfullbright4-5/+23
2011-11-08362681 - ConcurrentModificationException while generating JAXB classes - cha...kmoore1-2/+2
2011-11-07parameterized SingleElementIterablekmoore1-1/+1
2011-11-03fixed some potential NPE's for partially built context modelspfullbright8-39/+81
2011-11-03bug 362713 - fixed npe on validationpfullbright2-1/+2
2011-11-02reworked SchemaLibrary for better usabilitypfullbright8-29/+50
2011-10-28XmlIDREF validation supportpfullbright6-39/+92
2011-10-27XmlList validation supportpfullbright13-31/+104
2011-10-26XmlID validationpfullbright3-8/+62
2011-10-26XmlSchemaType validationpfullbright3-0/+85
2011-10-25XmlEnumValue validation and content assistpfullbright2-36/+141
2011-10-25Jaxb enum validationpfullbright1-17/+146
2011-10-19added XmlType.propOrder validation and content assitpfullbright9-14/+217

Back to the top