1. 4326fba Test & fix for Bug 329374 - Implicit Lowering of a Role Array as return results in compiler error by Stephan Herrmann · 14 years ago
  2. d1c1dcb Test and fix for Bug 323076 - [search] Search doesn't find OTTypeHierarchyImpl.connectTSupers(..) by Stephan Herrmann · 14 years ago
  3. d5ea9c2 Additional fix re Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  4. 380baf3 fix merge-errors in batch compiler & test by Stephan Herrmann · 14 years ago
  5. 8b47435 synchronize all methods writing to _classFile after we saw an NPE in the second of these lines: by Stephan Herrmann · 14 years ago
  6. f7bbef1 Fix regression in test921_hasRoleMethod5c2 / by Stephan Herrmann · 14 years ago
  7. cb3b5a0 fixed a regression (NPE) in test219_playedbyInheritance4, triggered (but not caused) by r967 by Stephan Herrmann · 14 years ago
  8. 016c426 update to JDT/Core v_B18 by Stephan Herrmann · 14 years ago
  9. bb9af50 Fix for Bug 327334 - [compiler] generated lift methods fail to detect some lifting ambiguities by Stephan Herrmann · 14 years ago
  10. 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
  11. a784e84 previous patch had a bug re boarder condition numTSuperRoles==0. Fixed. by Stephan Herrmann · 14 years ago
  12. 20c1fca Implementation for Bug 326969 - [compiler] implement changed precedence among different tsupers by Stephan Herrmann · 14 years ago
  13. 15d3e34 Fix regression in JDT's ClassNameTests caused by patch re Bug 326839: by Stephan Herrmann · 14 years ago
  14. c0f291b no more warnings in this class by Stephan Herrmann · 14 years ago
  15. 0a3d81f make previous patch re Bug 326839 a bit safer, never create phantom role without real tsupers. by Stephan Herrmann · 14 years ago
  16. ac047a4 Fix for Bug 326839 - [otmodel][assist] completion proposals for implicitly inherited elements have no additional info. by Stephan Herrmann · 14 years ago
  17. 2809990 Fix for Bug 326689 - [compiler] inferred callout not working with overloads and same-named callin method. by Stephan Herrmann · 14 years ago
  18. a0af264 fixing a regression in ExtractCallinTests et al: adapt to new strategy relying on SUPERTYPE_REF_FLAVOR by Stephan Herrmann · 14 years ago
  19. 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
  20. 1438430 fixed a merge error: chunk ended up in the wrong method, caused regression in SyntaxErrorTest.test14() by Stephan Herrmann · 14 years ago
  21. aa03e34 Fix for Bug 326416 - [compiler] within() not working for team extending non-team by Stephan Herrmann · 14 years ago
  22. 66cc2b6 Basic merge with v_B14a for 3.7M2 by Stephan Herrmann · 14 years ago
  23. ab1b976 preparation for merging with v_B14a: cleanup remove trailing white space by Stephan Herrmann · 14 years ago
  24. e7671f4 bump up versions to 0.8 to build against 3.7.0M2a by Stephan Herrmann · 14 years ago
  25. f19847b Cleanly re-applied all changes 0.7.0->0.7.1 by Stephan Herrmann · 14 years ago
  26. 0e6e6d7 update script to use Eclipse SDK 3.6 by Stephan Herrmann · 14 years ago
  27. ce77a14 Avoid an NPE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  28. 0c9c7ec Avoid an AIOOBE I observed with badly broken sources in RL. by Stephan Herrmann · 14 years ago
  29. 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
  30. 887dc01 document a debug-time observation by Stephan Herrmann · 14 years ago
  31. 3260d51 Documentation update: make all {ObjectTeams tags in this module browsable from Search. by Stephan Herrmann · 14 years ago
  32. 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
  33. 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
  34. 82d9583 Improve implementation of signature weakening to accommodate new tests by Stephan Herrmann · 14 years ago
  35. 5d1cd28 Change for Bug 324537 - [otre] overriding Team.isActive() may cause deadlock by Stephan Herrmann · 14 years ago
  36. 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
  37. 44946bc small refactoring that should have been part of r737: by Stephan Herrmann · 14 years ago
  38. db2e57c Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in a callin-replace binding by Stephan Herrmann · 14 years ago
  39. 24dd5be Fix regressions in some OTQuickfixTests et al: by Stephan Herrmann · 14 years ago
  40. bf48945 Fix regressions in CodeCompletionTests: rewriting param mappings did not handle the case of event==null. by Stephan Herrmann · 14 years ago
  41. 331f6fe Tests and fix for Bug 311879 - [refactoring] adapt "change signature" refactoring by Stephan Herrmann · 14 years ago
  42. c87554d Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  43. 57e57ec Fix for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  44. ae591e1 don't produce setter synth method for final fields by Stephan Herrmann · 14 years ago
  45. c288db0 fix an AIOOBE introduced by the previous commit which caused a build failure by Stephan Herrmann · 14 years ago
  46. 1fe53e5 fix a logic-error introduced by the previous commit which caused a build failure. by Stephan Herrmann · 14 years ago
  47. 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
  48. 915fb3f Fix NPE causing build failure by Stephan Herrmann · 14 years ago
  49. 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
  50. 45c846d improve r735 so we can handle binary constructors, too. by Stephan Herrmann · 14 years ago
  51. fd9845f fix for Bug 322723 - [compiler] a role constructor with declared exceptions causes bogus compile error by Stephan Herrmann · 14 years ago
  52. a77beb3 Enabled tests re http://trac.objectteams.org/ot/ticket/286 by Stephan Herrmann · 14 years ago
  53. 32e299d Proposed implementation for Bug 322898 - [hierarchy] revive and adjust tradition type hierarchy for OT/J. by Stephan Herrmann · 14 years ago
  54. 8ca9fb2 Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  55. 61c7e92 Fix restoring callin handle from memento for named callin: by Stephan Herrmann · 14 years ago
  56. 7048f0b Final cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  57. 7fee2a1 Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  58. 9099dc0 Cleanup for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  59. 634113e More regarding Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  60. aef55c3 migrate first refactoring to new OTTypeHierarchies (Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy) by Stephan Herrmann · 14 years ago
  61. 9b5b9cd Initial implementation 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. 3076184 Fix for Bug 321402 - "Copy Qualified Name" action not working for method bindings by Stephan Herrmann · 14 years ago
  70. 0c8f8cf Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files. by Stephan Herrmann · 14 years ago
  71. 8de6a4a Fix a regression in CalloutBindingTest: this one error was reported twice for each callout. by Stephan Herrmann · 14 years ago
  72. 1df403e Fix bogus errors reported by the reconciler: by Stephan Herrmann · 14 years ago
  73. 71b8212 Fix for Bug 310398 - [compiler] incremental compilation fails for mutually dependent teams by Stephan Herrmann · 14 years ago
  74. 6298f1b Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated code by Stephan Herrmann · 14 years ago
  75. ee6a9a2 Final fix for Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  76. b26ee0a releng issues: * versions into 0.7.1 * update urls by Stephan Herrmann · 14 years ago
  77. a098dd6 Bug 320618 - inconsistent initialization of classpath container backed by external class folder by Stephan Herrmann · 14 years ago
  78. 6d3ff88 still more test harness re bug 302850 by Stephan Herrmann · 14 years ago
  79. 8d3bb21 Fix for regression in "FileStructure" tests: don't keep "source type required" into compilation of transitive dependencies. by Stephan Herrmann · 14 years ago
  80. 573bf3d extra safety for misconfigured OT-projects without class org.objectteams.Team. by Stephan Herrmann · 14 years ago
  81. df6ed31 After re-packaging the OTRE for Bug 320191 - by Stephan Herrmann · 14 years ago
  82. de631c6 Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  83. 9c6fa12 Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  84. 303a0f5 cleanup resolving some warnings by Stephan Herrmann · 14 years ago
  85. e2577ac Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  86. b8dc194 I assume this to be a slippage from http://trac.objectteams.org/ot/changeset/14553 by Stephan Herrmann · 14 years ago
  87. c29c3a6 harness for Bug 302850 - 13 failures in JavaModel tests for the N20100214-2000 Mac OS X - Cocoa test machine by Stephan Herrmann · 14 years ago
  88. 273c5e8 NPE fix for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  89. 7464c32 Implementation for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  90. 32a19a6 Cleanup for Bug 318781 - [compiler] [otre] remove "BaseClassTags" bytecode attribute by Stephan Herrmann · 14 years ago
  91. 9872a25 more reverting of workarounds re OTJavaElement - by Stephan Herrmann · 14 years ago
  92. b4655d3 Fix an NPE / regression in OTReconcilerTests, OTCompletionTests et al. by Stephan Herrmann · 14 years ago
  93. 9eb21e0 Resolved one FIXME as of comment 3 of Bug 317358 - [otmodel] deltas for roles are not correctly computed by Stephan Herrmann · 14 years ago
  94. ceb5880 Implementation for Bug 317358 - [otmodel] deltas for roles are not correctly computed by Stephan Herrmann · 14 years ago
  95. 5a3c20a Revert workaround for fixed Bug 229480 - [builder] compiler exception causes NPE in AbstractImageBuilder.acceptResult() by Stephan Herrmann · 14 years ago
  96. 91e7f7c Fix for Bug 318083 - [compiler] "Cannot externalize non-public role" from generated code by Stephan Herrmann · 14 years ago
  97. 1ee6886 Implementation for Bug 317352 - [ui] callin marker creator fires too many jobs by Stephan Herrmann · 14 years ago
  98. d54a463 Additional implementation for Bug 302827 - [assist] completion should offer to materialize phantom roles by Stephan Herrmann · 14 years ago
  99. f975b8e Fix for Bug 316904 - [assist] completion for ctor with declared lifting causes CCE by Stephan Herrmann · 14 years ago
  100. 46d1f39 Test & Improvements for Bug 302827 - [assist] completion should offer to materialize phantom roles by Stephan Herrmann · 14 years ago