Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 148027: dont generate usespointcut relationship (for now...) | aclement | 2006-06-22 | 6 | -13/+87 | |
| | ||||||
* | tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating ↵ | acolyer | 2006-06-22 | 10 | -3/+268 | |
| | | | | 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 | 8 | -0/+76 | |
| | ||||||
* | tests and fix for pr147845, generic abstract aspect 3+ deep hierarchies | acolyer | 2006-06-20 | 3 | -0/+38 | |
| | ||||||
* | 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 | |||||
* | testcode for 147701: @DeclareParents | aclement | 2006-06-20 | 3 | -0/+76 | |
| | ||||||
* | make the default warning level for my beautiful "warnOnSwallowedExceptions" ↵ | acolyer | 2006-06-19 | 5 | -8/+2 | |
| | | | | be "ignore" | |||||
* | fixed decp bug and problem with 1.5 IBM VM | aclement | 2006-06-19 | 1 | -0/+1 | |
| | ||||||
* | 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 | 11 | -35/+187 | |
| | ||||||
* | Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope ↵ | mwebster | 2006-06-15 | 7 | -0/+50 | |
| | | | | 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 | 9 | -0/+189 | |
| | ||||||
* | 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 | 3 | -0/+31 | |
| | ||||||
* | 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 | |
| | ||||||
* | testcode for 145391,145693 | aclement | 2006-06-07 | 5 | -0/+97 | |
| | ||||||
* | some code for 141730 - store type signatures in program elements rather than ↵ | aclement | 2006-06-06 | 4 | -3/+157 | |
| | | | | processed type names. | |||||
* | testcode for 145018 | aclement | 2006-06-02 | 3 | -1/+53 | |
| | ||||||
* | fix for 120739 | mwebster | 2006-06-01 | 11 | -3/+68 | |
| | ||||||
* | 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 | 3 | -6/+6 | |
| | ||||||
* | update license to EPL | acolyer | 2006-06-01 | 73 | -141/+141 | |
| | ||||||
* | test and fix for 129282 | aclement | 2006-05-31 | 1 | -0/+10 | |
| | ||||||
* | testcode for 129282 | aclement | 2006-05-31 | 11 | -0/+378 | |
| | ||||||
* | testcase for 144602 | aclement | 2006-05-31 | 3 | -1/+34 | |
| | ||||||
* | test for 144465 | aclement | 2006-05-30 | 5 | -0/+53 | |
| | ||||||
* | test and fixes for 143930, 143924 | aclement | 2006-05-30 | 4 | -1/+61 | |
| | ||||||
* | tests and fix for 122253 | aclement | 2006-05-30 | 1 | -0/+5 | |
| | ||||||
* | tests for 122253 | aclement | 2006-05-30 | 5 | -0/+197 | |
| | ||||||
* | including testing-util | aclement | 2006-05-24 | 1 | -0/+1 | |
| | ||||||
* | synchronization joinpoints: testcode | aclement | 2006-05-24 | 66 | -0/+3263 | |
| | ||||||
* | test and fix for first part of 126355 | aclement | 2006-05-23 | 4 | -0/+29 | |
| | ||||||
* | fix for 142466 | aclement | 2006-05-23 | 12 | -0/+160 | |
| | ||||||
* | fix for 137568: dreaded generics signature | aclement | 2006-05-22 | 2 | -8/+12 | |
| | ||||||
* | test and fix for pr132349: itds on inner type of generic type | aclement | 2006-05-22 | 2 | -0/+26 | |
| | ||||||
* | test for 128443 | aclement | 2006-05-22 | 3 | -0/+93 | |
| | ||||||
* | moved pr132349 from 151 to 152 | aclement | 2006-05-22 | 6 | -13/+50 | |
| | ||||||
* | final implementation and tests for 101983: allow separate output folders | acolyer | 2006-05-19 | 10 | -120/+278 | |
| | ||||||
* | first cut at what a basic incremental suite should cover... | acolyer | 2006-05-18 | 1 | -34/+51 | |
| | ||||||
* | testcode for 129408 - cant be switched on yet | aclement | 2006-05-18 | 2 | -0/+14 | |
| | ||||||
* | testcode for 129408 | aclement | 2006-05-18 | 3 | -0/+28 | |
| | ||||||
* | tests moved to 152 | aclement | 2006-05-18 | 5 | -47/+0 | |
| |