Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-09-06Correctly fixed java code completion filteringKaren Butzke1-6/+114
2012-09-05Update version numbers for 3.3 M2.Neil Hauge6-6/+6
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring ↵Karen Butzke1-1/+3
- adding quotes as necessary in the proposal computer itself" This reverts commit 8e884ee1f86ca2c7512ecac40c74a4db156a09b9.
2012-09-01support for versionless xml filesPaul Fullbright5-20/+198
2012-08-31add new common.ui plugin.xml file to plug-in jarBrian Vosburgh1-0/+1
2012-08-31add common.core model directory to source jarBrian Vosburgh1-1/+2
2012-08-31add new .options files to appropriate build.properties filesBrian Vosburgh2-4/+6
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh3-27/+0
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke1-3/+1
adding quotes as necessary in the proposal computer itself
2012-08-31Bug 388371 - NPE adding attributes to a java entityKaren Butzke3-4/+10
2012-08-29minor performance improvementKaren Butzke1-4/+6
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke11-120/+41
astRoot when validating, moved validate methods up the hierarchy, removed textRange resolvers, removed some owner interfaces
2012-08-22rename: commonResourceModels.genmodel -> common.genmodelPaul Fullbright1-0/+0
2012-08-20Initial oxm resource modelPaul Fullbright15-40/+2452
2012-08-09removing unnecessary(?) .cvsignore filesKaren Butzke2-2/+0
2012-08-02inherited attribute typePaul Fullbright11-633/+647
2012-08-01.cvsignore -> .gitignorePaul Fullbright8-4/+4
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace ↵tle2-3/+5
is specified
2012-07-20rework plug-in classesbvosburgh114-1521/+4206
2012-07-20improve some toString() implementationsbvosburgh38-179/+186
2012-07-20clean up exception handlersbvosburgh8-8/+129
2012-07-20removed a few methods that are now unnecessarykmoore3-57/+54
2012-07-20removed occurrence, added inherited attribute apipfullbright2-16/+76
2012-07-20removed occurrencepfullbright1-9/+5
2012-07-20removed APIpfullbright3-16/+0
2012-07-20moved back to SourceTypepfullbright1-38/+0
2012-07-20added inherited attribute apipfullbright1-1/+12
2012-07-20changed commentpfullbright1-1/+1
2012-07-20added a TODO about SimpleJavaType being used incorrectly for method ↵kmoore1-0/+2
parameter types
2012-07-20changed JavaResourceNode hierarchy methods initialize, synchronizeWith, and ↵kmoore45-488/+409
resolveTypes to take the corresponding ASTNode instead of the CompilationUnit
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use ↵kmoore4-9/+6
CompilationUnit. caching the name text range in the implementation
2012-07-18removed unused code JPTToolskmoore7-472/+1
2012-07-18Bug 376787 - Performance - ↵kmoore3-44/+76
JavaResourceAnnotatedElement.getAnnotation(String), added getContainerAnnotation(String)
2012-07-18performance improvements - initialize/synchronize Annotations with the AST ↵kmoore17-59/+278
annotation instead of CompilationUnit
2012-07-18updating javadocskmoore4-17/+76
2012-07-18changed initialize(MethodDeclaration) to protectedkmoore1-1/+1
2012-07-18copy/paste error in BooleanReference.Falsekmoore1-1/+1
2012-07-13352865 - SQL script generation does not open the generated scripttle8-17/+330
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright21-1186/+1128
2012-07-10added TODO to fire aspect changed with the old value and new valuekmoore1-2/+6
2012-07-09Bug 379274 - State of components of secondary tables section retained cross ↵kmoore1-2/+5
entities
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore22-1086/+558
also fixes bugs: 281677 - add remove lists - selection problems 297867 - Order column section is editable after removing an attribute from orm.xml 379274 - State of components of secondary tables section retained cross entities
2012-07-09Removed panel alignment in effort to fix bug 379764 (SWT no more handles ↵kmoore1-1314/+271
error). Also simplified how we do enablement for subPanes and widgets
2012-07-03correctly reference org.eclipse.jpt.common.core.libval.LibraryValidator, it ↵kmoore1-1/+1
moved to common.core
2012-05-25380297 - IllegalStateException: manually changing @Converters to @Converter. ↵nhauge2-9/+10
Patch from Brian.
2012-05-14368479 - Schema combo box of entity-mappings is gone first time opening an ↵kmoore1-1/+1
el mapping file
2012-05-10Correcting accidental commit, reverting to last version.nhauge1-6/+2

Back to the top