1893 次程式碼提交 (e08b5a42e6cd8ec569d3f62e05c0c7c9aa9a585b)
 

作者 SHA1 備註 提交日期
  aclement e08b5a42e6 Testcode for migration testing 19 年之前
  aclement 83a975d648 Removed warning that no longer comes out for this test. We were putting out warnings about changes to serialveruid even if a decp implements was going to fail - we no longer put out this misleading warning. 19 年之前
  aclement 4ea80281a3 test was failing because a message was coming out twice - once when applying decp at source time, once when applying it at weave time. Now removed the reporting at source time. 19 年之前
  aclement b97c89114c Removing 'run' calls from the testcases for now ... to get a build through ! 19 年之前
  aclement 14a2ae019e BWD: One extra check. 19 年之前
  aclement 09464837f2 BWD: Improved source loc stuff and helper methods 19 年之前
  aclement 508cdf93de Changed order processing for weaving to match the recent changes in source order processing. Before weaving decp on type A, we look at supertypes and superinterfaces of A. 19 年之前
  aclement 86013afc5a BWD: Main part of the implementation, checks all the rules before allowing the DECP to proceed. 19 年之前
  aclement a504e4ab1f BWD: improved source loc creation 19 年之前
  aclement 39be3b9710 BWD: Improvements in source location handling allow us to now include a line number here. 19 年之前
  aclement 9ded7647e0 BWD: New error checking catches one more error in this testcase. 19 年之前
  aclement da8df50db7 Recent changes seem to have made some messages come out in a different order ! 19 年之前
  aclement adbc8972aa BWD: Updated - now type processing order is sensible for applying decp, we don't get an error here. 19 年之前
  aclement 7f81377868 BWD: test cases 19 年之前
  aclement 21dc11ccad BWD: Use new API on sourcetypebinding to remember original type hierarchy and don't put out weaving messages for decp. 19 年之前
  aclement c4c23a75c8 Binary Weaving Decp: Two changes: In SourceTypeBinding we can now remember the type hierarchy before we munge it up. In ClassFile we generate code for the original hierarchy rather than any munged variant. (this gets fixed up later when decp is done at weave time) 19 年之前
  acolyer 8a8930fd98 test cases and fix for Bugzilla Bug 81863 19 年之前
  aclement 9536453a52 Binary Weaving Decp: test code 19 年之前
  acolyer f3fcc800aa extra test resources for within(@Foo *) tests 19 年之前
  aclement 38836534d6 Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning. 19 年之前
  aclement cc7d6536cc Binary Weaving Decp: another helper method.. 19 年之前
  acolyer 9d60edd04f switch from string comparison to a more robust RPN format for testing pointcut expression equality 19 年之前
  acolyer 204dc9f253 temporarily taken out a periodically misbehaving test case 19 年之前
  aclement 17e184f3e7 organized imports. 19 年之前
  aclement 9da980ed5c Very very first simple helper bits of binary weaving decp 19 年之前
  aclement 9897659859 Fix for Bug 82062: WeaveMessage should provide more information 19 年之前
  aclement c6e8e5a0d5 organized imports. 19 年之前
  aclement 5bcf8fadcc Hopefully fixes disappearance of decsofts in AJDT. The addition of the offset to the source location caused problems because a declare soft was being assigned 2 diff offsets in different parts of the weaver. First source location was the offset of the 'declare', second location was the offset for the declares pointcut expression. Now resolved so offset is always position of the 'declare'. 19 年之前
  aclement 427c0d3dfd Fix for Bug 80916: In some cases the structure model doesn't contain the "matches declare" relationship 19 年之前
  acolyer 6ede239232 incorporate tim peierls suggestion from mailing list 19 年之前
  acolyer a5eb692fe2 forgot to check in this updated java 5 jar for test cases 19 年之前
  acolyer d2ef505755 more ambiguous bindings testing 19 年之前
  acolyer 2f85beef22 disambiguating bindings 19 年之前
  acolyer ee0b12f950 it is now safe to short-circuit in and/or pc matching (all side-effects removed) 19 年之前
  acolyer ded1a744fc payback time for all the "kinding" work - only ever generate and match 19 年之前
  acolyer 113a3687c8 just tidying up a few unused imports 19 年之前
  acolyer 1b6e9edfac partial fix for bug 61568. 19 年之前
  aclement 1575a175b5 Support for 'offset' in source locations - enabling AJDT improvements. Not perfect - really the whole ISourceLocation thing needs sorting out ... 19 年之前
  aclement 379eb69126 Updates for AJDK1.5.0 19 年之前
  aclement b1111a9826 Autoboxing and decp restrictions 19 年之前
  aclement f196b3c3ff check errors/xlints for decp'ing on annos/enums 19 年之前
  aclement 09bd5866f9 Autoboxing tests - not checked in as need 1.5 JVM to run. 19 年之前
  aclement 7a04b2f94b autoboxing for return values 19 年之前
  aclement 3f5c734840 annotation/enum xlints 19 年之前
  aclement 98aa6da15b All the new enum/annotation messages 19 年之前
  aclement 873e84edec Tests for declare parents where enums are involved. 19 年之前
  aclement 7228f3d18d Tests for declare parents where annotations are involved. 19 年之前
  acolyer d279a507f5 test correct detection of @args in a declare 19 年之前
  acolyer 0485c3b5b1 @within, @withincode fixes 19 年之前
  acolyer eabf8a19ca @within, @withincode tests 19 年之前