4136 Commits (5b90af1d60b15994abaef2c9391b890b8605c482)
 

Author SHA1 Message Date
  aclement 5b90af1d60 unfinished (not sure of expected output) testcase committed for 147841 18 years ago
  acolyer 4dafe048cb design notes and initial test for "truly synthetic" members 18 years ago
  aclement 76d1bc7bdf 148027: dont generate usespointcut relationship (for now...) 18 years ago
  acolyer 685d347782 refactored implementation of weaveAfterReturning - this is now much clearer and easier to follow. 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
  mwebster 497dcf1140 Fix for Bug 140695 "Use LTWWorld not BcelWorld for load-time weaving" (use bootstrap loader) 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 2257fc7638 public accessibility.. 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
  aclement 8cab27018d testcode for 147701: @DeclareParents 18 years ago
  acolyer 32167a810d make the default warning level for my beautiful "warnOnSwallowedExceptions" be "ignore" 18 years ago
  aclement 11645343f9 fixed decp bug and problem with 1.5 IBM VM 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
  mwebster b28c0d22c0 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (AjcTestCase.DEFAULT_CLASSPATH_ENTRIES) 18 years ago
  mwebster 94e8e64956 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong class loader) 18 years ago
  wisberg 008efca98b Fix 136707 new logCommand option emits command line to INFO 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 38cc0dd2f7 fix for 146546 18 years ago
  aclement 4dcb8f3d88 test and fix for 145963: faulting in aspects coming in as binary inputs 18 years ago
  mwebster 75afb31e38 Fix for 122580 "Circularity Failure for Verbose Loading on JRockit 1.4.2_08 Agent" 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 d93b84080d synchronization joinpoints: code dump... 18 years ago
  aclement ce25d10cfd synchronization joinpoints: code dump... 18 years ago
  aclement d73b7fedff synchronization joinpoints: code dump... 18 years ago
  aclement 65ff490a29 synchronization joinpoints: code dump... 18 years ago
  aclement 6f1419826c synchronization joinpoints: code dump... 18 years ago
  aclement 8d92b51c9c synchronization joinpoints: code dump... 18 years ago
  aclement 87ff820beb synchronization joinpoints: code dump... uses world rather than messagehandler 18 years ago
  aclement d779def920 synchronization joinpoints: code dump... 18 years ago
  aclement 3beaaba0c5 oops! remove that bit. 18 years ago
  aclement f1ad9e6c35 synchronization joinpoints: code dump... 18 years ago
  aclement 39bc21c734 fix for 145950 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 e769745da4 testcode for 145391,145693 18 years ago
  aclement 3e0650d8a0 fix for 145322 18 years ago
  aclement 5e74f35fa0 some code for 141730 - store type signatures in program elements rather than processed type names. 18 years ago
  aclement d1dbf827ea use a loader that can find the reflection delegate. 18 years ago
  aclement f821ca3dae test and fix for 145086 18 years ago
  aclement 73d96a5cf3 fall back logic when on 1.5 vm but necessary classes cant be found (test machine happy?) 18 years ago