1. 43eadd6 new test: covariant return in base methods but no "+" in callin binding. by Stephan Herrmann · 14 years ago
  2. de4a080 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 14 years ago
  3. ebcc8eb added a variant with different load order. by Stephan Herrmann · 14 years ago
  4. a695fae Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
  5. 26d5d19 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
  6. 2248f67 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  7. 651378c More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  8. d8b0a1d More tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope: by Stephan Herrmann · 14 years ago
  9. efc6f92 expect different output after r1159 for Bug 331877. by Stephan Herrmann · 14 years ago
  10. 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 · 14 years ago
  11. 3ba6420 test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
  12. 8ab1ac4 Additional tests & fixes re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  13. b185ec8 witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
  14. 7b9e9a6 First test & implementation for Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  15. 25a14f1 Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 14 years ago
  16. e717cdc Fix for remaining issue of Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
  17. 78ac9eb Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
  18. 87a189d Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 14 years ago
  19. 2e6536d adjust two test results: by Stephan Herrmann · 14 years ago
  20. 6804866 API consolidation for org.eclipse.objectteams.otdt.debug by Stephan Herrmann · 14 years ago
  21. 49c3081 API consolidation: by Stephan Herrmann · 14 years ago
  22. d4c2f1d More API cleanup by Stephan Herrmann · 14 years ago
  23. e097767 Bug 330534 - Discussion on how to solve OT/J issues about joining the Indigo release train: by Stephan Herrmann · 14 years ago
  24. d748877 experimental change in our version schema in attempting to resolve (part of) by Stephan Herrmann · 14 years ago
  25. ef9388c Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword() by Stephan Herrmann · 14 years ago
  26. d83e4d0 Modernize and enable tests: by Stephan Herrmann · 14 years ago
  27. c96e212 Test and fix for Bug 329888 - Missing compiler error when using wrong field specifier in Callout to field (long) by Stephan Herrmann · 14 years ago
  28. 73e805a compliance 1.5 in jdt.core settings by Stephan Herrmann · 14 years ago
  29. ec5e29e Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
  30. 2ec5309 Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..) by Stephan Herrmann · 14 years ago
  31. 01b0907 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  32. 5d1e20e make sure suppressed warning is not ignored up front. by Stephan Herrmann · 14 years ago
  33. 362b8e3 working on tests re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  34. e48509f finally adjusted test to a semantics-preserving permutation (since migration to Eclipse). by Stephan Herrmann · 14 years ago
  35. c026775 add testresources to the binary build by Stephan Herrmann · 14 years ago
  36. eee1acc one more place to integrate the new test sub-suite. by Stephan Herrmann · 14 years ago
  37. f5bd3a9 export new packages. by Stephan Herrmann · 14 years ago
  38. b31ef4e enable the OTJLD tests. by Stephan Herrmann · 14 years ago
  39. 5b2cbf1 Test for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  40. 1732553 - added some comments linking tests to their bugs by Stephan Herrmann · 14 years ago
  41. 92146db Test for Bug 326416 - [compiler] within() not working for team extending non-team by Stephan Herrmann · 14 years ago
  42. a84ed3f Test adjustment for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  43. dcbb676 one more test re Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files by Stephan Herrmann · 14 years ago
  44. e0cfb1c Test for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method by Stephan Herrmann · 14 years ago
  45. 6228bab pre-compiled binary test-resources for the OTJLD sub-suite. by Stephan Herrmann · 14 years ago
  46. cc0255b configuration update to integrate the otjld sub-suite. by Stephan Herrmann · 14 years ago
  47. 36d2fc2 Initial commit of the "Object Teams OTJLD Tests" in accordance with CQ 4464. by Stephan Herrmann · 14 years ago
  48. ab3bd3e Adjust details of expected result to improvement in Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info by Stephan Herrmann · 14 years ago
  49. d2dedc7 Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  50. 465dd24 Fix a regression in OTReconcilerTest.testRoFiNestedTeam(): by Stephan Herrmann · 14 years ago
  51. c4b0a05 fix bug introduced by completion: invalid @Override annotation. by Stephan Herrmann · 14 years ago
  52. 48ec7ea adjust to changes in 3.7M2 by Stephan Herrmann · 14 years ago
  53. 6405bea OT-support added for hierarchy tests. by Stephan Herrmann · 14 years ago
  54. d672b11 comment only (bug reference) by Stephan Herrmann · 14 years ago
  55. c7b4569 Test and fix for Bug 325681 - [compiler] syntax error in role file may case NPE in RoleModel.getTeamModel() by Stephan Herrmann · 14 years ago
  56. 0e59f64 Fix for Bug 325291 - [otmodel] NPE in SourceRefElement.getAnnotations() at hover for callout binding by Stephan Herrmann · 14 years ago
  57. c428675 re-enable bulk of this suite by Stephan Herrmann · 14 years ago
  58. 5eac41b Test for Bug 325297 - [search] NPE when searching for callout in a role nested in a role file by Stephan Herrmann · 14 years ago
  59. 14ee2e5 test selecting a rmspec in a callout by Stephan Herrmann · 14 years ago
  60. de8497c one more tiny test fix by Stephan Herrmann · 14 years ago
  61. cd06dea one more tiny test fix by Stephan Herrmann · 14 years ago
  62. 71e07f3 Fixed a major deficiency of this test suite that had gone unnoticed for 5 years: by Stephan Herrmann · 14 years ago
  63. 113f9e2 Test and fix for Bug 325029 - [model] team-and-rolefile causes JavaModelException when accessed as member of its enclosing team by Stephan Herrmann · 14 years ago
  64. 8808b13 fix validity error and typo in test data. by Stephan Herrmann · 14 years ago
  65. 39ae21c Test & fix for Bug 324526 - [reconciler] NPE during AST creation, team in role file subclassing non-team role by Stephan Herrmann · 14 years ago
  66. c5e28c5 Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  67. 6ba1e38 this test has moved to the otdt.ui.refactoring.tests by Stephan Herrmann · 14 years ago
  68. 97bb33a Final cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  69. 2a9e6f9 Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  70. 5f20f68 Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  71. fcf02aa Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  72. d23a21b a sysout to give hints for failing tests. by Stephan Herrmann · 14 years ago
  73. d139f47 Migrate all OT hierarchy tests to the new OT/J based implementation. by Stephan Herrmann · 14 years ago
  74. 4f2ef57 Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files. by Stephan Herrmann · 14 years ago
  75. 4466499 modernize classpaths of test projects: avoid old variable OTRUNTIME_LIBDIR by Stephan Herrmann · 14 years ago
  76. b701848 modernize classpath: no longer depend on old variable OTRUNTIME_LIBDIR by Stephan Herrmann · 14 years ago
  77. 0762247 After re-packaging the OTRE for Bug 320191 - by Stephan Herrmann · 14 years ago
  78. c4b9294 experiment re Bug 320191 - [pde] Exporting an OT plug-in requires to have org.eclipse.objectteams.runtime in the ws by Stephan Herrmann · 14 years ago
  79. 6d45dff Resolved one FIXME as of comment 3 of Bug 317358 - [otmodel] deltas for roles are not correctly computed by Stephan Herrmann · 14 years ago
  80. 66f8d2e Implementation for Bug 317358 - [otmodel] deltas for roles are not correctly computed by Stephan Herrmann · 14 years ago
  81. 5e92fd4 Test & fix for Bug 316658 - [reconciler] implicitly inherited field reports "illegal modifier" by Stephan Herrmann · 14 years ago
  82. 7ba5467 Test & fix for Bug 315373 - [assist] completion proposes callout override with nothing to override by Stephan Herrmann · 15 years ago
  83. 1da4cbd should've been part of r226: updated jclMin for r222 (serialization infrastructure). by Stephan Herrmann · 15 years ago
  84. 94d0449 add original jars from jdt tests. by Stephan Herrmann · 15 years ago
  85. 537d03a NPE fixes: by Stephan Herrmann · 15 years ago
  86. b50ea5c deploy our correct jclMin1.5src.zip into our test plugins. by Stephan Herrmann · 15 years ago
  87. 3b9e473 try to cope with different names of the JRE jar (needed for testing on IBM-Java) by Stephan Herrmann · 15 years ago
  88. 1a7fc12 adjust expected output: default ctors for roles no longer created during parsing by Stephan Herrmann · 15 years ago
  89. 1ca9f64 update test resources: by Stephan Herrmann · 15 years ago
  90. 955b934 - upload JDT's original jclmin jars to jdt.core.tests.model. by Stephan Herrmann · 15 years ago
  91. 9850213 Prepare for building on build.eclipse.org: by Stephan Herrmann · 15 years ago
  92. 966219e adjust this test suite to new OTRE jar structure plus fixed a migration typo -> 100% pass by Stephan Herrmann · 15 years ago
  93. 36c2699 initial commit in accordance with CQ 3784 by Stephan Herrmann · 15 years ago