aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
Commit message (Collapse)AuthorAgeFilesLines
* moved bcel things to bcel package in weaver, deow test + fix for @AJavasseur2005-05-2013-399/+411
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-191-10/+165
| | | | some AJ5 doc fix
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-65/+3
|
* aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ)avasseur2005-05-1711-23/+89
|
* Nicer toString() :)aclement2005-05-161-1/+8
|
* Fix and tests for PR94086 (multiple if PCDs in a pointcut causes massive ↵aclement2005-05-161-16/+33
| | | | slow download in matching)
* added test entries instead of autowiredtest for Andy sake, fix 1.4 ↵avasseur2005-05-132-1/+3
| | | | dependancies in loadtime module and util module
* see #75442, lateTypeMunger rollback for now. This is not enoughavasseur2005-05-122-2/+9
|
* Fix and tests for pr84312: runtime retention checking. From Andrew Huff.aclement2005-05-121-10/+1
|
* Reduced duplication of vm checking logic.aclement2005-05-122-32/+10
|
* Suggested error message improvement by Andrew.aclement2005-05-121-1/+1
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-1016-35/+158
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* Fix and test for PR90827: StackOverflow while weaving enum/annotation with ↵aclement2005-05-101-18/+19
| | | | Enum/Annotation name (Patch from Andrew Huff)
* tests and fixes for 93345 and static imports. From Andrew Huff.aclement2005-05-091-9/+10
|
* Fix for 91053 (Generics): Generics problem with Setaclement2005-05-062-4/+24
|
* Fix for pr91267 (Generics): NPE at EclipseFactory.java:143 when using ↵aclement2005-05-061-3/+4
| | | | generic methods in aspects
* removed unused imports.aclement2005-05-042-14/+1
|
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-047-43/+94
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-043-1/+106
| | | | annotation
* remove mistaken useless instances field + getInstances() in PTW @AJ aspectavasseur2005-05-042-74/+40
|
* missing perTypeWithinEntry filtering - happens when running @AtAJSyntax ↵avasseur2005-05-031-3/+4
| | | | suite in LTW
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-038-6/+507
|
* PTW perClause for @AJ + perClause testavasseur2005-05-023-40/+244
|
* it's a whole new compiler in there...acolyer2005-04-296-4/+15
|
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-281-75/+193
| | | | | | within the advice splitted ajc150 xml test file
* Fix for structure model missing declare @constructor matches that hit the ↵aclement2005-04-261-0/+1
| | | | default ctor when it isn't defined in the source file.
* Fix for Bug 92630: Null Pointer Exception thrown by ajc compileraclement2005-04-261-2/+4
|
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-261-37/+212
| | | | annotations + tests from Andy H
* support in ajc for parsing and error reporting of @AspectJ style aspect ↵acolyer2005-04-2515-46/+124
| | | | definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing.
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-225-34/+39
|
* Fixed bug#91912 added softens / softened by relationship to ASMmkersten2005-04-211-9/+18
|
* this set of commits teaches the TypeX world about parameterized types. it ↵acolyer2005-04-203-4/+140
| | | | handles passing of parameterized types into the weaver from Eclipse, and back out again. Fixes the ITD and parameterized types issue that shows up in the examples. Much more work to be done in this area of course before M3.
* commented jar target from bcel-builder/build.xml since broken (can someone ↵avasseur2005-04-201-13/+27
| | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
* Fix for pr92053: atargs causes a VerifyError: Unable to pop operand off an ↵aclement2005-04-201-17/+11
| | | | empty stack
* fix for Bugzilla Bug 91858acolyer2005-04-201-2/+1
| | | | | | NullPointerException when declare @type is spelt with capital letter patch submitted by Andrew Huff
* I didn't move the test suite class..aclement2005-04-191-1/+1
|
* Copyright altered to pass the test..aclement2005-04-193-3/+12
|
* from branch: change to advice ordering (sorts on source loc rather than ↵aclement2005-04-191-26/+109
| | | | name) and various binding processing changes for @AJ aspects.
* from branch: changed visibilityaclement2005-04-191-3/+2
|
* from branch: loads of @AJ changes for inlining strategies, using the right ↵aclement2005-04-191-50/+234
| | | | JP, wiring up the closure, etc.
* from branch: needs to implement mustcheckexceptions methodaclement2005-04-191-0/+8
|
* from branch: concern from alex that sequenced hash map might be needed?aclement2005-04-191-1/+2
|
* from branch: redundant?aclement2005-04-191-1/+11
|
* from branch: dont stick the interface on @AJ thingies.aclement2005-04-191-3/+12
|
* from branch: rtx's now know whether they are @AJ aspects or notaclement2005-04-191-2/+11
|
* from branch: check exceptions if necessaryaclement2005-04-191-6/+15
|
* from branch: mod to check if exceptions must be verified or not...aclement2005-04-191-1/+8
|
* from branch: perclause support necessary for @AJaclement2005-04-191-0/+13
|
* modified for binding processing from branch and Andy optimized toString()aclement2005-04-191-8/+15
|