Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 145018: moved 152>153 | aclement | 2006-07-10 | 2 | -5/+12 |
| | |||||
* | Testcase for Bug 149322 "Change Xlint cantFindType default to warning" | mwebster | 2006-07-07 | 2 | -0/+30 |
| | |||||
* | test and fix for 148409 | aclement | 2006-07-06 | 2 | -2/+9 |
| | |||||
* | 149071 testcase | aclement | 2006-07-06 | 2 | -2/+2 |
| | |||||
* | remaining fix for 145693 | aclement | 2006-07-06 | 1 | -8/+9 |
| | |||||
* | testcode for 149071 | aclement | 2006-07-06 | 1 | -0/+17 |
| | |||||
* | promoted test 147841 to 153tests | aclement | 2006-07-06 | 2 | -18/+2 |
| | |||||
* | look in the right place you fool | aclement | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | last patches for 141730 | aclement | 2006-07-06 | 4 | -40/+696 |
| | |||||
* | pr145693 - fix for part 1 | aclement | 2006-07-05 | 2 | -1/+31 |
| | |||||
* | moved tests to 153 | aclement | 2006-07-05 | 2 | -7/+1 |
| | |||||
* | test and fix for 148537 | aclement | 2006-07-05 | 2 | -2/+4 |
| | |||||
* | test for 148537 | aclement | 2006-07-05 | 2 | -0/+5 |
| | |||||
* | test and fix for 148693 | aclement | 2006-07-05 | 2 | -63/+88 |
| | |||||
* | testcode for 149305, 149096, 149305: fix for 149305 | aclement | 2006-07-04 | 1 | -1/+68 |
| | |||||
* | testcode for 149305, 149096, 149305 | aclement | 2006-07-04 | 1 | -0/+23 |
| | |||||
* | testcode for new handle provider (pr141730) | aclement | 2006-07-03 | 1 | -0/+211 |
| | |||||
* | test and fix for 148737 | aclement | 2006-07-03 | 2 | -0/+8 |
| | |||||
* | and away we go ... 1.5.3 tests | aclement | 2006-07-03 | 4 | -0/+76 |
| | |||||
* | 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 |
| |