1. 4366934 Test & fix for Bug 343594 - [compiler] VerifierError when synthetic accessor is copied during incremental build by Stephan Herrmann · 13 years ago
  2. 17fd8c2 Test & fix for Bug 343079 - [compiler] internal compiler error when trying to invoke an abstract method as tsuper by Stephan Herrmann · 13 years ago
  3. 44b6eb3 adjust expected test result after fix for Bug 335777 - [compiler] don't flag missing precedence if different enclosing teams by Stephan Herrmann · 13 years ago
  4. 46c37e5 Strengthen existing test and fix for Bug 335774 - [compiler] don't flag "bindingconventions" against import in superteam by Stephan Herrmann · 13 years ago
  5. df8e4e0 Test & fix for Bug 335777 - [compiler] don't flag missing precedence if different enclosing teams by Stephan Herrmann · 13 years ago
  6. cc32a18 Test & fix for Bug 339807 - [compiler] inferred callout to field doesn't support lifting by Stephan Herrmann · 13 years ago
  7. 7e828f8 Test & fix for Bug 339801 - [compiler] declared lifting cannot resolve base imported base type by Stephan Herrmann · 13 years ago
  8. 3e95799 adjust expected result: from two overlapping @SuppressWarnings now the outer if flagged as unused, which is actually better. by Stephan Herrmann · 13 years ago
  9. 5d7c15d Implementation for Bug 338582 - consider optimization by avoiding the role cache by Stephan Herrmann · 13 years ago
  10. df22b6c Test & fix for Bug 336394 - [compiler] ClassFormatError caused by abstract static method by Stephan Herrmann · 13 years ago
  11. 3bad638 revert accidental test filtering by Stephan Herrmann · 13 years ago
  12. 0bf8192 Test & fix for Bug 336420 - [compiler] NPE during reporting "abstract relevant role" by Stephan Herrmann · 13 years ago
  13. efe85e5 Improvement re Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 13 years ago
  14. f992eee Test & fix v1 for Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 13 years ago
  15. 1865242 Test & fix for Bug 336152 - [compiler] incompatible cast error if "Object" is hidden by an import by Stephan Herrmann · 13 years ago
  16. 8aa6111 Test & fix for Bug 335628 - [compiler] lowering in array initializer by Stephan Herrmann · 13 years ago
  17. 00d5ed6 adjust tests to collateral change in Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 13 years ago
  18. d7ab9c3 test & fix for Bug 332801 - [compiler][generics] instantiating a generic role cannot be type-checked by Stephan Herrmann · 13 years ago
  19. 56c7451 Test & fix for Bug 332795 - [compiler][generics] import issues with inherited playedBy binding inside parameterized team by Stephan Herrmann · 13 years ago
  20. 9e36cc9 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 13 years ago
  21. 43eadd6 new test: covariant return in base methods but no "+" in callin binding. by Stephan Herrmann · 13 years ago
  22. de4a080 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 13 years ago
  23. ebcc8eb added a variant with different load order. by Stephan Herrmann · 13 years ago
  24. a695fae Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 13 years ago
  25. 26d5d19 one more location needs to erase before comparing types, by Stephan Herrmann · 13 years ago
  26. 2248f67 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  27. 651378c More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  28. d8b0a1d More tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope: by Stephan Herrmann · 13 years ago
  29. efc6f92 expect different output after r1159 for Bug 331877. by Stephan Herrmann · 13 years ago
  30. f32864c Fix regressions in the context of Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  31. 3ba6420 test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 13 years ago
  32. 8ab1ac4 Additional tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  33. b185ec8 witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 13 years ago
  34. 7b9e9a6 First test & implementation for Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  35. 25a14f1 Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 13 years ago
  36. e717cdc Fix for remaining issue of Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 13 years ago
  37. 78ac9eb Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 13 years ago
  38. d83e4d0 Modernize and enable tests: by Stephan Herrmann · 13 years ago
  39. c96e212 Test and fix for Bug 329888 - Missing compiler error when using wrong field specifier in Callout to field (long) by Stephan Herrmann · 13 years ago
  40. ec5e29e Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 13 years ago
  41. 01b0907 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  42. 5d1e20e make sure suppressed warning is not ignored up front. by Stephan Herrmann · 14 years ago
  43. 362b8e3 working on tests re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  44. 5b2cbf1 Test for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  45. 1732553 - added some comments linking tests to their bugs by Stephan Herrmann · 14 years ago
  46. 92146db Test for Bug 326416 - [compiler] within() not working for team extending non-team by Stephan Herrmann · 14 years ago
  47. a84ed3f Test adjustment for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  48. dcbb676 one more test re Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files by Stephan Herrmann · 14 years ago
  49. e0cfb1c Test for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method by Stephan Herrmann · 14 years ago
  50. 36d2fc2 Initial commit of the "Object Teams OTJLD Tests" in accordance with CQ 4464. by Stephan Herrmann · 14 years ago