Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PTW perClause for @AJ + perClause test | avasseur | 2005-05-02 | 10 | -279/+531 |
| | |||||
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 13 | -10/+50 |
| | |||||
* | it's a whole new compiler in there... | acolyer | 2005-04-29 | 20 | -231/+326 |
| | |||||
* | updated for DeclareError and DeclareWarning | acolyer | 2005-04-29 | 9 | -19/+282 |
| | |||||
* | More bullet proof and with added diagnostics. | aclement | 2005-04-29 | 1 | -2/+19 |
| | |||||
* | Fix for timing problem in multiincrementalproject tests. | aclement | 2005-04-28 | 1 | -2/+2 |
| | |||||
* | Doh - didn't update aspectjtools.jar when I did aspectjrt.jar. Does this ↵ | aclement | 2005-04-28 | 1 | -0/+0 |
| | | | | help damn cruisecontrol build? | ||||
* | inlining of around for @AJ works unless non public member accessed from ↵ | avasseur | 2005-04-28 | 8 | -176/+592 |
| | | | | | | within the advice splitted ajc150 xml test file | ||||
* | MultiIncrementalSupport: the key change - looks in the ↵ | aclement | 2005-04-26 | 1 | -5/+31 |
| | | | | IncrementalStateManager to see if it can locate state for a particular config | ||||
* | MultiIncrementalSupport: some notes and helper stuff added. | aclement | 2005-04-26 | 1 | -9/+41 |
| | |||||
* | MultiIncrementalSupport: moved weaver/world into the state object and ↵ | aclement | 2005-04-26 | 1 | -43/+91 |
| | | | | changed structure model building to start afresh for batch... | ||||
* | MultiIncrementalSupport: state that was scattered across the hierarchy has ↵ | aclement | 2005-04-26 | 1 | -13/+99 |
| | | | | been pulled into AjState - it now captures everything unique about a particular build of a project. | ||||
* | MultiIncrementalSupport: reports build kind when claiming success. | aclement | 2005-04-26 | 2 | -6/+12 |
| | |||||
* | needed to add this dependency? | aclement | 2005-04-26 | 1 | -19/+80 |
| | |||||
* | useful? | aclement | 2005-04-26 | 1 | -0/+52 |
| | |||||
* | MultiIncrementalSupport: the test harness for managing Ajde interactions and ↵ | aclement | 2005-04-26 | 3 | -0/+1135 |
| | | | | several multi incremental tests. | ||||
* | MultiIncrementalSupport: manages state for multiple projects. | aclement | 2005-04-26 | 1 | -0/+72 |
| | |||||
* | organized imports | aclement | 2005-04-26 | 3 | -7/+2 |
| | |||||
* | Improved toString for debugging ! | aclement | 2005-04-26 | 1 | -0/+6 |
| | |||||
* | Useful guard method - prevents asking for properties twice through ajde. | aclement | 2005-04-26 | 1 | -0/+4 |
| | |||||
* | Implements new statelistener interface method. | aclement | 2005-04-26 | 1 | -0/+1 |
| | |||||
* | Another useful callback method added. | aclement | 2005-04-26 | 1 | -0/+2 |
| | |||||
* | Fix for structure model missing declare @constructor matches that hit the ↵ | aclement | 2005-04-26 | 1 | -0/+1 |
| | | | | default ctor when it isn't defined in the source file. | ||||
* | Put the ordering back to allow deserialization of an old set of ↵ | aclement | 2005-04-26 | 1 | -6/+6 |
| | | | | relationships to work. | ||||
* | Fix for Bug 92630: Null Pointer Exception thrown by ajc compiler | aclement | 2005-04-26 | 1 | -2/+4 |
| | |||||
* | Hmmm - rebuilt with 1.4 Java - any difference to the build? | aclement | 2005-04-26 | 2 | -0/+0 |
| | |||||
* | Copyright added to keep checklics happy. | aclement | 2005-04-26 | 2 | -3/+22 |
| | |||||
* | fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵ | avasseur | 2005-04-26 | 26 | -221/+696 |
| | | | | annotations + tests from Andy H | ||||
* | fix local build so that test run with 1.5 | avasseur | 2005-04-26 | 2 | -4/+10 |
| | | | | fix Adrian test that were having some assumption on ordering which happens to fail with my 1.5 compiler | ||||
* | @AJ declarePrecedence was not runtime visible in those jar - don't know why.. | avasseur | 2005-04-26 | 2 | -0/+0 |
| | |||||
* | MultiProjectIncremental testcases. | aclement | 2005-04-25 | 7 | -0/+77 |
| | |||||
* | run the aspectj5rt tests as part of this suite | acolyer | 2005-04-25 | 2 | -4/+6 |
| | |||||
* | test cases for @AspectJ visitors | acolyer | 2005-04-25 | 34 | -35/+850 |
| | |||||
* | support in ajc for parsing and error reporting of @AspectJ style aspect ↵ | acolyer | 2005-04-25 | 2 | -0/+0 |
| | | | | definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing. | ||||
* | support in ajc for parsing and error reporting of @AspectJ style aspect ↵ | acolyer | 2005-04-25 | 34 | -108/+1271 |
| | | | | definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing. | ||||
* | this patch implements the MAP for aspects, pointcuts, and advice. just ↵ | acolyer | 2005-04-25 | 18 | -54/+1290 |
| | | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests. | ||||
* | add aspectj5rt to classpath | acolyer | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | test case for fix bug in bcel RIV annotations (impacted declare anno I think) | avasseur | 2005-04-25 | 1 | -1/+66 |
| | |||||
* | Force change of these files - might make cruisecontrol happy. | aclement | 2005-04-23 | 2 | -0/+0 |
| | |||||
* | Workaround/fix for Wes' problem with the compiler building his article code. ↵ | aclement | 2005-04-22 | 1 | -1/+3 |
| | | | | Ignores raw types which are subtypes of ParameterizedTypeBinding but have no arguments to worry about. | ||||
* | Changed runtime invis param attrs to always be invis as discovered by Alex. ↵ | aclement | 2005-04-22 | 4 | -2/+2 |
| | | | | Was impacting nothing as far as I could tell - but needed fixing! | ||||
* | Changed runtime invis attrs to always be invis as discovered by Alex. Was ↵ | aclement | 2005-04-22 | 3 | -1/+1 |
| | | | | impacting nothing as far as I could tell - but needed fixing! | ||||
* | Now you see them, now you don't. Annotations now runtime visible. | aclement | 2005-04-22 | 2 | -0/+0 |
| | |||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 28 | -157/+251 |
| | |||||
* | fixing a missing "throw" clause | avasseur | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | compile runtime under 1.1, see how badly it fails | wisberg | 2005-04-21 | 2 | -0/+25 |
| | |||||
* | back to 1.3 exception API, report bad method via NoAspectBoundException. | wisberg | 2005-04-21 | 1 | -9/+8 |
| | |||||
* | Fixed bug#91912 added softens / softened by relationship to ASM | mkersten | 2005-04-21 | 2 | -14/+24 |
| | |||||
* | this set of commits teaches the TypeX world about parameterized types. it ↵ | acolyer | 2005-04-20 | 6 | -16/+180 |
| | | | | 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 ↵ | avasseur | 2005-04-20 | 6 | -30/+46 |
| | | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ |