1893 Revīzijas (e08b5a42e6cd8ec569d3f62e05c0c7c9aa9a585b)
 

Autors SHA1 Ziņojums Datums
  aclement e08b5a42e6 Testcode for migration testing pirms 19 gadiem
  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. pirms 19 gadiem
  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. pirms 19 gadiem
  aclement b97c89114c Removing 'run' calls from the testcases for now ... to get a build through ! pirms 19 gadiem
  aclement 14a2ae019e BWD: One extra check. pirms 19 gadiem
  aclement 09464837f2 BWD: Improved source loc stuff and helper methods pirms 19 gadiem
  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. pirms 19 gadiem
  aclement 86013afc5a BWD: Main part of the implementation, checks all the rules before allowing the DECP to proceed. pirms 19 gadiem
  aclement a504e4ab1f BWD: improved source loc creation pirms 19 gadiem
  aclement 39be3b9710 BWD: Improvements in source location handling allow us to now include a line number here. pirms 19 gadiem
  aclement 9ded7647e0 BWD: New error checking catches one more error in this testcase. pirms 19 gadiem
  aclement da8df50db7 Recent changes seem to have made some messages come out in a different order ! pirms 19 gadiem
  aclement adbc8972aa BWD: Updated - now type processing order is sensible for applying decp, we don't get an error here. pirms 19 gadiem
  aclement 7f81377868 BWD: test cases pirms 19 gadiem
  aclement 21dc11ccad BWD: Use new API on sourcetypebinding to remember original type hierarchy and don't put out weaving messages for decp. pirms 19 gadiem
  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) pirms 19 gadiem
  acolyer 8a8930fd98 test cases and fix for Bugzilla Bug 81863 pirms 19 gadiem
  aclement 9536453a52 Binary Weaving Decp: test code pirms 19 gadiem
  acolyer f3fcc800aa extra test resources for within(@Foo *) tests pirms 19 gadiem
  aclement 38836534d6 Binary Weaving Decp: helper methods and bug fix for unnecessary suid warning. pirms 19 gadiem
  aclement cc7d6536cc Binary Weaving Decp: another helper method.. pirms 19 gadiem
  acolyer 9d60edd04f switch from string comparison to a more robust RPN format for testing pointcut expression equality pirms 19 gadiem
  acolyer 204dc9f253 temporarily taken out a periodically misbehaving test case pirms 19 gadiem
  aclement 17e184f3e7 organized imports. pirms 19 gadiem
  aclement 9da980ed5c Very very first simple helper bits of binary weaving decp pirms 19 gadiem
  aclement 9897659859 Fix for Bug 82062: WeaveMessage should provide more information pirms 19 gadiem
  aclement c6e8e5a0d5 organized imports. pirms 19 gadiem
  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'. pirms 19 gadiem
  aclement 427c0d3dfd Fix for Bug 80916: In some cases the structure model doesn't contain the "matches declare" relationship pirms 19 gadiem
  acolyer 6ede239232 incorporate tim peierls suggestion from mailing list pirms 19 gadiem
  acolyer a5eb692fe2 forgot to check in this updated java 5 jar for test cases pirms 19 gadiem
  acolyer d2ef505755 more ambiguous bindings testing pirms 19 gadiem
  acolyer 2f85beef22 disambiguating bindings pirms 19 gadiem
  acolyer ee0b12f950 it is now safe to short-circuit in and/or pc matching (all side-effects removed) pirms 19 gadiem
  acolyer ded1a744fc payback time for all the "kinding" work - only ever generate and match pirms 19 gadiem
  acolyer 113a3687c8 just tidying up a few unused imports pirms 19 gadiem
  acolyer 1b6e9edfac partial fix for bug 61568. pirms 19 gadiem
  aclement 1575a175b5 Support for 'offset' in source locations - enabling AJDT improvements. Not perfect - really the whole ISourceLocation thing needs sorting out ... pirms 19 gadiem
  aclement 379eb69126 Updates for AJDK1.5.0 pirms 19 gadiem
  aclement b1111a9826 Autoboxing and decp restrictions pirms 19 gadiem
  aclement f196b3c3ff check errors/xlints for decp'ing on annos/enums pirms 19 gadiem
  aclement 09bd5866f9 Autoboxing tests - not checked in as need 1.5 JVM to run. pirms 19 gadiem
  aclement 7a04b2f94b autoboxing for return values pirms 19 gadiem
  aclement 3f5c734840 annotation/enum xlints pirms 19 gadiem
  aclement 98aa6da15b All the new enum/annotation messages pirms 19 gadiem
  aclement 873e84edec Tests for declare parents where enums are involved. pirms 19 gadiem
  aclement 7228f3d18d Tests for declare parents where annotations are involved. pirms 19 gadiem
  acolyer d279a507f5 test correct detection of @args in a declare pirms 19 gadiem
  acolyer 0485c3b5b1 @within, @withincode fixes pirms 19 gadiem
  acolyer eabf8a19ca @within, @withincode tests pirms 19 gadiem