Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-19Bug 389912 - NullPointerException synchronize with java sourceKaren Butzke2-4/+4
2012-08-22Update version numbers for 3.2 SR1nhauge1-1/+1
2012-08-02changed .cvsignore to .gitignoreKaren Butzke1-0/+0
2012-05-25380297 - IllegalStateException: manually changing @Converters to @Converter. ...nhauge2-9/+10
2012-05-02bug 37811 - mapping files in class folderspfullbright1-1/+4
2012-04-25Bug 336403 - Performance: Project open hangs UI for ~30s on initial open - la...kmoore6-114/+139
2012-04-24370407 - more performance improvements for cleaning a project and refactoring...kmoore1-6/+10
2012-04-18bug 377039 - Performance - enhancements for synching methods in the Java reso...kmoore11-107/+239
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright1-2/+1
2012-04-17temp revertpfullbright1-1/+2
2012-04-16tweak exception messagebvosburgh1-1/+1
2012-04-16rework plug-insbvosburgh2-8/+78
2012-04-13made ArrayIndexOutOfBoundsException throwing consistentpfullbright1-1/+4
2012-04-13added a null annotation cache for performancekmoore1-2/+19
2012-04-05capture sync and update stack traces for debuggingbvosburgh4-19/+251
2012-04-03[353149] metadata conversion UIbvosburgh1-0/+31
2012-03-28373870 - Should support table generation for OSGi persistence bundle projecttle1-1/+6
2012-03-26added commentkmoore1-1/+6
2012-03-23improve interface commentbvosburgh1-0/+6
2012-03-21workaround for resource locators when java and wst.web facets occur togetherpfullbright1-4/+12
2012-03-15Update version numbers for 3.2 M6nhauge1-1/+1
2012-03-07bug 372345 - sort after testing config enablementpfullbright1-22/+15
2012-03-01[372431] rework "combination" annotationsbvosburgh9-639/+784
2012-03-01fix compiler warningsbvosburgh3-13/+11
2012-03-01clean up commentbvosburgh1-5/+3
2012-03-01add toString(...)bvosburgh1-1/+6
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore1-138/+10
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore1-0/+50
2012-02-28370895 - Static weaving results in infinite builder loop when enabledtle1-2/+6
2012-02-24changed superclasses and interfaces to use erasures rather than just fq names...pfullbright1-3/+3
2012-02-15Rework validation resources etc.uid84283-83/+0
2012-02-10rework JpaProjectManagerbvosburgh59-462/+2547
2012-02-10tweak annotation adaptersbvosburgh10-159/+175
2012-02-10tweak non-UI plug-in classpathsbvosburgh1-0/+1
2012-02-09updated a comment to the correct method namekmoore1-1/+1
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore1-16/+31
2012-01-19315949 - Support Static Weaving through Dali Eclipse Plug-intle1-1/+5
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore7-8/+180
2011-12-16added getAllAnnotations() to JavaResourceAnnotatedElementpfullbright4-41/+107
2011-11-11added api for public/protected no-arg constructorpfullbright3-1/+64
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore1-3/+11
2011-10-27Debug mode should be false.nhauge1-1/+1
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright1-4/+5
2011-10-19support for indexed values within elementspfullbright7-10/+168
2011-10-11Bug 360554 - NPE when changing a class to an enum (or enum to class)kmoore2-7/+26
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-08-16added check for type being subtype of itself, and testpfullbright1-3/+9

Back to the top