750 Commits (3b517caf402c6d7c52d4bcbdc86c7528ab828ec9)

Author SHA1 Message Date
  aclement 76d1bc7bdf 148027: dont generate usespointcut relationship (for now...) 18 years ago
  acolyer 426cbdccfd tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating 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. 18 years ago
  aclement 13dde4efd4 test and fix for 147801: rogue bridge methods in a funky configuration. 18 years ago
  acolyer 791f8a7c3f tests and fix for pr147845, generic abstract aspect 3+ deep hierarchies 18 years ago
  aclement c2ae48e581 145963: patches from comment #3 18 years ago
  aclement 1468daa885 test and fix for 147701: @DeclareParents: was failing to include package name for checked exceptions, failing to report when impl class didnt implement interface 18 years ago
  acolyer 32167a810d make the default warning level for my beautiful "warnOnSwallowedExceptions" be "ignore" 18 years ago
  aclement 0b27616f8e skip attribute for line number - confuses mac/linux. 18 years ago
  aclement abe25b0298 testcode and patches for pr141730 comments #13,14: "new handleprovider" 18 years ago
  mwebster fdbae3fda3 Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope with additional class weaving" 18 years ago
  mwebster 81abede511 Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid JUnit dependency problem in util project 18 years ago
  mwebster f4cd0bfb01 Make sandbox directories unique among workspaces e.g. c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp 18 years ago
  aclement f58b5d8937 141730: underpinning changes for new handles support. No longer 'leak' implementation details of the handles out into the rest of the code. 18 years ago
  aclement b8e83b78c4 flag is ON by default 18 years ago
  aclement 4dcb8f3d88 test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
  aclement 4db50ddb1e synchronization joinpoints: code dump... 18 years ago
  aclement 97e9aaf4ec synchronization joinpoints: and ACTIVATE.....................BOOM! 18 years ago
  aclement 6dbe44d708 tidied comments. 18 years ago
  aclement afe41a56eb test for 145950 18 years ago
  aclement 5a75601c50 141730 - latest variant of program element signature processing 18 years ago
  aclement c3898d9b4e testcode for 145391,145693 18 years ago
  aclement 5e74f35fa0 some code for 141730 - store type signatures in program elements rather than processed type names. 18 years ago
  aclement a1a4d72739 testcode for 145018 18 years ago
  mwebster 4513e921c8 fix for 120739 18 years ago
  mwebster b5525d9491 1.5 API: changed new PrintStream(File, ..) to new PrintStream(new FileOutputStream(), ..) 18 years ago
  acolyer b6c89301f2 update license to EPL 18 years ago
  aclement d072fd16ec test and fix for 129282 18 years ago
  aclement 12afa8740e testcode for 129282 18 years ago
  aclement 10f097893b testcase for 144602 18 years ago
  aclement b4a28a99e4 test for 144465 18 years ago
  aclement 26a8a86299 test and fixes for 143930, 143924 18 years ago
  aclement 9eb7fa0bc2 tests and fix for 122253 18 years ago
  aclement 7235e9d089 tests for 122253 18 years ago
  aclement b2247654a3 synchronization joinpoints: testcode 18 years ago
  aclement 7d99a23266 test and fix for first part of 126355 18 years ago
  aclement 69e24e90d4 fix for 142466 18 years ago
  aclement 8825b5c86b fix for 137568: dreaded generics signature 18 years ago
  aclement 4dea3ad241 test and fix for pr132349: itds on inner type of generic type 18 years ago
  aclement 054eb78c66 moved pr132349 from 151 to 152 18 years ago
  acolyer e9c2a596fb final implementation and tests for 101983: allow separate output folders 18 years ago
  aclement 03616d76d7 testcode for 129408 - cant be switched on yet 18 years ago
  aclement 4cd98f5929 tests moved to 125480 18 years ago
  aclement 7c02aab127 tests for 125480 18 years ago
  aclement 13035136f7 testcode for 134425 18 years ago
  aclement 3d92cc4e88 possible test for 138171 - i worry about it failing on some configurations tho.. (linux/mac...) 18 years ago
  aclement 6b2d9ae901 test update and fix for 138223: funky annotation matching 18 years ago
  aclement 2c5fd746cb proper testcode for 135865 18 years ago
  aclement 5f6a6b12c5 test and fix for 141956 18 years ago
  aclement 7d9a7287ee fix for 142165: LTW 18 years ago
  aclement 4842f1826c testcode for 135865 and 142165 18 years ago