summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-0426-61/+477
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* *** empty log message ***avasseur2005-05-041-0/+137
|
* loadtime java1.3 moduleavasseur2005-05-0411-0/+1091
|
* loadtime5 java5 moduleavasseur2005-05-044-0/+169
|
* enhancement 91719 - Oli B's tests for xlint warnings, integration work done ↵aclement2005-05-043-0/+203
| | | | by Andrew Huff.
* Guard running the declare annotation weaving message test unless on a 1.5 vmaclement2005-05-041-0/+15
|
* hacked out 1.4 apis - needs tidying up but I'm just trying to see if I can ↵aclement2005-05-041-3/+6
| | | | get the build to work.
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-0410-5/+165
| | | | annotation
* remove mistaken useless instances field + getInstances() in PTW @AJ aspectavasseur2005-05-042-74/+40
|
* rebuilt with sun 142aclement2005-05-032-0/+0
|
* missing perTypeWithinEntry filtering - happens when running @AtAJSyntax ↵avasseur2005-05-031-3/+4
| | | | suite in LTW
* temporarily removing the eclipse.plugins target - we never use the output!aclement2005-05-031-1/+1
|
* @AJ around inline + test, fix a bug in BcelClassWeaver on my wayavasseur2005-05-0312-62/+676
|
* Go back to this old form of .classpath file.aclement2005-05-031-57/+13
|
* the matching aspectjrt.jar. could come in handy? who knows ;)acolyer2005-05-031-0/+0
|
* fix for pr93460aclement2005-05-031-1/+1
|
* PTW perClause for @AJ + perClause testavasseur2005-05-0210-279/+531
|
* it's a whole new compiler in there...acolyer2005-04-2913-10/+50
|
* it's a whole new compiler in there...acolyer2005-04-2920-231/+326
|
* updated for DeclareError and DeclareWarningacolyer2005-04-299-19/+282
|
* More bullet proof and with added diagnostics.aclement2005-04-291-2/+19
|
* Fix for timing problem in multiincrementalproject tests.aclement2005-04-281-2/+2
|
* Doh - didn't update aspectjtools.jar when I did aspectjrt.jar. Does this ↵aclement2005-04-281-0/+0
| | | | help damn cruisecontrol build?
* inlining of around for @AJ works unless non public member accessed from ↵avasseur2005-04-288-176/+592
| | | | | | within the advice splitted ajc150 xml test file
* MultiIncrementalSupport: the key change - looks in the ↵aclement2005-04-261-5/+31
| | | | IncrementalStateManager to see if it can locate state for a particular config
* MultiIncrementalSupport: some notes and helper stuff added.aclement2005-04-261-9/+41
|
* MultiIncrementalSupport: moved weaver/world into the state object and ↵aclement2005-04-261-43/+91
| | | | changed structure model building to start afresh for batch...
* MultiIncrementalSupport: state that was scattered across the hierarchy has ↵aclement2005-04-261-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.aclement2005-04-262-6/+12
|
* needed to add this dependency?aclement2005-04-261-19/+80
|
* useful?aclement2005-04-261-0/+52
|
* MultiIncrementalSupport: the test harness for managing Ajde interactions and ↵aclement2005-04-263-0/+1135
| | | | several multi incremental tests.
* MultiIncrementalSupport: manages state for multiple projects.aclement2005-04-261-0/+72
|
* organized importsaclement2005-04-263-7/+2
|
* Improved toString for debugging !aclement2005-04-261-0/+6
|
* Useful guard method - prevents asking for properties twice through ajde.aclement2005-04-261-0/+4
|
* Implements new statelistener interface method.aclement2005-04-261-0/+1
|
* Another useful callback method added.aclement2005-04-261-0/+2
|
* 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.
* Put the ordering back to allow deserialization of an old set of ↵aclement2005-04-261-6/+6
| | | | relationships to work.
* Fix for Bug 92630: Null Pointer Exception thrown by ajc compileraclement2005-04-261-2/+4
|
* Hmmm - rebuilt with 1.4 Java - any difference to the build?aclement2005-04-262-0/+0
|
* Copyright added to keep checklics happy.aclement2005-04-262-3/+22
|
* fix some build. Move AspectJrt5 test to AllTest15. Add weaver checks for @AJ ↵avasseur2005-04-2626-221/+696
| | | | annotations + tests from Andy H
* fix local build so that test run with 1.5avasseur2005-04-262-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..avasseur2005-04-262-0/+0
|
* MultiProjectIncremental testcases.aclement2005-04-257-0/+77
|
* run the aspectj5rt tests as part of this suiteacolyer2005-04-252-4/+6
|
* test cases for @AspectJ visitorsacolyer2005-04-2534-35/+850
|
* support in ajc for parsing and error reporting of @AspectJ style aspect ↵acolyer2005-04-252-0/+0
| | | | definitions (aspect, pointcut, advice only at this point). Also include the AddAtAspectJAnnotationsVisitor support. Switch off using -Xdev:NoAtAspectJProcessing.