aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata
Commit message (Collapse)AuthorAgeFilesLines
* 231396: refactoring AspectJ: Due to PMD reported problem in Utility - had to ↵aclement2008-06-0424-367/+367
| | | | change expected code
* fixes for 145442: better line numbers for woven codeaclement2006-10-035-16/+16
|
* test and fixes for 145442 - line number info for stack traces.aclement2006-09-2810-23/+23
|
* fix and testcode update for: 151673: after advice sometimes woven ↵aclement2006-07-279-13/+0
| | | | incorrectly into strangely formed input bytecode
* tests and implementation for enh 147711 (use true synthetic attribute/flag ↵acolyer2006-06-245-23/+23
| | | | for aj synthetic members).
* tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵acolyer2006-06-2222-113/+131
| | | | code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards.
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-042-0/+0
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* feature: Use ASM for non-woven types: testcodeaclement2006-02-1641-0/+353
|
* tests and fixes for 119657. from matthew.aclement2005-12-121-68/+91
|
* serialized form of ITD field mungers changed (includes aliases) - jars rebuiltaclement2005-10-2014-0/+0
|
* change to itd ctor serialization - quick rebuild of jars.aclement2005-10-1814-0/+0
|
* Updates for generic ITDs - see pr112105 for a description of all changes.aclement2005-10-1414-0/+0
|
* change to resolvedmember serialization (to support varargs ITDs) is quite ↵aclement2005-10-0714-0/+0
| | | | serious - major version number of attribute rev'd to 4 in this case.
* final part of fix for 100195 - local var debug info for inlined around advicepreDefaultReweavableacolyer2005-10-052-8/+8
|
* rebuilt post fix for pr110906: varargs ITDaclement2005-10-0414-0/+0
|
* refreshed versions of .txt files for comparisonacolyer2005-09-304-15/+15
|
* rebuilt due to attribute modifications.aclement2005-09-1314-0/+0
|
* fix for pr59076, much more memory efficient creation of join point static partsacolyer2005-09-015-36/+122
|
* tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ↵wisberg2005-08-187-0/+79
| | | | .zip files)
* rebuilt jars because of resolvedmember serialization change to remember type ↵aclement2005-07-2714-0/+0
| | | | variables.
* fixing the versioning problem. Up until now if we found no version in a ↵aclement2005-07-261-0/+0
| | | | class we 'assumed' it was the latest (1.5.0) - this is dumb. No version really means it is probably 1.2.0 (as the version was added for 1.2.1). These fixes mean that you can now safely check that version when reading in attributes, confident that checking for 1.5.0 *means* 1.5.0 was used to build it.
* changed the serialized form of a WildTypePattern to remember generic info... ↵acolyer2005-07-2218-0/+4
| | | | standby for mass updates of binary comparison tests.
* first batch of updates for generics :- largely parsing plus storage of type ↵acolyer2005-06-0914-0/+0
| | | | variable patterns, plus a few tweaks to visitor pattern
* @style if support, parser support for if() / if(true)/ if(false) [might lead ↵avasseur2005-06-081-0/+57
| | | | to issue with code style to allow "if()" )
* test case for pattern visitor, issue with varargs so test case for Adrian to ↵avasseur2005-06-072-0/+2373
| | | | fix it
* from branch: expected test results changed because of new JP subtypesaclement2005-04-191-10/+10
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-1014-0/+0
|
* Fixes for 78021, 79554 - both to do with us breaking the exception table for ↵aclement2005-01-115-27/+29
| | | | a method on weaving *if* finally blocks are involved.
* rebuilt with 2.0 weaver version attribute (aj1.2.1 had version 1.0)aclement2005-01-0714-0/+0
|
* payback time for all the "kinding" work - only ever generate and matchacolyer2004-12-1636-298/+215
| | | | against shadows that we know might be matched.
* updated binary formacolyer2004-12-0914-0/+0
|
* updated binary formacolyer2004-12-0814-0/+0
|
* Annotation matching.aclement2004-12-086-0/+21
|
* Rebuilt due to type munger attribute changeaclement2004-12-0714-0/+0
|
* Annotation Matching - test codeaclement2004-12-074-0/+28
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-0614-0/+0
|
* BcWeaverJarMaker updates - now line numbers have changed.aclement2004-08-1914-0/+0
|
* fix for Bugzilla Bug 37020acolyer2004-08-1914-0/+0
| | | | wrong line for method execution join point
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-142-0/+0
| | | | Load Time Weaving aborts on any kind of warning (declare/xlint)
* Fix for Bug 55341 aclement2004-04-0212-0/+0
| | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String
* fix for Bugzilla Bug 31460 acolyer2004-04-0212-0/+0
| | | | Weaving class loader
* Fix for Bugzilla Bug 41181 aclement2004-03-1612-28/+28
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* Picked lowest hanging weave-time performance optimization fruit.jhugunin2004-01-273-81/+39
|
* Implemented feature for Bugzilla Bug 48091 jhugunin2004-01-243-149/+83
| | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used.
* These class files are *input* to the weaver test cases. acolyer2003-11-179-0/+4
| | | | | | Can't rely on the ones built as part of the AspectJ build as the weaver test cases are sensitive to the exact compiler used (needs to be Eclipse 2.1.1 based).
* changed jars produced by BcWeaverJarMaker to increase coverage of testsjhugunin2003-05-196-0/+0
|
* fix for jhugunin2003-05-021-54/+61
| | | | | | | Bugzilla Bug 37152 java.lang.VerifyError: This fix needs a little clean-up and testing before closing out
* Updated expected bytecode to match change for fix for issue of jhugunin2003-05-015-5/+5
| | | | Class.forName differences between IBM and SUN's JDKs
* fix and tests for checked exception on advice being checked at jhugunin2003-03-125-0/+0
| | | | woven join points
* implemented fastMatch method along with some basic tests of jhugunin2003-03-127-0/+0
| | | | weave performance with and without it