Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-09-06Correctly fixed java code completion filteringKaren Butzke2-7/+191
2012-09-05Update version numbers for 3.3 M2.Neil Hauge14-14/+14
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring -...Karen Butzke1-1/+3
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-31minor clean-upBrian Vosburgh1-3/+4
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
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
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 Butzke5-7/+0
2012-08-02binary type testsPaul Fullbright7-0/+274
2012-08-02binary type testsPaul Fullbright1-0/+1
2012-08-02inherited attribute typePaul Fullbright11-633/+647
2012-08-01.cvsignore -> .gitignorePaul Fullbright14-7/+7
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace is...tle2-3/+5
2012-07-20rework plug-in classesbvosburgh132-1662/+4547
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 parameter...kmoore1-0/+2
2012-07-20changed JavaResourceNode hierarchy methods initialize, synchronizeWith, and r...kmoore45-488/+409
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore4-9/+6
2012-07-20remove seemingly unnecessary call to JavaResourceCompilationUnit.resolveTypes...kmoore1-1/+0
2012-07-18removed unused code JPTToolskmoore7-472/+1
2012-07-18Bug 376787 - Performance - JavaResourceAnnotatedElement.getAnnotation(String)...kmoore3-44/+76
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore17-59/+278
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 APIpfullbright22-1229/+1180
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 e...kmoore1-2/+5
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore24-1181/+559
2012-07-09Removed panel alignment in effort to fix bug 379764 (SWT no more handles erro...kmoore1-1314/+271
2012-07-03correctly reference org.eclipse.jpt.common.core.libval.LibraryValidator, it m...kmoore1-1/+1
2012-05-25380297 - IllegalStateException: manually changing @Converters to @Converter. ...nhauge2-9/+10
2012-05-14368479 - Schema combo box of entity-mappings is gone first time opening an el...kmoore1-1/+1

Back to the top