1359 Commits (extensions)

Author SHA1 Message Date
  aclement e895997219 turning off completeBinaryTypes 17 years ago
  aclement cd9fd1147b test and fix for 158573 - incorrect 'adviceDidNotMatch' warning appears 17 years ago
  aclement ea4ff8adad test and fix for 158624: generic types and arrays 17 years ago
  aclement c50a557d3c test and fixes for 145442 - line number info for stack traces. 17 years ago
  aclement b69748e353 message patch from 155139 17 years ago
  aclement 98a5d92553 154054 testcode and fix: noticing changes in around advice and forcing full builds 17 years ago
  mwebster d46c28243e ignore duplicate aop.xml definition 18 years ago
  aclement 478d55f8bd Test for 157057 18 years ago
  aclement 70ae0f8df6 test and fix for 153845: Rogue signature containing a 'P' getting into the classfile. 18 years ago
  aclement b49e8cae5b fixes for 153490: mixing delegates. Refactored a *lot* of stuff - promoting duplicate code up from AsmDelegate/BcelObjectType up to AbstractReferenceTypeDelegate and higher. 18 years ago
  aclement 7a4256df61 testcode and fixes for 156962: Problems with @Deprecated in method signatures 18 years ago
  mwebster 14e8b7d8f0 Bug 155238 "Trace should use System.identityHashCode, not hashCode" 18 years ago
  mwebster 6be70973a7 Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments) 18 years ago
  aclement 40cf610769 fix for 155213: made using date formatter lazy. 18 years ago
  aclement fd3d29f4c4 fix for 152848: cope with discovering a non-generic type 18 years ago
  aclement 07e6e9a176 last of the dreaded jdtlikehandleprovider changes - 141730#22 18 years ago
  mwebster 5787d0e82f Bug 150487 "Tracing and Logging Framework" (Trace.event()) 18 years ago
  aclement 409e613aac 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Matthew doesnt complain. 18 years ago
  mwebster 04fa1dcce1 Bug 129525 "Don't Dump Bytecodes to Syserr in LTW" (don't throw AbortException in LTW message handler) 18 years ago
  mwebster 8549d861b1 Bug 150271 "Allow multiple levels of LTW information" (make weaving/not weaving messages debug and add -debug to options for aop.xml) 18 years ago
  aclement 30c0ada8a7 correct the comment! 18 years ago
  aclement 945a257776 fixes for 149560: (1) correct the bcel code for creating clinit call (2) don't let singleton aspects be implemented as late type mungers, the clinit manipulation breaks. 18 years ago
  aclement 0185a0214f some updates to ClassLoaderRepository - tested by RontimeWeaving 18 years ago
  aclement a562d831df 141556: lint message sort out and memory leak resolution 18 years ago
  acolyer 135173acd2 fix for pr153572 LTWWorld with Annotation finding and boot classes 18 years ago
  aclement 9b03811333 145963: binary entries in the model: various parts to the fix. 18 years ago
  aclement 9a84fe9d3a minor refactoring for a forthcoming fix 18 years ago
  aclement 59123b0efb test and fix for 154332: broken java.lang.<annotation> processing 18 years ago
  mwebster 4ce6cb8b0c Bug 150487 "Tracing and Logging Framework" (new/fixed trace points) 18 years ago
  mwebster 4a53ac4202 Bug 150487 "Tracing and Logging Framework" (improve formatting for arrays and Collections) 18 years ago
  aclement 82e3e13c66 test and fix for 153535 18 years ago
  aclement 58a3e87818 133770 'call and ltw': now attempts to grab a delegate for a non-locally defined type, giving the super-loader chance to weave a type with ITDs. 18 years ago
  mwebster acf2739fa6 Bug 150487 "Tracing and Logging Framework" (WeavingAdaptorMessageHandler delegates and traces) 18 years ago
  mwebster 41340ae6cb Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler implementations to add context) 18 years ago
  mwebster 6bf6295895 Bug 150487 "Tracing and Logging Framework" (override TraceFactory, trace info, warn, error, fatal by default) 18 years ago
  aclement 2d33e8d998 133770 'call and ltw': now able to complete ITD binding for binary types in LTW world 18 years ago
  aclement 67bbaac030 133770 'call and ltw': moving type from loadtime to weaver 18 years ago
  mwebster 7a0f7a45b2 Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error and fatal) 18 years ago
  aclement 282188781f inactive test case for Classloader repository sharing 18 years ago
  aclement f239f2a2ac tests (?) and fixes for 152873 - optimized check for @AJ aspects in LTW 18 years ago
  mwebster 6dca4cc41d Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication) 18 years ago
  aclement c6b01b10d3 dont need TODO 18 years ago
  aclement c779c96eff fix for 152871: parsing bytecode too often 18 years ago
  aclement d559512e93 remove debug 18 years ago
  aclement ff2377a7f3 test and fix for 152631: decp targetting aspect using cflow 18 years ago
  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