aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated binary formacolyer2004-12-0936-0/+0
|
* Allows passing of extra argument to the compiler (-1.5 for autoboxing behavior)aclement2004-12-091-4/+18
|
* Autoboxing testdata - all primitives covered.aclement2004-12-0920-0/+245
|
* completed @this and @targetacolyer2004-12-092-2/+11
|
* add in @this and @target tests to main suiteacolyer2004-12-091-0/+1
|
* get test instructions ahead of jump testacolyer2004-12-091-5/+6
|
* who put that there???acolyer2004-12-091-51/+0
|
* more @this @target fixes and testsacolyer2004-12-0920-35/+403
|
* Complete varargs support.aclement2004-12-0910-25/+67
|
* mock java.lang.annotation.Annotationacolyer2004-12-091-0/+0
|
* Allows for MarkerAnnotations - doh! (i.e. ones with no values) and unpacks ↵aclement2004-12-0911-4/+58
| | | | invis annotations on classgens correctly.
* clarify requirement for runtime retention in @this, @target, @argsacolyer2004-12-091-1/+4
|
* annotation tests for this and targetacolyer2004-12-093-0/+101
|
* fail gracefully when trying to bind in an @pcdacolyer2004-12-093-6/+22
|
* update installer pageacolyer2004-12-091-3/+3
|
* a few words about 1.5.0 M1acolyer2004-12-093-1/+66
|
* fixed some alignment issues in grammar fragmentsacolyer2004-12-092-42/+41
|
* updates for 1.5.0 M1acolyer2004-12-095-266/+504
|
* say what we are installing...acolyer2004-12-091-1/+1
|
* @within, @withincode impl (non-binding)acolyer2004-12-085-41/+181
|
* unwanted importacolyer2004-12-081-1/+0
|
* first @annotation testacolyer2004-12-082-0/+16
|
* lots of pointcut parsing test cases for @xxx pcdsacolyer2004-12-089-9/+209
|
* update to new @pat syntaxacolyer2004-12-081-2/+2
|
* Annotation matching.aclement2004-12-0813-40/+44
|
* Annotation matching.aclement2004-12-0816-22/+212
|
* @annotation parsing and matchingacolyer2004-12-083-95/+71
|
* updated binary formacolyer2004-12-0833-0/+0
|
* updated test cases to reflect new parsingacolyer2004-12-0813-196/+226
|
* Annotation matching.aclement2004-12-086-0/+21
|
* updates to annotation parsing...acolyer2004-12-089-57/+213
|
* updates to annotation parsing...acolyer2004-12-081-1/+0
|
* Annotation matching.aclement2004-12-0818-21/+355
|
* update the scanner class too to tokenize correctlyacolyer2004-12-072-0/+0
|
* updated jdtcore that can also handle @, ... as PseudoTokensacolyer2004-12-072-0/+0
|
* more parser test cases and updatesacolyer2004-12-073-30/+118
|
* With type mungers remembering their location, we now get a sensible error ↵aclement2004-12-072-3/+2
| | | | line for this test!
* Rebuilt due to type munger attribute changeaclement2004-12-0733-0/+0
|
* Finally ... type mungers now remember where they came from in their ↵aclement2004-12-071-5/+15
| | | | | | attributes. So during binary weaving we can determine the source of the declarations. We will still understand the old form of attribute that is missing the source location. (This means incremental compilation of ITDs will work properly for the IDE.)
* Annotation Matching - test codeaclement2004-12-074-0/+28
|
* annotation pattern and type pattern parsing and test casesacolyer2004-12-0615-162/+495
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-0617-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-062-10/+18
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-0654-60/+1826
|
* Fixes for Bug 80249: Order of types passed to compiler determines weaving ↵aclement2004-12-066-17/+110
| | | | behavior
* jdeveloperaop link, corrected html, added email archive search link, removed ↵wisberg2004-12-061-83/+61
| | | | unused html comments
* This modified ordering (?!?) means you don't get silly .ajsym files left ↵aclement2004-12-031-3/+3
| | | | around that Eclipse wants you to check into CVS.
* remove that stupid launcher in org.eclipse.jdt.coreaclement2004-12-032-22/+0
|
* 72766 - varargs policing in signature matchingaclement2004-12-037-15/+124
|
* 72766 - varargs policing in signature matchingaclement2004-12-037-0/+56
|