1280 Commits (3b517caf402c6d7c52d4bcbdc86c7528ab828ec9)

Author SHA1 Message Date
  aclement b7ccac980f test and initial patches for 141556 18 years ago
  aclement b6925cbe5f fix for problem with transform of static synchronized method on pre Java5. 18 years ago
  aclement 572e8e4d8b Fix for failure when lock()/unlock() used in XML defined pointcut and would require synchronization transform of a method 18 years ago
  mwebster a89eac7f94 Bug 150487 "Tracing and Logging Framework" (lazy initialize SimpleDateFormat to prevent recursion in JDK 1.4 LTW) 18 years ago
  aclement f4289cd151 synchronization pointcut problem (see Fourteen.java for info) 18 years ago
  mwebster 079fb81e53 Bug 150487 "Tracing and Logging Framework" (remove tracing from ClassPathManager to prevent recursion in JDK 1.4 LTW) 18 years ago
  aclement a3f3ae406d test and fix for 152257 18 years ago
  aclement 4a6ccf0f0d trace! 18 years ago
  mwebster eb31ec6c3d Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 18 years ago
  mwebster d692fc2a7d Bug 150487 "Tracing and Logging Framework" (remove redundant TraceFactory.isEnabled() method and test) 18 years ago
  aclement 2f3145681e pipeline changes: changed adviceDidNotMatch processing and moved reweavable message (dont want it for every file woven!) 18 years ago
  aclement c8497181b1 pipeline changes: stores names of super types, not direct references (cost?) 18 years ago
  aclement 29a19f08e4 pipeline changes: switch in World - defaults to ON, switched off via -Xset:pipelineCompilation=false 18 years ago
  aclement e4ab0ae576 fix and testcode update for: 151673: after advice sometimes woven incorrectly into strangely formed input bytecode 18 years ago
  mwebster db06666e1c Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 years ago
  mwebster 79d9aff324 Bug 150487 "Tracing and Logging Framework" (add timestamp and thread id) 18 years ago
  mwebster e2df9de0de Bug 150487 "Tracing and Logging Framework" (handle missing org.apache.commons.logging on JSE-1.3/1.4) 18 years ago
  aclement 3aeda83100 pipeline changes: tell us what needed resolving! 18 years ago
  aclement 22437ba8c2 pipeline changes: printable 18 years ago
  aclement 815ff5d5df pipeline changes: implemented stringify. 18 years ago
  aclement d373429ee9 test and fixes for Bug 145963: add injar aspects to the model 18 years ago
  aclement 357bbe9eeb test and fix for Bug 150671: declare error on set of volatile field does not work 18 years ago
  mwebster b15cda7add First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory) 18 years ago
  mwebster b1024db14f Fix for Bug 150254 "Provide context for LTW verbose messages" (WeavingAdaptorMessageHandler.render()) 18 years ago
  aclement 5ab92340fd fix for 150095: generics binary decp 18 years ago
  aclement 369de87028 test and fix for 148409 18 years ago
  aclement d0c299daf6 last patches for 141730 18 years ago
  aclement d164036558 pr145693 - fix for part 1 18 years ago
  aclement 54934badee new weaver message - pr145693 18 years ago
  aclement a6b36f2034 testcode for 149305, 149096, 149305: fix for 149305 18 years ago
  aclement 2f2f568364 bit of reordering to Ajc152Tests - and fixed 148972 18 years ago
  aclement 21e06a6989 test and fix for 148727 - reverse synthetic changes for aspectOf() and hasAspect() 18 years ago
  mwebster 99d1c184fd Fix for Bug 148388 "LTW weaver produces a debug message at the begining" 18 years ago
  aclement 792d1dfd50 test/fix for 148786: new array joinpoint problem. tiny one line change, safe for committing post RC. 18 years ago
  acolyer c9f311aeeb tests and implementation for enh 147711 (use true synthetic attribute/flag for aj synthetic members). 18 years ago
  aclement 16d8120ef1 126167: Fix for @Around problems... 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
  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 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 94e8e64956 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong class loader) 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