Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-25More cases handled in getAnnotation()Walter Harley4-5/+33
2007-04-25Implementation of Element.getAnnotation(Class)Walter Harley7-66/+215
2007-04-23HEAD - Fix for 183538v20070423-2240Olivier Thomann2-2/+1
2007-04-22Modify inherited annotation test case to include annotations from binary. Te...Walter Harley4-4/+9
2007-04-21Improved tests for annotation inheritanceWalter Harley4-18/+49
2007-04-21Handling of inherited annotationsWalter Harley8-0/+297
2007-04-18HEAD - Fix for package-infos issues + other bug fixesOlivier Thomann2-2/+57
2007-04-18Implementation of Elements.overrides()Walter Harley3-16/+36
2007-04-18Fix a corner case in Elements.hides() and contribute tests for Elements.overr...Walter Harley3-59/+255
2007-04-17More refinement to hides()Walter Harley2-0/+7
2007-04-17Refinement of Elements.hides()Walter Harley4-16/+17
2007-04-17Work on Elements.hides(). Give TypeMirrorImpl and ElementImpl a BaseProcessi...Walter Harley7-2/+305
2007-04-17Partial implementation of Types.getDeclaredType()Walter Harley2-0/+26
2007-04-16HEAD - Add check for duplicate creation in FilerImpl + fix the processing of ...Olivier Thomann4-2/+5
2007-04-16Work on DeclaredType implementationWalter Harley5-0/+213
2007-04-16Elements.getDocComment()Walter Harley3-3/+3
2007-04-15Test for Elements.getDocComment() - test is disabled till functionality is fixedWalter Harley3-1/+70
2007-04-13Test for Elements.getBinaryNameWalter Harley2-1/+42
2007-04-13NoType implementation, and more work on primitivesWalter Harley2-0/+23
2007-04-12getElementValuesWithDefaults() now works properlyWalter Harley2-3/+2
2007-04-12getElementsAnnotatedWith() partial implementation (still doesn't handle inher...Walter Harley4-25/+96
2007-04-11Get correct type for annotation valuesWalter Harley2-5/+8
2007-04-11Annotation values and visitorsWalter Harley3-0/+245
2007-04-09Try to get Elements.getAnnotationValuesWithDefaults working. Doesn't work ye...Walter Harley2-0/+28
2007-04-09More typesystem workWalter Harley7-5/+145
2007-04-09Types utility and primitive typesWalter Harley5-5/+161
2007-04-08More work on ElementsWalter Harley9-0/+246
2007-04-07implement ElementsImpl.getAllMembers() and testsWalter Harley13-7/+347
2007-04-04HEAD - Progress on Messager implementationOlivier Thomann1-1/+1
2007-04-04Temporary fix for BatchMessager compilation error, to keep build from failingWalter Harley1-1/+1
2007-04-03HEAD - More progress on the Messager implementationOlivier Thomann3-6/+23
2007-03-31HEAD - First draft for Messager implementationOlivier Thomann12-18/+465
2007-03-27Fix releng build failure: processor classes not available in deployed test pl...Walter Harley1-15/+15
2007-03-27Some support for genericsWalter Harley6-43/+202
2007-03-27Implement visitor methods on elementsv20070326-2120Walter Harley7-38/+248
2007-03-26More typesystem workWalter Harley2-1/+88
2007-03-19more typesystemWalter Harley2-14/+64
2007-03-17yet more typesystemWalter Harley5-19/+122
2007-03-17More typesystemWalter Harley8-31/+214
2007-03-16More typesystem functionalityWalter Harley3-5/+6
2007-03-16More tests for typesystem supportWalter Harley9-16/+172
2007-03-15Refactoring of utilities and beginnings of some typesystem testsWalter Harley15-85/+314
2007-03-13HEAD - Fix copyrightsv20070313-0030Olivier Thomann3-0/+30
2007-02-28HEAD - Fix for linux failuresOlivier Thomann1-1/+7
2007-02-24*** empty log message ***Olivier Thomann3-2/+1
2007-02-24HEAD - Fix failure in the test frameworkOlivier Thomann1-1/+1
2007-02-24*** empty log message ***Olivier Thomann1-0/+0
2007-02-24*** empty log message ***Olivier Thomann1-2/+3
2007-02-24HEAD - Fix resources retrieving problem inside test frameworkOlivier Thomann8-115/+103
2007-02-23HEAD - Reoganization of compiler.apt, compiler.apt.tests, compiler.tool, comp...Olivier Thomann6-11/+24

Back to the top