Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-04HEAD - Fixed bug 359831: Fix messages for "new warning for missingOlivier Thomann1-2/+2
2011-09-28HEAD - Set local .gitignore and project specific settings for lineoliviert2-0/+3
2011-09-28HEAD - Remove .cvsignore filesoliviert1-3/+0
2011-05-09HEAD - Fixed bug 328575: Inheritance of annotation fails with generic classesOlivier Thomann10-3/+403
2011-04-21HEAD - Fixed bug 342598: Inconsistent handling of error typesv20110421-1045Olivier Thomann1-0/+0
2011-04-21HEAD - Fixed bug 342598: Inconsistent handling of error typesOlivier Thomann2-2/+2
2011-04-21HEAD - Fix getConstantExpression(..) for byte and short valuesOlivier Thomann1-0/+3
2011-04-21HEAD - Fixed bug 342598: Inconsistent handling of error typesOlivier Thomann2-50/+101
2011-04-15HEAD - Fixed bug 342936: NPEs and inconsistencies when running jdt.compiler.t...v20110419-0930Olivier Thomann8-132/+107
2011-04-11HEAD - Fixed bug 342470: javax.lang.model.element.Element.getEnclosingElement...v20110411-1630Olivier Thomann1-1/+1
2011-04-11HEAD - Fixed bug 342470: javax.lang.model.element.Element.getEnclosingElement...Olivier Thomann2-1/+12
2011-03-31HEAD - Fixed bug 341394: Remove 'Unavailable' JMX attributes of WebAppContext...v20110331-1100Olivier Thomann3-3/+63
2011-03-05Bug 338370 - throw an IOException instead of NPE'ing when getResource can't f...Walter Harley3-11/+33
2011-02-02HEAD - Update project specific settings to force strict JRE complianceOlivier Thomann2-1/+15
2011-01-14HEAD - Update copyrightsOlivier Thomann3-3/+3
2010-08-05HEAD - Adjust PDE preferencesOlivier Thomann1-1/+20
2010-07-28HEAD - Fix output folders sharing between the two source foldersOlivier Thomann3-1/+3
2010-05-13HEAD - Fix mixed line delimitersv20100513-0845Olivier Thomann1-1/+2
2010-05-11HEAD - Fix copyrightsv20100512-2030Olivier Thomann2-1/+21
2010-04-21Fix copyrightsv20100506-1250Walter Harley2-2/+2
2010-04-21Bug 261969 - null value returned for string-array-typed annotation value that...Walter Harley4-15/+76
2010-02-03HEAD - Fix for 301562Olivier Thomann2-0/+104
2010-01-25HEAD - Disable external tool builderOlivier Thomann1-0/+1
2009-08-25HEAD - Increase bundle versionsOlivier Thomann1-1/+1
2009-08-21HEAD - Fix for 287323Olivier Thomann3-6/+102
2009-05-26Copyright fixesv20090526-1230Root_R3_5_maintenanceWalter Harley2-3/+3
2009-04-28HEAD - Fix for 269934. Fix infinite loop with class file creationv20090429-0100Olivier Thomann1-0/+0
2009-04-28HEAD - Fix copyrightOlivier Thomann6-2/+42
2009-04-03HEAD - Handle non-headless runOlivier Thomann1-2/+5
2009-03-07HEAD - Fix for 267279Olivier Thomann1-0/+4
2009-03-02Bug 261600 - support AnnotationMirror and AnnotationValue parameters in MessagerWalter Harley1-16/+47
2009-01-27HEAD - Add .cvsignoreOlivier Thomann1-0/+1
2009-01-26Test for String[]-valued annotations with single String value in invocation.Walter Harley3-2/+44
2009-01-19update copyright datesv20090119-2000Walter Harley1-1/+1
2009-01-19update copyright dateWalter Harley1-1/+1
2009-01-19Bug 258914 - provide context information to Messager for method parametersWalter Harley3-3/+92
2009-01-12HEAD - Removed unused importOlivier Thomann1-1/+0
2009-01-12HEAD - Create the processors jar each time a processor is modifiedOlivier Thomann3-0/+68
2009-01-12Bug 258917, bug 259248, bug 259249: support additional types in TypesImpl#isS...Walter Harley3-3/+61
2008-12-21Update manifest versionWalter Harley1-2/+2
2008-12-03Test for creating array type of parameterized typeWalter Harley2-0/+28
2008-12-03Bug 256184 - fix Types.getDeclaredType() for inner typesWalter Harley2-7/+8
2008-11-25copyright fixesv20081125-0310Walter Harley2-3/+69
2008-05-13Fix bug 231521 - hide unresolved interfaces in getInterfaces(). Note, a chan...Walter Harley7-18/+212
2008-04-08Bug 218057: preserve order of annotation valuesWalter Harley3-3/+48
2008-04-01Re-enable debugging code for bug 224424 (and fix a missing javadoc comment)Walter Harley3-5/+6
2008-03-29Disable debugging code so that project can be tagged for M6Walter Harley2-2/+2
2008-03-28Another attempt at debugging bug 224424. The last one fell afoul of classpat...Walter Harley4-91/+94
2008-03-27Test case for debugging bug 224424Walter Harley1-0/+90
2008-03-27Workaround for bug 224424 (test failure in Linux)Walter Harley2-0/+3

Back to the top