aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* yet another version of aspectjrt.jar due to question mark over 1.5 contents ↵acolyer2005-06-202-0/+0
| | | | in previous
* LTW weaver/dump@within option + fix a sout in weaveravasseur2005-06-2015-34/+175
|
* completed set of basic parser tests for pcds with type variables as per ↵acolyer2005-06-202-26/+300
| | | | generics chapter.
* update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵acolyer2005-06-204-4/+4
| | | | introduction of PointcutExpression interface
* first complete version of the generics chapter.acolyer2005-06-191-19/+254
|
* install before examples, vm-setup fixwisberg2005-06-181-7/+6
|
* extensive updates to the generics chapter to describe pointcut matching with ↵acolyer2005-06-171-70/+513
| | | | generic and parameterized types. Not quite finished yet, but this is a long way forward... - AMC.
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-1711-29/+87
| | | | | | | PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line. Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4. -- AMC.
* consolidated build script failure reports in one targetwisberg2005-06-171-10/+7
|
* removed redundant properties, failonerror=false with build-aspectj using ↵wisberg2005-06-171-53/+55
| | | | reporting, avoid multiple entries and ; in aspectjrt.path
* flattened release build sequence into target "all", lost compile-runtime-11 ↵wisberg2005-06-171-33/+12
| | | | to ../build.xml, harness tests updated but omitted
* removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 ↵wisberg2005-06-171-6/+42
| | | | from release build, added 1.3 switch
* now handling (init, clean, save) multiple results, better failure reporting, ↵wisberg2005-06-171-52/+175
| | | | properties echo for build info
* spurious aspectjlib dirwisberg2005-06-171-1/+1
|
* reflective calls outside the Java languagewisberg2005-06-161-2/+9
|
* reflective calls, bcelwisberg2005-06-161-15/+65
|
* comment out dump - needs to be impl thru weaver option pretty soonavasseur2005-06-161-1/+1
|
* fix LTW5/515 stuff as per Wes spotavasseur2005-06-161-1/+1
|
* Tests and fixes for bug 100260: methods inherited from a generic parentaclement2005-06-165-1/+32
|
* Test for bug 83311 - dreaded clone() method being ITDdaclement2005-06-161-0/+22
|
* Fix and tests for bug 100227: [generics][itds] inner class with generic ↵aclement2005-06-165-30/+94
| | | | enclosing class
* another helper method...aclement2005-06-161-0/+4
|
* ship dtd's too (see loadtime)wisberg2005-06-152-1/+1
|
* out-of-date check working. Applies only to compiles, not assembly or Ant ↵wisberg2005-06-151-0/+0
| | | | targets.
* skipping long-running test buildswisberg2005-06-151-3/+31
|
* out-of-date check working.wisberg2005-06-152-18/+3
|
* out-of-date check working. Better loggingwisberg2005-06-151-12/+14
|
* out-of-date check working. Force-libraries changed to disabled flag since ↵wisberg2005-06-151-72/+17
| | | | eclipse ant builds are working.
* Updated with a simple erasure test case - will need more later!aclement2005-06-144-0/+58
|
* Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ↵aclement2005-06-141-3/+3
| | | | type. Now allows for nesting of parameterization by making recursive calls to resolve types and make bindings.
* generics bugs testcases.aclement2005-06-141-9/+6
|
* Some new TypeX tests to check parameterization processing is working.aclement2005-06-141-0/+38
|
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-142-5/+6
| | | | privileged aspects. Correct handling for parameterized signatures.
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-141-3/+3
| | | | privileged aspects. Uses the rawtypesignatures when attempting to resolve types rather than any parameterized variants.
* Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵aclement2005-06-141-5/+102
| | | | privileged aspects. TypeX's correctly parse parameterized signatures.
* Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. ↵aclement2005-06-141-1/+8
| | | | Allows for ParameterizedTypeBindings (and RawTypeBindings)
* Altered classpath calculating logic to hopefully work on the build machineaclement2005-06-141-3/+4
|
* Tests for 98320, 99228, 99089: [generics][itds]aclement2005-06-145-5/+74
|
* Fix for 99228: [generics][itds] ITD of a field into a generic classaclement2005-06-142-0/+0
|
* rollback cvs notif testavasseur2005-06-131-1/+1
|
* cvs notif testavasseur2005-06-131-1/+1
|
* alex rollbaclk / cvs commit testavasseur2005-06-131-1/+0
|
* test cvsnotifavasseur2005-06-131-0/+1
|
* fixed bug with LTW Xreweavable, fix this reflective issue in ↵avasseur2005-06-137-30/+19
| | | | RunAllBeforeCommit (was misnamed..)
* unused imports (only)wisberg2005-06-0915-25/+37
|
* new logic in AllTests failed unless loadtime5 was on project pathacolyer2005-06-091-22/+92
|
* This PointcutParser should *not* support if - it is not to be confused with ↵acolyer2005-06-092-137/+168
| | | | the PatternParser in weaver.patterns
* first batch of updates for generics :- largely parsing plus storage of type ↵acolyer2005-06-0980-295/+1818
| | | | variable patterns, plus a few tweaks to visitor pattern
* update to binary format as part of generics work, plus remove needless ↵acolyer2005-06-095-5/+5
| | | | duplication of tests in RunTheseBeforeYouCommitTests
* update to binary format as part of generics workacolyer2005-06-0919-0/+0
|