1. 21f38c5 resolve several scoping issues in otredyn by Stephan Herrmann · 13 years ago
  2. 1ee40cf parameter & result translations under otredyn: by Stephan Herrmann · 13 years ago
  3. a18a71a fix test431_parameterMapping4() for otredyn: by Stephan Herrmann · 13 years ago
  4. cf80621 fix test455_illegalBaseCall6() for otredyn: by Stephan Herrmann · 13 years ago
  5. 7ec8569 basic fix for base call arg/return translations for otredyn: by Stephan Herrmann · 13 years ago
  6. cc20a52 revert some special treatment for OTREDyn: by Stephan Herrmann · 13 years ago
  7. 88cf6fc Fixed a few regressions under OTREDyn caused by the previous commit. by Stephan Herrmann · 13 years ago
  8. 627b36c First take at implementing predicate checks for OTREDyn. by Stephan Herrmann · 13 years ago
  9. d199b38 avoid various warnings by Stephan Herrmann · 13 years ago
  10. d0a49ec fix an NPE seen in testA12_genericRoleFeature18() under OTREDyn. by Stephan Herrmann · 13 years ago
  11. 3a83965 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 13 years ago
  12. 1f7e512 fix test4132_overridingOfCallinBinding7() for otredyn: by Stephan Herrmann · 13 years ago
  13. d9b47ed Fixing callin-overriding for otredyn: by Stephan Herrmann · 13 years ago
  14. 24b2389 Fix test4143_callinToTeamMethod1() ff. for otredyn. by Stephan Herrmann · 13 years ago
  15. 177de64 Fix test4132_overridingOfCallinBinding1() for otredyn: by Stephan Herrmann · 13 years ago
  16. 01e7d03 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 13 years ago
  17. c7f1111 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 13 years ago
  18. 3d26b9c more robustness to avoid three exceptions observed in ReportedBugs under otredyn. by Stephan Herrmann · 13 years ago
  19. 6bad8a6 Fixing test413_overwritingInheritedCallinBinding1* for otredyn: by Stephan Herrmann · 13 years ago
  20. 813d685 apply part of r1172 from CallinMethodMappingsAttribute also to OTDynCallinBindingsAttribute by Stephan Herrmann · 13 years ago
  21. 758a8cd fix test4133_callinToPrivate2s for otredyn: by Stephan Herrmann · 13 years ago
  22. a299e96 fixing test4125_resultInMethodSpec3 for otredyn: by Stephan Herrmann · 13 years ago
  23. fa7a07e in otredyn mode avoid hiding of field _OT$base by an argument. by Stephan Herrmann · 13 years ago
  24. fd39999 bugfix: saw creation of bogus "new Object[][]{o1, o2}" while expecting "new Object[]{o1, o2}" by Stephan Herrmann · 13 years ago
  25. 5187fc9 adjust SerializationGenerator for the use in an otredyn environment. by Stephan Herrmann · 13 years ago
  26. 44937e8 freeze plugin versions as of 0.8M4 and proceed into M5 by Stephan Herrmann · 13 years ago
  27. 196c6e8 transfer a few modifier bits into a RoleTypeBinding in order to ensure proper generation of generic signatures. by Stephan Herrmann · 13 years ago
  28. f6600b6 chopping off synth arg 'isSuperAccess' only applies to base-calls not tsuper-calls. by Stephan Herrmann · 13 years ago
  29. 59c4004 make sure basecall surrogate is recognized when read from byte code (compare erasures). by Stephan Herrmann · 13 years ago
  30. 8c6e459 try harder to avoid CCE (BinaryTypeBinding vs. SourceTypeBinding) by Stephan Herrmann · 13 years ago
  31. 7468b3e Fix regression in test1125_outerAccessInNestedTeam3() by consolidating how the synthetic arg for static role methods is weakened. by Stephan Herrmann · 13 years ago
  32. 469e0e0 Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 13 years ago
  33. b2883a1 one more location needs to erase before comparing types, by Stephan Herrmann · 13 years ago
  34. 2e93c18 improve r1170 as to avoid regression re copy-inheritance of static role methods by Stephan Herrmann · 13 years ago
  35. 29f5dc8 fix a regression caused by previous commit by Stephan Herrmann · 13 years ago
  36. d471177 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  37. 6dfc0af More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  38. dce745e 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
  39. 95defc3 avoid cycles observed in RL (som-cache example): by Stephan Herrmann · 13 years ago
  40. b1b06a4 avoid NPE seen in RL (som-cache example): by Stephan Herrmann · 13 years ago
  41. 2206ebc add filters for restrictions added between 0.7.1 and 0.8 (noimplement/noreference) by Stephan Herrmann · 13 years ago
  42. c811fda 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
  43. 455a064 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 13 years ago
  44. d3c1c6a update jdt.core and tests to v_B28. by Stephan Herrmann · 13 years ago
  45. 0e04a0c test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 13 years ago
  46. ca60415 two small fixes on top of the latest patch re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 13 years ago
  47. e6580cb tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 13 years ago
  48. f250e6e 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
  49. cc12acd witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
  50. ede5abd Fix for ICE caused by previous patch: by Stephan Herrmann · 14 years ago
  51. 0aa381d Fix an AIOOBE caused by the previous patch by Stephan Herrmann · 14 years ago
  52. fde7976 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
  53. 5451dce avoid two more CCEs seen in RL: by Stephan Herrmann · 14 years ago
  54. 922faa9 r1127 caused regression (NPE) in otjld.other.Java5, fixed. by Stephan Herrmann · 14 years ago
  55. e25ad0b Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 14 years ago
  56. bc6ea69 Avoid this CCE found in the logs: by Stephan Herrmann · 14 years ago
  57. 199a90f protect against an NPE seen in the logs (example involved a generic role with several errors). by Stephan Herrmann · 14 years ago
  58. e5cd8d2 Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing by Stephan Herrmann · 14 years ago
  59. 9eaf27a Follow-up changes for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
  60. 24b527e 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
  61. f6b5f83 Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
  62. fc705fa small improvement re AST-converting base constructor calls & tests by Stephan Herrmann · 14 years ago
  63. e18ffe3 Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 14 years ago
  64. b64c69c Fix for Bug 331702 - [dom] Static imports are always malformed in OTDT by Stephan Herrmann · 14 years ago
  65. 95e72ca cleanup a few instances of discouraged access by Stephan Herrmann · 14 years ago
  66. 4a14a62 More API cleanup by Stephan Herrmann · 14 years ago
  67. c7d4a0a More API cleanup by Stephan Herrmann · 14 years ago
  68. 4cf336c by Stephan Herrmann · 14 years ago
  69. f25604f Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  70. 9a5ab18 Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  71. 54dc399 Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  72. f375f8c Bug 330534 - Discussion on how to solve OT/J issues about joining the Indigo release train: by Stephan Herrmann · 14 years ago
  73. 7194550 experimental change in our version schema in attempting to resolve (part of) by Stephan Herrmann · 14 years ago
  74. ba728f6 Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword() by Stephan Herrmann · 14 years ago
  75. 0732a42 Test & fix for Bug 330169 - [refactoring] Extract method throws NPE if declared lifting arg is involved by Stephan Herrmann · 14 years ago
  76. 8a4d178 Tests & fix for Bug 329988 - Quickfix method generation on missing replace callin method generates wrong method by Stephan Herrmann · 14 years ago
  77. 8b04ad1 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
  78. fa8dc48 Fix for Bug 329936 - Eclipse DOM AST with OT/J extensions problem by Stephan Herrmann · 14 years ago
  79. fe0c0a0 branding as 0.8.0M3 for inclusion in indigo. by Stephan Herrmann · 14 years ago
  80. f5c2906 Fix for Bug 325252 - [compiler] bogus warning "Unnecessary @SuppressWarnings("unused")" in Order System Example by Stephan Herrmann · 14 years ago
  81. e880bb6 update to v_B22 (3.7M3) by Stephan Herrmann · 14 years ago
  82. 4326fba Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
  83. d1c1dcb Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..) by Stephan Herrmann · 14 years ago
  84. d5ea9c2 Additional fix re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  85. 380baf3 fix merge-errors in batch compiler & test by Stephan Herrmann · 14 years ago
  86. 8b47435 synchronize all methods writing to _classFile after we saw an NPE in the second of these lines: by Stephan Herrmann · 14 years ago
  87. f7bbef1 Fix regression in test921_hasRoleMethod5c2 / by Stephan Herrmann · 14 years ago
  88. cb3b5a0 fixed a regression (NPE) in test219_playedbyInheritance4, triggered (but not caused) by r967 by Stephan Herrmann · 14 years ago
  89. 016c426 update to JDT/Core v_B18 by Stephan Herrmann · 14 years ago
  90. bb9af50 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  91. 8b97f55 Fix for part 2 of Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info by Stephan Herrmann · 14 years ago
  92. a784e84 previous patch had a bug re boarder condition numTSuperRoles==0. Fixed. by Stephan Herrmann · 14 years ago
  93. 20c1fca Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  94. 15d3e34 Fix regression in JDT's ClassNameTests caused by patch re Bug 326839: by Stephan Herrmann · 14 years ago
  95. c0f291b no more warnings in this class by Stephan Herrmann · 14 years ago
  96. 0a3d81f make previous patch re Bug 326839 a bit safer, never create phantom role without real tsupers. by Stephan Herrmann · 14 years ago
  97. ac047a4 Fix for Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info. by Stephan Herrmann · 14 years ago
  98. 2809990 Fix for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method. by Stephan Herrmann · 14 years ago
  99. a0af264 fixing a regression in ExtractCallinTests et al: adapt to new strategy relying on SUPERTYPE_REF_FLAVOR by Stephan Herrmann · 14 years ago
  100. 4157136 restore a chunk of code that got lost during merge with v_B14a thus causing regressions in SuperTypeTest by Stephan Herrmann · 14 years ago