Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-21convert Filter to PredicateBrian Vosburgh5-30/+30
2013-02-20re-arrange validation message method parms to place args alongside theBrian Vosburgh30-152/+189
2013-02-20convert JAXB to new validation messagesBrian Vosburgh32-426/+327
2013-02-11standardize jaxb validation message class etc.Brian Vosburgh31-264/+145
2013-02-11clean up messages in jaxb plug-insBrian Vosburgh16-79/+23
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh9-47/+47
2013-02-08xml enum supportPaul Fullbright1-28/+39
2013-02-08superclass and superclass-associated defaultsPaul Fullbright1-2/+2
2013-02-07remove obsolete FilteringIterable constructorBrian Vosburgh6-140/+101
2013-01-31rework FilterIterator etc.Brian Vosburgh2-7/+6
2013-01-30remove obsolete CompositeIterable constructorBrian Vosburgh6-20/+16
2013-01-30rework clone iterables and iterators etc.Brian Vosburgh18-80/+74
2013-01-30to work with new tranforming apiPaul Fullbright1-1/+12
2013-01-29Added oxm xmlSeeAlso to context dancePaul Fullbright2-51/+49
2013-01-29oxm context model - java-type name and namespace checkpointPaul Fullbright16-365/+218
2013-01-29Committed patch for bug 394063Paul Fullbright1-13/+21
2013-01-29small fix to default access type calculationPaul Fullbright1-3/+11
2013-01-29clean up messages in common.core, common.ui, and common.eclipselink.coreBrian Vosburgh2-2/+2
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh10-286/+183
2013-01-24Generalize context model exclusions for JAXB types to all core javaNeil Hauge2-20/+9
2013-01-22rename ProjectResourceLocator methodsBrian Vosburgh1-1/+1
2013-01-21398686 - Initial crack at binary type support for JAXB. SupportedNeil Hauge1-238/+263
2013-01-21398686 - Update/finish binary resource model for JAXB core.Neil Hauge3-0/+395
2013-01-21Ensure jaxb model is sync'ed after imports change. Paul Fullbright1-2/+2
2013-01-17tie together top-level global state and add null checksBrian Vosburgh11-42/+104
2013-01-11tweak the JAXB facet version constants againBrian Vosburgh4-178/+192
2013-01-11rework constants; [397412] fix JaxbSchemasPropertiesPage broken by imageBrian Vosburgh1-1/+2
2013-01-11rework constantsBrian Vosburgh12-239/+288
2013-01-09fix some NPEsBrian Vosburgh1-7/+3
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh4-67/+79
2012-12-10added local superclassName variable; refactored superclass, includedPaul Fullbright1-37/+22
2012-12-10fixed setXmlTransient(boolean)Paul Fullbright1-1/+6
2012-12-10fixed typoPaul Fullbright1-1/+1
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke5-15/+11
2012-12-07refactoring for oxm - checkpointPaul Fullbright30-252/+390
2012-10-12make property testers consistentBrian Vosburgh2-2/+2
2012-10-11rework utility classesBrian Vosburgh108-1970/+4067
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke10-81/+21
2012-10-04removed JavaContextNode and refactored java interfaces into java packagev201210042332Paul Fullbright23-95/+64
2012-10-02xml bindings context modelv201210030343Paul Fullbright1-1/+1
2012-09-19added oxm files to context modelPaul Fullbright1-47/+0
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 Butzke52-444/+408
2012-08-22caching TextRanges in the JAXB java resource model Annotation hierarchyKaren Butzke42-360/+639
2012-08-20Initial oxm resource modelPaul Fullbright1-2/+2
2012-08-17problem markers were not being removed when running a validationKaren Butzke1-2/+4
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace is...tle3-60/+60
2012-07-20rework plug-in classesbvosburgh24-163/+175
2012-07-20begin caching text ranges in JAXB annotationskmoore14-41/+73

Back to the top