1. 59c4004 make sure basecall surrogate is recognized when read from byte code (compare erasures). by Stephan Herrmann · 14 years ago
  2. 8c6e459 try harder to avoid CCE (BinaryTypeBinding vs. SourceTypeBinding) by Stephan Herrmann · 14 years ago
  3. 7468b3e Fix regression in test1125_outerAccessInNestedTeam3() by consolidating how the synthetic arg for static role methods is weakened. by Stephan Herrmann · 14 years ago
  4. 469e0e0 Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
  5. b2883a1 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
  6. 2e93c18 improve r1170 as to avoid regression re copy-inheritance of static role methods by Stephan Herrmann · 14 years ago
  7. 29f5dc8 fix a regression caused by previous commit by Stephan Herrmann · 14 years ago
  8. d471177 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  9. 6dfc0af More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  10. dce745e 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
  11. 95defc3 avoid cycles observed in RL (som-cache example): by Stephan Herrmann · 14 years ago
  12. b1b06a4 avoid NPE seen in RL (som-cache example): by Stephan Herrmann · 14 years ago
  13. 2206ebc add filters for restrictions added between 0.7.1 and 0.8 (noimplement/noreference) by Stephan Herrmann · 14 years ago
  14. 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 · 14 years ago
  15. 455a064 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
  16. d3c1c6a update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
  17. 0e04a0c test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
  18. 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 · 14 years ago
  19. e6580cb tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 14 years ago
  20. f250e6e 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
  21. cc12acd witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
  22. ede5abd Fix for ICE caused by previous patch: by Stephan Herrmann · 14 years ago
  23. 0aa381d Fix an AIOOBE caused by the previous patch by Stephan Herrmann · 14 years ago
  24. 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
  25. 5451dce avoid two more CCEs seen in RL: by Stephan Herrmann · 14 years ago
  26. 922faa9 r1127 caused regression (NPE) in otjld.other.Java5, fixed. by Stephan Herrmann · 14 years ago
  27. e25ad0b Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 14 years ago
  28. bc6ea69 Avoid this CCE found in the logs: by Stephan Herrmann · 14 years ago
  29. 199a90f protect against an NPE seen in the logs (example involved a generic role with several errors). by Stephan Herrmann · 14 years ago
  30. e5cd8d2 Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing by Stephan Herrmann · 14 years ago
  31. 9eaf27a Follow-up changes for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
  32. 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
  33. f6b5f83 Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 14 years ago
  34. fc705fa small improvement re AST-converting base constructor calls & tests by Stephan Herrmann · 14 years ago
  35. e18ffe3 Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 14 years ago
  36. b64c69c Fix for Bug 331702 - [dom] Static imports are always malformed in OTDT by Stephan Herrmann · 14 years ago
  37. 95e72ca cleanup a few instances of discouraged access by Stephan Herrmann · 14 years ago
  38. 4a14a62 More API cleanup by Stephan Herrmann · 14 years ago
  39. c7d4a0a More API cleanup by Stephan Herrmann · 14 years ago
  40. 4cf336c by Stephan Herrmann · 14 years ago
  41. f25604f Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  42. 9a5ab18 Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  43. 54dc399 Refactoring/API-cleanup: by Stephan Herrmann · 14 years ago
  44. f375f8c Bug 330534 - Discussion on how to solve OT/J issues about joining the Indigo release train: by Stephan Herrmann · 14 years ago
  45. 7194550 experimental change in our version schema in attempting to resolve (part of) by Stephan Herrmann · 14 years ago
  46. ba728f6 Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword() by Stephan Herrmann · 14 years ago
  47. 0732a42 Test & fix for Bug 330169 - [refactoring] Extract method throws NPE if declared lifting arg is involved by Stephan Herrmann · 14 years ago
  48. 8a4d178 Tests & fix for Bug 329988 - Quickfix method generation on missing replace callin method generates wrong method by Stephan Herrmann · 14 years ago
  49. 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
  50. fa8dc48 Fix for Bug 329936 - Eclipse DOM AST with OT/J extensions problem by Stephan Herrmann · 14 years ago
  51. fe0c0a0 branding as 0.8.0M3 for inclusion in indigo. by Stephan Herrmann · 14 years ago
  52. f5c2906 Fix for Bug 325252 - [compiler] bogus warning "Unnecessary @SuppressWarnings("unused")" in Order System Example by Stephan Herrmann · 14 years ago
  53. e880bb6 update to v_B22 (3.7M3) by Stephan Herrmann · 14 years ago
  54. 4326fba Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
  55. d1c1dcb Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..) by Stephan Herrmann · 14 years ago
  56. d5ea9c2 Additional fix re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  57. 380baf3 fix merge-errors in batch compiler & test by Stephan Herrmann · 14 years ago
  58. 8b47435 synchronize all methods writing to _classFile after we saw an NPE in the second of these lines: by Stephan Herrmann · 14 years ago
  59. f7bbef1 Fix regression in test921_hasRoleMethod5c2 / by Stephan Herrmann · 14 years ago
  60. cb3b5a0 fixed a regression (NPE) in test219_playedbyInheritance4, triggered (but not caused) by r967 by Stephan Herrmann · 14 years ago
  61. 016c426 update to JDT/Core v_B18 by Stephan Herrmann · 14 years ago
  62. bb9af50 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  63. 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
  64. a784e84 previous patch had a bug re boarder condition numTSuperRoles==0. Fixed. by Stephan Herrmann · 14 years ago
  65. 20c1fca Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  66. 15d3e34 Fix regression in JDT's ClassNameTests caused by patch re Bug 326839: by Stephan Herrmann · 14 years ago
  67. c0f291b no more warnings in this class by Stephan Herrmann · 14 years ago
  68. 0a3d81f make previous patch re Bug 326839 a bit safer, never create phantom role without real tsupers. by Stephan Herrmann · 14 years ago
  69. ac047a4 Fix for Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info. by Stephan Herrmann · 14 years ago
  70. 2809990 Fix for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method. by Stephan Herrmann · 14 years ago
  71. a0af264 fixing a regression in ExtractCallinTests et al: adapt to new strategy relying on SUPERTYPE_REF_FLAVOR by Stephan Herrmann · 14 years ago
  72. 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
  73. 1438430 fixed a merge error: chunk ended up in the wrong method, caused regression in SyntaxErrorTest.test14() by Stephan Herrmann · 14 years ago
  74. aa03e34 Fix for Bug 326416 - [compiler] within() not working for team extending non-team by Stephan Herrmann · 14 years ago
  75. 66cc2b6 Basic merge with v_B14a for 3.7M2 by Stephan Herrmann · 14 years ago
  76. ab1b976 preparation for merging with v_B14a: cleanup remove trailing white space by Stephan Herrmann · 14 years ago
  77. e7671f4 bump up versions to 0.8 to build against 3.7.0M2a by Stephan Herrmann · 14 years ago
  78. f19847b Cleanly re-applied all changes 0.7.0->0.7.1 by Stephan Herrmann · 14 years ago
  79. 0e6e6d7 update script to use Eclipse SDK 3.6 by Stephan Herrmann · 14 years ago
  80. ce77a14 Avoid an NPE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  81. 0c9c7ec Avoid an AIOOBE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  82. f49f89c 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
  83. 887dc01 document a debug-time observation by Stephan Herrmann · 14 years ago
  84. 3260d51 Documentation update: make all {ObjectTeams tags in this module browsable from Search. by Stephan Herrmann · 14 years ago
  85. 10cd8bd some time ago I observed an NPE at this location, however, its the double lookup through OTModelManager that's nonsense. by Stephan Herrmann · 14 years ago
  86. 8a3c6c1 Additional fixes re Bug 324526 - [reconciler] NPE during AST creation, team in role file subclassing non-team role by Stephan Herrmann · 14 years ago
  87. 82d9583 Improve implementation of signature weakening to accommodate new tests by Stephan Herrmann · 14 years ago
  88. 5d1cd28 Change for Bug 324537 - [otre] overriding Team.isActive() may cause deadlock by Stephan Herrmann · 14 years ago
  89. 7fe250b Test & fix for Bug 324526 - [reconciler] NPE during AST creation, team in role file subclassing non-team role by Stephan Herrmann · 14 years ago
  90. 44946bc small refactoring that should have been part of r737: by Stephan Herrmann · 14 years ago
  91. db2e57c Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in a callin-replace binding by Stephan Herrmann · 14 years ago
  92. 24dd5be Fix regressions in some OTQuickfixTests et al: by Stephan Herrmann · 14 years ago
  93. bf48945 Fix regressions in CodeCompletionTests: rewriting param mappings did not handle the case of event==null. by Stephan Herrmann · 14 years ago
  94. 331f6fe Tests and fix for Bug 311879 - [refactoring] adapt "change signature" refactoring by Stephan Herrmann · 14 years ago
  95. c87554d Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  96. 57e57ec Fix for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  97. ae591e1 don't produce setter synth method for final fields by Stephan Herrmann · 14 years ago
  98. c288db0 fix an AIOOBE introduced by the previous commit which caused a build failure by Stephan Herrmann · 14 years ago
  99. 1fe53e5 fix a logic-error introduced by the previous commit which caused a build failure. by Stephan Herrmann · 14 years ago
  100. 88c7c25 FIr part 2 for Bug 323327 - [compiler] accessing a protected inner role from a private method of a nested team by Stephan Herrmann · 14 years ago