Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Bug 387630 - Convert java plural queries or converters to xml and the plural ...Karen Butzke2-2/+6
2012-11-16removing another reference to the deprecated AST.JLS3, made ASTTools.newParse...Karen Butzke1-7/+7
2012-11-16jpt.common.core move EMF generated code to model/srcKaren Butzke7-5/+8
2012-11-14Bug 393086 - [JPA 2.1] Add JPA 2.1 facet version and generic 2.1 platformKaren Butzke1-2/+2
2012-11-13log an error if no schema location defined for a particular versionKaren Butzke1-1/+6
2012-11-05switch ASTParser parser to use AST.JLS4 since AST.JLS3 was deprecatedv201211052140Karen Butzke1-1/+1
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke11-15/+14
2012-11-02regenerated emf model codeKaren Butzke1-0/+1
2012-11-01comment out reference to eclipselink 2.5 orm schema until we have it in our w...Karen Butzke1-2/+2
2012-10-30add eclipselink_orm_2_4.xsd locally and point to the new 2_5 xsdKaren Butzke2-1/+5914
2012-10-30Properly disposing of WidgetFactory and its wrapped FormToolkit. Deleted Prop...Karen Butzke4-73/+25
2012-10-29389940 - Metamodel generation should use appropriate text file lineTran Le4-9/+90
2012-10-26Fixed persistence.xml editor: tabs update when resource types changes, jpa pr...Karen Butzke1-271/+13
2012-10-26added SWTTools.controlExpandedState for SectionsKaren Butzke3-0/+121
2012-10-26Added comment to mention the ExpandableComposite.EXPANDED style optionKaren Butzke1-1/+2
2012-10-25fix EclipseLinkJpaPreferencesTests that failed in buildBrian Vosburgh1-20/+5
2012-10-19cleaning up leaks in Pane and our custom widgetsv201210221744Karen Butzke11-104/+190
2012-10-18change JpaProject2_0 to not extend MetamodelSynchronizer - that behaviorBrian Vosburgh2-11/+9
2012-10-18fix some build warnings - build does not recognize JavaDoc references toBrian Vosburgh19-55/+31
2012-10-18fix tests to pass on various JVM vendors and versionsBrian Vosburgh7-56/+176
2012-10-16make tests platform file encoding sensitivev201210170240Brian Vosburgh8-14/+76
2012-10-16convert chars and strings to hex-encoded Unicode (UTF-8)Brian Vosburgh6-23/+23
2012-10-16remove extended ASCII/Unicode characters from commentsBrian Vosburgh1-1/+1
2012-10-16convert chars and strings to Unicode (UTF-8)Brian Vosburgh6-30/+30
2012-10-16convert comments to UnicodeBrian Vosburgh1-3/+4
2012-10-12add test to TypeDeclarationTests to check for new JDK versionBrian Vosburgh2-0/+31
2012-10-12change return types in IterableTools and IteratorTools factory methodsBrian Vosburgh2-186/+186
2012-10-12consolidate usage of TestsTools.assertEquals(String, char[])Brian Vosburgh4-159/+149
2012-10-12add some utility testsBrian Vosburgh12-8/+521
2012-10-12remove vestigial comment from ReadOnlyCompositeListIterableBrian Vosburgh1-1/+0
2012-10-12fix ReverseComparator to allow comparison of non-Comparable objectsBrian Vosburgh2-6/+77
2012-10-12remove useless generic declarationBrian Vosburgh1-5/+11
2012-10-12return Iterable instead of array from CompositeException.getExceptions()Brian Vosburgh1-3/+4
2012-10-12add some null checks to utility classesBrian Vosburgh64-3/+215
2012-10-12add serialVersionUID to BodySourceWriter.ImportEntriesComparatorBrian Vosburgh1-0/+1
2012-10-12add some utility adaptersBrian Vosburgh7-0/+205
2012-10-12rename JDK to JDKToolsBrian Vosburgh1-2/+2
2012-10-11Fix misalignment of text range within a JPQL query and incorrect behavior of ...Pascal Filion2-17/+100
2012-10-11rework utility classesBrian Vosburgh750-25714/+38136
2012-10-09added copyright header for new classesv201210100252Karen Butzke6-2/+47
2012-10-09Bug 391462 - fixed initialization/synchronization of SourceAnnotation subclas...Karen Butzke2-21/+9
2012-10-02Bug 390580 - reference eclipselink_oxm_2_5.xsd and copy 2.4 schema into o.e.j...Karen Butzke2-2/+601
2012-09-26[387417] handle workbench shutdown more gracefully - silently ignore anyBrian Vosburgh2-32/+97
2012-09-26fixed typo in copied classKaren Butzke1-1/+1
2012-09-25Bug 340749 - Add Search field above the Tables list in Generate Custom Entiti...Nan Li4-71/+567
2012-09-24minor fix for empty XML element stringBrian Vosburgh1-1/+1
2012-09-24[382644] XML code assist for database identifiers with specialNan Li1-8/+62
2012-09-18Created AbstractModifiableBooleanReferenceKaren Butzke2-18/+45
2012-09-07More ITypeBinding null checksKaren Butzke1-2/+8
2012-09-06forgot the synchronizeWith(ITypeBinding)Karen Butzke1-1/+2

Back to the top