Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yet another version of aspectjrt.jar due to question mark over 1.5 contents ↵ | acolyer | 2005-06-20 | 2 | -0/+0 |
| | | | | in previous | ||||
* | LTW weaver/dump@within option + fix a sout in weaver | avasseur | 2005-06-20 | 15 | -34/+175 |
| | |||||
* | completed set of basic parser tests for pcds with type variables as per ↵ | acolyer | 2005-06-20 | 2 | -26/+300 |
| | | | | generics chapter. | ||||
* | update aspectjrt.jar in lib and test cases uses MAP in tests to reflect ↵ | acolyer | 2005-06-20 | 4 | -4/+4 |
| | | | | introduction of PointcutExpression interface | ||||
* | first complete version of the generics chapter. | acolyer | 2005-06-19 | 1 | -19/+254 |
| | |||||
* | install before examples, vm-setup fix | wisberg | 2005-06-18 | 1 | -7/+6 |
| | |||||
* | extensive updates to the generics chapter to describe pointcut matching with ↵ | acolyer | 2005-06-17 | 1 | -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 ↵ | acolyer | 2005-06-17 | 11 | -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 target | wisberg | 2005-06-17 | 1 | -10/+7 |
| | |||||
* | removed redundant properties, failonerror=false with build-aspectj using ↵ | wisberg | 2005-06-17 | 1 | -53/+55 |
| | | | | reporting, avoid multiple entries and ; in aspectjrt.path | ||||
* | flattened release build sequence into target "all", lost compile-runtime-11 ↵ | wisberg | 2005-06-17 | 1 | -33/+12 |
| | | | | to ../build.xml, harness tests updated but omitted | ||||
* | removed rebuild, aspectjrtpath from lib/test, adopted compile-runtime-11 ↵ | wisberg | 2005-06-17 | 1 | -6/+42 |
| | | | | from release build, added 1.3 switch | ||||
* | now handling (init, clean, save) multiple results, better failure reporting, ↵ | wisberg | 2005-06-17 | 1 | -52/+175 |
| | | | | properties echo for build info | ||||
* | spurious aspectjlib dir | wisberg | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | reflective calls outside the Java language | wisberg | 2005-06-16 | 1 | -2/+9 |
| | |||||
* | reflective calls, bcel | wisberg | 2005-06-16 | 1 | -15/+65 |
| | |||||
* | comment out dump - needs to be impl thru weaver option pretty soon | avasseur | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | fix LTW5/515 stuff as per Wes spot | avasseur | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | Tests and fixes for bug 100260: methods inherited from a generic parent | aclement | 2005-06-16 | 5 | -1/+32 |
| | |||||
* | Test for bug 83311 - dreaded clone() method being ITDd | aclement | 2005-06-16 | 1 | -0/+22 |
| | |||||
* | Fix and tests for bug 100227: [generics][itds] inner class with generic ↵ | aclement | 2005-06-16 | 5 | -30/+94 |
| | | | | enclosing class | ||||
* | another helper method... | aclement | 2005-06-16 | 1 | -0/+4 |
| | |||||
* | ship dtd's too (see loadtime) | wisberg | 2005-06-15 | 2 | -1/+1 |
| | |||||
* | out-of-date check working. Applies only to compiles, not assembly or Ant ↵ | wisberg | 2005-06-15 | 1 | -0/+0 |
| | | | | targets. | ||||
* | skipping long-running test builds | wisberg | 2005-06-15 | 1 | -3/+31 |
| | |||||
* | out-of-date check working. | wisberg | 2005-06-15 | 2 | -18/+3 |
| | |||||
* | out-of-date check working. Better logging | wisberg | 2005-06-15 | 1 | -12/+14 |
| | |||||
* | out-of-date check working. Force-libraries changed to disabled flag since ↵ | wisberg | 2005-06-15 | 1 | -72/+17 |
| | | | | eclipse ant builds are working. | ||||
* | Updated with a simple erasure test case - will need more later! | aclement | 2005-06-14 | 4 | -0/+58 |
| | |||||
* | Fix for Bugzilla Bug 98320: [generics][itds] intertype with nested generic ↵ | aclement | 2005-06-14 | 1 | -3/+3 |
| | | | | type. Now allows for nesting of parameterization by making recursive calls to resolve types and make bindings. | ||||
* | generics bugs testcases. | aclement | 2005-06-14 | 1 | -9/+6 |
| | |||||
* | Some new TypeX tests to check parameterization processing is working. | aclement | 2005-06-14 | 1 | -0/+38 |
| | |||||
* | Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵ | aclement | 2005-06-14 | 2 | -5/+6 |
| | | | | privileged aspects. Correct handling for parameterized signatures. | ||||
* | Fix for 99089: [generics][itds] ArrayIndexOutOfBoundsException - Generics in ↵ | aclement | 2005-06-14 | 1 | -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 ↵ | aclement | 2005-06-14 | 1 | -5/+102 |
| | | | | privileged aspects. TypeX's correctly parse parameterized signatures. | ||||
* | Fix for 99168: [generics][itds] ITD on generic inner class crashes ajc. ↵ | aclement | 2005-06-14 | 1 | -1/+8 |
| | | | | Allows for ParameterizedTypeBindings (and RawTypeBindings) | ||||
* | Altered classpath calculating logic to hopefully work on the build machine | aclement | 2005-06-14 | 1 | -3/+4 |
| | |||||
* | Tests for 98320, 99228, 99089: [generics][itds] | aclement | 2005-06-14 | 5 | -5/+74 |
| | |||||
* | Fix for 99228: [generics][itds] ITD of a field into a generic class | aclement | 2005-06-14 | 2 | -0/+0 |
| | |||||
* | rollback cvs notif test | avasseur | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | cvs notif test | avasseur | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | alex rollbaclk / cvs commit test | avasseur | 2005-06-13 | 1 | -1/+0 |
| | |||||
* | test cvsnotif | avasseur | 2005-06-13 | 1 | -0/+1 |
| | |||||
* | fixed bug with LTW Xreweavable, fix this reflective issue in ↵ | avasseur | 2005-06-13 | 7 | -30/+19 |
| | | | | RunAllBeforeCommit (was misnamed..) | ||||
* | unused imports (only) | wisberg | 2005-06-09 | 15 | -25/+37 |
| | |||||
* | new logic in AllTests failed unless loadtime5 was on project path | acolyer | 2005-06-09 | 1 | -22/+92 |
| | |||||
* | This PointcutParser should *not* support if - it is not to be confused with ↵ | acolyer | 2005-06-09 | 2 | -137/+168 |
| | | | | the PatternParser in weaver.patterns | ||||
* | first batch of updates for generics :- largely parsing plus storage of type ↵ | acolyer | 2005-06-09 | 80 | -295/+1818 |
| | | | | variable patterns, plus a few tweaks to visitor pattern | ||||
* | update to binary format as part of generics work, plus remove needless ↵ | acolyer | 2005-06-09 | 5 | -5/+5 |
| | | | | duplication of tests in RunTheseBeforeYouCommitTests | ||||
* | update to binary format as part of generics work | acolyer | 2005-06-09 | 19 | -0/+0 |
| |