1. d3c1c6a update jdt.core and tests to v_B28. by Stephan Herrmann · 13 years ago
  2. 0e04a0c test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 13 years ago
  3. 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
  4. 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
  5. cc12acd witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 13 years ago
  6. 0aa381d Fix an AIOOBE caused by the previous patch by Stephan Herrmann · 13 years ago
  7. fde7976 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
  8. 5451dce avoid two more CCEs seen in RL: by Stephan Herrmann · 13 years ago
  9. 922faa9 r1127 caused regression (NPE) in otjld.other.Java5, fixed. by Stephan Herrmann · 13 years ago
  10. e25ad0b Test & fix for Bug 331869 - [compiler] static role method cannot access type variable of the enclosing team by Stephan Herrmann · 13 years ago
  11. bc6ea69 Avoid this CCE found in the logs: by Stephan Herrmann · 13 years ago
  12. 199a90f protect against an NPE seen in the logs (example involved a generic role with several errors). by Stephan Herrmann · 13 years ago
  13. e5cd8d2 Test & fix for Bug 331669 - [assist] Autocompletion on base keyword within static callin missing by Stephan Herrmann · 13 years ago
  14. 9eaf27a Follow-up changes for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 13 years ago
  15. 24b527e 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
  16. f6b5f83 Fix and new/updated tests for Bug 331831 - [compiler] better reporting for unresolvable tsuper call by Stephan Herrmann · 13 years ago
  17. fc705fa small improvement re AST-converting base constructor calls & tests by Stephan Herrmann · 13 years ago
  18. e18ffe3 Test & fix for Bug 331726 - Selectionmechanism missing on right ShortMethodSpec Callout to field by Stephan Herrmann · 13 years ago
  19. c7d4a0a More API cleanup by Stephan Herrmann · 13 years ago
  20. 9a5ab18 Refactoring/API-cleanup: by Stephan Herrmann · 13 years ago
  21. ba728f6 Test & fix for Bug 330304 - [compiler] AIOOBE in Scanner.internalScanIdentifierOrKeyword() by Stephan Herrmann · 13 years ago
  22. 8b04ad1 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
  23. fe0c0a0 branding as 0.8.0M3 for inclusion in indigo. by Stephan Herrmann · 13 years ago
  24. f5c2906 Fix for Bug 325252 - [compiler] bogus warning "Unnecessary @SuppressWarnings("unused")" in Order System Example by Stephan Herrmann · 13 years ago
  25. e880bb6 update to v_B22 (3.7M3) by Stephan Herrmann · 13 years ago
  26. 4326fba Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 13 years ago
  27. d1c1dcb Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..) by Stephan Herrmann · 13 years ago
  28. d5ea9c2 Additional fix re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 13 years ago
  29. 8b47435 synchronize all methods writing to _classFile after we saw an NPE in the second of these lines: by Stephan Herrmann · 14 years ago
  30. f7bbef1 Fix regression in test921_hasRoleMethod5c2 / by Stephan Herrmann · 14 years ago
  31. cb3b5a0 fixed a regression (NPE) in test219_playedbyInheritance4, triggered (but not caused) by r967 by Stephan Herrmann · 14 years ago
  32. 016c426 update to JDT/Core v_B18 by Stephan Herrmann · 14 years ago
  33. bb9af50 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  34. a784e84 previous patch had a bug re boarder condition numTSuperRoles==0. Fixed. by Stephan Herrmann · 14 years ago
  35. 20c1fca Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  36. 2809990 Fix for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method. by Stephan Herrmann · 14 years ago
  37. 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
  38. 1438430 fixed a merge error: chunk ended up in the wrong method, caused regression in SyntaxErrorTest.test14() by Stephan Herrmann · 14 years ago
  39. aa03e34 Fix for Bug 326416 - [compiler] within() not working for team extending non-team by Stephan Herrmann · 14 years ago
  40. 66cc2b6 Basic merge with v_B14a for 3.7M2 by Stephan Herrmann · 14 years ago
  41. f19847b Cleanly re-applied all changes 0.7.0->0.7.1 by Stephan Herrmann · 14 years ago
  42. ce77a14 Avoid an NPE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  43. 0c9c7ec Avoid an AIOOBE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  44. 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
  45. 82d9583 Improve implementation of signature weakening to accommodate new tests by Stephan Herrmann · 14 years ago
  46. 5d1cd28 Change for Bug 324537 - [otre] overriding Team.isActive() may cause deadlock by Stephan Herrmann · 14 years ago
  47. 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
  48. 44946bc small refactoring that should have been part of r737: by Stephan Herrmann · 14 years ago
  49. db2e57c Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in a callin-replace binding by Stephan Herrmann · 14 years ago
  50. c87554d Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  51. 57e57ec Fix for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  52. ae591e1 don't produce setter synth method for final fields by Stephan Herrmann · 14 years ago
  53. c288db0 fix an AIOOBE introduced by the previous commit which caused a build failure by Stephan Herrmann · 14 years ago
  54. 1fe53e5 fix a logic-error introduced by the previous commit which caused a build failure. by Stephan Herrmann · 14 years ago
  55. 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
  56. 915fb3f Fix NPE causing build failure by Stephan Herrmann · 14 years ago
  57. 2f238f1 FIr part 1 for Bug 323327 - [compiler] accessing a protected inner role from a private method of a nested team by Stephan Herrmann · 14 years ago
  58. 45c846d improve r735 so we can handle binary constructors, too. by Stephan Herrmann · 14 years ago
  59. fd9845f fix for Bug 322723 - [compiler] a role constructor with declared exceptions causes bogus compile error by Stephan Herrmann · 14 years ago
  60. a77beb3 Enabled tests re http://trac.objectteams.org/ot/ticket/286 by Stephan Herrmann · 14 years ago
  61. 8ca9fb2 Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  62. c49ec5f More on Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated: by Stephan Herrmann · 14 years ago
  63. 9709694 Additional fix re Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated by Stephan Herrmann · 14 years ago
  64. 89703ee Fixes for Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated by Stephan Herrmann · 14 years ago
  65. 14368d9 Fix for new test test2215_arrayLifting6(): array lifter needs an ifc-part if team is nested (and a role). by Stephan Herrmann · 14 years ago
  66. 1243886 Fix inheritance issue detected while working on OTSuperTypeHierarchyTest013.testGetAllSuperclasses_TA2TB2TC2R1() by Stephan Herrmann · 14 years ago
  67. f3add72 Experiments towards Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  68. 08e2dc4 fixed a typo. by Stephan Herrmann · 14 years ago
  69. 0c8f8cf Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files. by Stephan Herrmann · 14 years ago
  70. 8de6a4a Fix a regression in CalloutBindingTest: this one error was reported twice for each callout. by Stephan Herrmann · 14 years ago
  71. 1df403e Fix bogus errors reported by the reconciler: by Stephan Herrmann · 14 years ago
  72. 71b8212 Fix for Bug 310398 - [compiler] incremental compilation fails for mutually dependent teams by Stephan Herrmann · 14 years ago
  73. 6298f1b Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated code by Stephan Herrmann · 14 years ago
  74. ee6a9a2 Final fix for Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  75. 8d3bb21 Fix for regression in "FileStructure" tests: don't keep "source type required" into compilation of transitive dependencies. by Stephan Herrmann · 14 years ago
  76. de631c6 Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  77. 9c6fa12 Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  78. 303a0f5 cleanup resolving some warnings by Stephan Herrmann · 14 years ago
  79. e2577ac Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  80. b8dc194 I assume this to be a slippage from http://trac.objectteams.org/ot/changeset/14553 by Stephan Herrmann · 14 years ago
  81. 273c5e8 NPE fix for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  82. 7464c32 Implementation for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  83. 32a19a6 Cleanup for Bug 318781 - [compiler] [otre] remove "BaseClassTags" bytecode attribute by Stephan Herrmann · 14 years ago
  84. 91e7f7c Fix for Bug 318083 - [compiler] "Cannot externalize non-public role" from generated code by Stephan Herrmann · 14 years ago
  85. f975b8e Fix for Bug 316904 - [assist] completion for ctor with declared lifting causes CCE by Stephan Herrmann · 14 years ago
  86. 46d1f39 Test & Improvements for Bug 302827 - [assist] completion should offer to materialize phantom roles by Stephan Herrmann · 14 years ago
  87. 225c6c7 Fix for Bug 316659 - [compiler] NPE in PrecedenceBinding.hasCommonBaseMethod by Stephan Herrmann · 14 years ago
  88. 7fb7acf Test & fix for Bug 316658 - [reconciler] implicitly inherited field reports "illegal modifier" by Stephan Herrmann · 14 years ago
  89. cba20f8 Follow-up fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified by Stephan Herrmann · 14 years ago
  90. 518e7ec two small fups of r440 re Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 14 years ago
  91. dd72075 Implementation for Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 14 years ago
  92. eee4236 Fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified by Stephan Herrmann · 14 years ago
  93. 9e4a303 Fix for Bug 315322 - [compiler] final field with initializer breaks implicit inheritance by Stephan Herrmann · 14 years ago
  94. d5c3cc6 update jdt.core to v_A56 and build against 3.6RC3 by Stephan Herrmann · 14 years ago
  95. db48bf6 Fix for Bug 314741 - [compiler] violation of OTJLD 1.2.2(g) can be masked by other error by Stephan Herrmann · 14 years ago
  96. 6a69914 Fixes for Bug 314714 - [compiler] cannot compile multiple toplevel teams in the same compilation unit by Stephan Herrmann · 14 years ago
  97. 3421d29 Tests & implementation for Bug 314039 - [dom] [rewrite] more complete rewriting for method mappings by Stephan Herrmann · 14 years ago
  98. 8f4b321 - update jdt.core to v_A54 - prepare for building against 3.6RC2 by Stephan Herrmann · 14 years ago
  99. 885406d two fups of r342 by Stephan Herrmann · 14 years ago
  100. de6d198 Test and fix for Bug 311885 - [compiler] toggling CCE in incremental compilation of nested phantom role by Stephan Herrmann · 14 years ago