summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 72766 - avoided another problem to do with asking unresolvable members for ↵aclement2004-12-031-5/+19
| | | | their modifiers.
* 72766 - avoid the potential NPE !aclement2004-12-031-5/+5
|
* 72766 - varargs policing in signature matchingaclement2004-12-032-2/+6
|
* integrate new tools tests into suiteacolyer2004-12-032-0/+28
|
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ↵acolyer2004-12-0321-20/+908
| | | | | | matching - final fixes and test cases
* support for 3rd party integration with pointcut parsing /matchingacolyer2004-12-024-0/+179
|
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ↵acolyer2004-12-021-1/+28
| | | | matching
* updated description of tools package to reflect wider scopeacolyer2004-12-021-3/+2
|
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ↵acolyer2004-12-0219-19/+823
| | | | matching
* 72766 - improved build.xml for building the testcode jaraclement2004-12-023-17/+8
|
* 72766 - enum testdataaclement2004-12-028-0/+44
|
* 72766 - annotation testdataaclement2004-12-025-0/+37
|
* 72766 - progress text file for 1.5.0M1aclement2004-12-021-0/+28
|
* 72766 - enum/annotations tests added to suite.aclement2004-12-021-1/+3
|
* 72766 - tests to confirm ITDs on enums/annotations not allowed.aclement2004-12-023-0/+214
|
* fixed unused importsaclement2004-12-021-3/+0
|
* 72766 - implement isEnum/isAnnotationaclement2004-12-021-0/+12
|
* 72766 - when *source compiling* output messages to prevent ITD on ↵aclement2004-12-024-0/+45
| | | | enums/annotations
* 72766 - more helpers for identifying enums/annotationsaclement2004-12-022-0/+38
|
* 72766 - when *binary weaving* output messages to stop ITDs on enums/annotationsaclement2004-12-021-1/+36
|
* 72766 - helper methods for identifying enums/annotations that call the BCEL ↵aclement2004-12-021-0/+8
| | | | stuff i wrote.
* 72766 - messages output when preventing ITDs on enums/annotationsaclement2004-12-022-0/+22
|
* 72766: This is covariance support. only missing bit is for dynamic join ↵aclement2004-12-0123-7/+621
| | | | point matching (marked XXXAJ5 in the code) - thats not a 1.5.0M1 item I dont think...
* fixed typo in the "id" of the chapteracolyer2004-12-011-1/+1
|
* couple of doc bugs pointed out by andy...acolyer2004-12-011-2/+2
|
* Part of 72766: Bridge methods - we now do the right thing if we see one ↵aclement2004-11-3020-7/+291
| | | | (i.e. we ignore it as a source of join points)
* JDeveloper urlwisberg2004-11-301-3/+5
|
* ensure every generated html file has a meaningful nameacolyer2004-11-287-12/+12
|
* aspectj 5 docs update. Signature matching chapter added.acolyer2004-11-2813-191/+781
| | | | | | | Annotations chapter complete. Varargs, covariance, autoboxing, and enum chapters complete. Pertypewithin proposal written up. Generics, new reflection interfaces, and the "miscellaneous" section still outstanding.