Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bit of reordering to Ajc152Tests - and fixed 148972V1_5_2_final | aclement | 2006-06-28 | 1 | -5/+9 |
| | |||||
* | test and fix for 148727 - reverse synthetic changes for aspectOf() and ↵ | aclement | 2006-06-28 | 2 | -0/+34 |
| | | | | hasAspect() | ||||
* | test/fix for 148786: new array joinpoint problem. tiny one line change, ↵ | aclement | 2006-06-27 | 2 | -0/+10 |
| | | | | safe for committing post RC. | ||||
* | another scenario for 148545 - generic return type too. | aclement | 2006-06-26 | 2 | -2/+10 |
| | |||||
* | testcode for 148536 and 148537 and 148545 | aclement | 2006-06-25 | 1 | -0/+3 |
| | |||||
* | testcode for 148545 | aclement | 2006-06-25 | 1 | -0/+5 |
| | |||||
* | testcode for 148536 and 148537 | aclement | 2006-06-25 | 1 | -0/+10 |
| | |||||
* | tests and implementation for enh 147711 (use true synthetic attribute/flag ↵ | acolyer | 2006-06-24 | 3 | -2/+8 |
| | | | | for aj synthetic members). | ||||
* | 126167: Fix for @Around problems... | aclement | 2006-06-23 | 1 | -25/+36 |
| | |||||
* | 126167: Fix for @Around problems... | aclement | 2006-06-23 | 1 | -58/+204 |
| | |||||
* | testcode for 148285 (commented out) | aclement | 2006-06-23 | 1 | -0/+11 |
| | |||||
* | unfinished (not sure of expected output) testcase committed for 147841 | aclement | 2006-06-23 | 2 | -0/+14 |
| | |||||
* | 148027: dont generate usespointcut relationship (for now...) | aclement | 2006-06-22 | 4 | -13/+62 |
| | |||||
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 2 | -1/+12 |
| | | | | 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. | ||||
* | test and fix for 147801: rogue bridge methods in a funky configuration. | aclement | 2006-06-21 | 2 | -0/+11 |
| | |||||
* | tests and fix for pr147845, generic abstract aspect 3+ deep hierarchies | acolyer | 2006-06-20 | 2 | -0/+8 |
| | |||||
* | 145963: patches from comment #3 | aclement | 2006-06-20 | 1 | -0/+23 |
| | |||||
* | test and fix for 147701: @DeclareParents: was failing to include package ↵ | aclement | 2006-06-20 | 2 | -0/+19 |
| | | | | name for checked exceptions, failing to report when impl class didnt implement interface | ||||
* | make the default warning level for my beautiful "warnOnSwallowedExceptions" ↵ | acolyer | 2006-06-19 | 5 | -8/+2 |
| | | | | be "ignore" | ||||
* | skip attribute for line number - confuses mac/linux. | aclement | 2006-06-19 | 1 | -1/+2 |
| | |||||
* | testcode and patches for pr141730 comments #13,14: "new handleprovider" | aclement | 2006-06-19 | 3 | -35/+114 |
| | |||||
* | Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵ | mwebster | 2006-06-15 | 3 | -0/+24 |
| | | | | with additional class weaving" | ||||
* | Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid ↵ | mwebster | 2006-06-15 | 1 | -2/+2 |
| | | | | JUnit dependency problem in util project | ||||
* | Make sandbox directories unique among workspaces e.g. ↵ | mwebster | 2006-06-15 | 1 | -37/+2 |
| | | | | c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp | ||||
* | 141730: underpinning changes for new handles support. No longer 'leak' ↵ | aclement | 2006-06-13 | 1 | -0/+1 |
| | | | | implementation details of the handles out into the rest of the code. | ||||
* | flag is ON by default | aclement | 2006-06-12 | 1 | -3/+3 |
| | |||||
* | test and fix for 145963: faulting in aspects coming in as binary inputs | aclement | 2006-06-12 | 3 | -0/+148 |
| | |||||
* | synchronization joinpoints: code dump... | aclement | 2006-06-08 | 1 | -2/+2 |
| | |||||
* | synchronization joinpoints: and ACTIVATE.....................BOOM! | aclement | 2006-06-08 | 1 | -0/+2 |
| | |||||
* | tidied comments. | aclement | 2006-06-08 | 1 | -7/+0 |
| | |||||
* | test for 145950 | aclement | 2006-06-08 | 2 | -0/+10 |
| | |||||
* | 141730 - latest variant of program element signature processing | aclement | 2006-06-07 | 1 | -19/+3 |
| | |||||
* | testcode for 145391,145693 | aclement | 2006-06-07 | 2 | -1/+20 |
| | |||||
* | some code for 141730 - store type signatures in program elements rather than ↵ | aclement | 2006-06-06 | 3 | -3/+111 |
| | | | | processed type names. | ||||
* | testcode for 145018 | aclement | 2006-06-02 | 2 | -1/+11 |
| | |||||
* | fix for 120739 | mwebster | 2006-06-01 | 3 | -2/+38 |
| | |||||
* | 1.5 API: changed new PrintStream(File, ..) to new PrintStream(new ↵ | mwebster | 2006-06-01 | 1 | -1/+2 |
| | | | | FileOutputStream(), ..) | ||||
* | update license to EPL | acolyer | 2006-06-01 | 49 | -93/+93 |
| | |||||
* | test and fix for 129282 | aclement | 2006-05-31 | 1 | -0/+10 |
| | |||||
* | testcode for 129282 | aclement | 2006-05-31 | 1 | -0/+49 |
| | |||||
* | testcase for 144602 | aclement | 2006-05-31 | 2 | -1/+8 |
| | |||||
* | test for 144465 | aclement | 2006-05-30 | 2 | -0/+12 |
| | |||||
* | test and fixes for 143930, 143924 | aclement | 2006-05-30 | 3 | -1/+48 |
| | |||||
* | tests and fix for 122253 | aclement | 2006-05-30 | 1 | -0/+5 |
| | |||||
* | tests for 122253 | aclement | 2006-05-30 | 1 | -0/+64 |
| | |||||
* | synchronization joinpoints: testcode | aclement | 2006-05-24 | 3 | -0/+1153 |
| | |||||
* | test and fix for first part of 126355 | aclement | 2006-05-23 | 2 | -0/+17 |
| | |||||
* | fix for 142466 | aclement | 2006-05-23 | 2 | -0/+29 |
| | |||||
* | fix for 137568: dreaded generics signature | aclement | 2006-05-22 | 1 | -4/+1 |
| | |||||
* | test and fix for pr132349: itds on inner type of generic type | aclement | 2006-05-22 | 2 | -0/+26 |
| |