1. 5d1cd28 Change for Bug 324537 - [otre] overriding Team.isActive() may cause deadlock by Stephan Herrmann · 14 years ago
  2. 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
  3. 44946bc small refactoring that should have been part of r737: by Stephan Herrmann · 14 years ago
  4. db2e57c Fix for Bug 324510 - [compiler] Cannot use "result" as a parameter name in a callin-replace binding by Stephan Herrmann · 14 years ago
  5. c87554d Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  6. 57e57ec Fix for Bug 323862 - base constructor call can not be used as an expression by Stephan Herrmann · 14 years ago
  7. ae591e1 don't produce setter synth method for final fields by Stephan Herrmann · 14 years ago
  8. c288db0 fix an AIOOBE introduced by the previous commit which caused a build failure by Stephan Herrmann · 14 years ago
  9. 1fe53e5 fix a logic-error introduced by the previous commit which caused a build failure. by Stephan Herrmann · 14 years ago
  10. 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
  11. 915fb3f Fix NPE causing build failure by Stephan Herrmann · 14 years ago
  12. 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
  13. 45c846d improve r735 so we can handle binary constructors, too. by Stephan Herrmann · 14 years ago
  14. fd9845f fix for Bug 322723 - [compiler] a role constructor with declared exceptions causes bogus compile error by Stephan Herrmann · 14 years ago
  15. a77beb3 Enabled tests re http://trac.objectteams.org/ot/ticket/286 by Stephan Herrmann · 14 years ago
  16. 8ca9fb2 Fine tuning for Bug 321411 - [hierarchy] Replace OTTypeHierarchy with adapting the original TypeHierarchy by Stephan Herrmann · 14 years ago
  17. c49ec5f More on Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated: by Stephan Herrmann · 14 years ago
  18. 9709694 Additional fix re Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated by Stephan Herrmann · 14 years ago
  19. 89703ee Fixes for Bug 321651 - [compiler][otre] array-translations (lifting/lowering) in nested team not properly translated by Stephan Herrmann · 14 years ago
  20. 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
  21. 1243886 Fix inheritance issue detected while working on OTSuperTypeHierarchyTest013.testGetAllSuperclasses_TA2TB2TC2R1() by Stephan Herrmann · 14 years ago
  22. f3add72 Experiments towards Bug 321440 - [compiler][otre] support for role-binding to interfaces by Stephan Herrmann · 14 years ago
  23. 08e2dc4 fixed a typo. by Stephan Herrmann · 14 years ago
  24. 0c8f8cf Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files. by Stephan Herrmann · 14 years ago
  25. 8de6a4a Fix a regression in CalloutBindingTest: this one error was reported twice for each callout. by Stephan Herrmann · 14 years ago
  26. 1df403e Fix bogus errors reported by the reconciler: by Stephan Herrmann · 14 years ago
  27. 71b8212 Fix for Bug 310398 - [compiler] incremental compilation fails for mutually dependent teams by Stephan Herrmann · 14 years ago
  28. 6298f1b Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated code by Stephan Herrmann · 14 years ago
  29. ee6a9a2 Final fix for Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  30. 8d3bb21 Fix for regression in "FileStructure" tests: don't keep "source type required" into compilation of transitive dependencies. by Stephan Herrmann · 14 years ago
  31. de631c6 Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  32. 9c6fa12 Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  33. 303a0f5 cleanup resolving some warnings by Stephan Herrmann · 14 years ago
  34. e2577ac Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 14 years ago
  35. b8dc194 I assume this to be a slippage from http://trac.objectteams.org/ot/changeset/14553 by Stephan Herrmann · 14 years ago
  36. 273c5e8 NPE fix for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  37. 7464c32 Implementation for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 14 years ago
  38. 32a19a6 Cleanup for Bug 318781 - [compiler] [otre] remove "BaseClassTags" bytecode attribute by Stephan Herrmann · 14 years ago
  39. 91e7f7c Fix for Bug 318083 - [compiler] "Cannot externalize non-public role" from generated code by Stephan Herrmann · 14 years ago
  40. f975b8e Fix for Bug 316904 - [assist] completion for ctor with declared lifting causes CCE by Stephan Herrmann · 14 years ago
  41. 46d1f39 Test & Improvements for Bug 302827 - [assist] completion should offer to materialize phantom roles by Stephan Herrmann · 14 years ago
  42. 225c6c7 Fix for Bug 316659 - [compiler] NPE in PrecedenceBinding.hasCommonBaseMethod by Stephan Herrmann · 14 years ago
  43. 7fb7acf Test & fix for Bug 316658 - [reconciler] implicitly inherited field reports "illegal modifier" by Stephan Herrmann · 14 years ago
  44. 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
  45. 518e7ec two small fups of r440 re Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 14 years ago
  46. dd72075 Implementation for Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 14 years ago
  47. eee4236 Fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified by Stephan Herrmann · 14 years ago
  48. 9e4a303 Fix for Bug 315322 - [compiler] final field with initializer breaks implicit inheritance by Stephan Herrmann · 14 years ago
  49. d5c3cc6 update jdt.core to v_A56 and build against 3.6RC3 by Stephan Herrmann · 14 years ago
  50. 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
  51. 6a69914 Fixes for Bug 314714 - [compiler] cannot compile multiple toplevel teams in the same compilation unit by Stephan Herrmann · 14 years ago
  52. 3421d29 Tests & implementation for Bug 314039 - [dom] [rewrite] more complete rewriting for method mappings by Stephan Herrmann · 14 years ago
  53. 8f4b321 - update jdt.core to v_A54 - prepare for building against 3.6RC2 by Stephan Herrmann · 14 years ago
  54. 885406d two fups of r342 by Stephan Herrmann · 14 years ago
  55. de6d198 Test and fix for Bug 311885 - [compiler] toggling CCE in incremental compilation of nested phantom role by Stephan Herrmann · 14 years ago
  56. 9900472 update jdt.core to v_A53 by Stephan Herrmann · 14 years ago
  57. e47ced2 Fix for bug 310917: by Stephan Herrmann · 14 years ago
  58. 4fac782 Fix regression old in TypeHierarchyTests#testResilienceToMissingBinaries() by Stephan Herrmann · 14 years ago
  59. f8671e3 fix for new test test914_bindingPredicate21 by Stephan Herrmann · 14 years ago
  60. 8320595 Fix for Bug 311201 - hasRole(Object, Class) call in inner teams ends up in NoSuchMethodError, by Stephan Herrmann · 14 years ago
  61. 5c9a10e free-hand fix for a CCE seen in the logs: by Stephan Herrmann · 14 years ago
  62. 3f544e8 Fix for new test test1710_confinedBoundRole2: by Stephan Herrmann · 14 years ago
  63. 074ca4e fix regressions due to new IProblem/irritant token. by Stephan Herrmann · 14 years ago
  64. d70a7b7 new compiler error message as to avoid generating illegal byte code before enhancement bug 310881 is implemented. by Stephan Herrmann · 14 years ago
  65. 0fa111f corrected resolving of javadoc type reference using base import scope, see test04m_javadocBaseImportReference1(). by Stephan Herrmann · 14 years ago
  66. 1e3ee00 Implementation for enhancement bug 310621 - [compiler] should warn when after callin ignores return value of its role method by Stephan Herrmann · 14 years ago
  67. c317338 improve previous patch: make sure we only erase if type is actually parameterized. by Stephan Herrmann · 14 years ago
  68. 5b59985 Fix regressions caused by recently introduced restore* methods: by Stephan Herrmann · 14 years ago
  69. bfd9f51 Fix regression in CalloutBindingTest#testResultLifting2(): by Stephan Herrmann · 14 years ago
  70. e5144c6 Avoid error logging re unconfigured Dependencies in org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest. by Stephan Herrmann · 14 years ago
  71. 3ce9838 Fix regression in test4131_illegalLiftingBindingAmbiguity2 introduced by optimization from r81: by Stephan Herrmann · 14 years ago
  72. b9238d4 fix regression in test713_roleImplementsInheritedAbstractMethod2: by Stephan Herrmann · 14 years ago
  73. a55c341 Update jdt core and tests to v_A46 by Stephan Herrmann · 14 years ago
  74. 90fce70 improve r222: don't copy serialization (or reflection) methods. by Stephan Herrmann · 14 years ago
  75. 6c344a3 fix build error: base reference in new code must support decapsulation by Stephan Herrmann · 14 years ago
  76. 61a7122 cleaned up version of the patches from bug 304728 and bug 304729 (second strategy). by Stephan Herrmann · 14 years ago
  77. 7b84a8b Add retrying to reading generated class files: self-building seemed to have timing issues on build.eclipse.org. by Stephan Herrmann · 14 years ago
  78. 3e8fe96 fix yet new regressions in OTReconcilerTests.testAnchoredType03, account for: by Stephan Herrmann · 14 years ago
  79. f3e60b3 update jdt.core to v_A45 by Stephan Herrmann · 14 years ago
  80. 7c9bb33 Fixed a memory leak observed in otjld-testsuite and analysed by MAT: by Stephan Herrmann · 14 years ago
  81. 51db867 removed one unused method. by Stephan Herrmann · 14 years ago
  82. 6c96408 Fix regression in testX12_resultLifting2 (incompatible return types of callin method after copy) by Stephan Herrmann · 14 years ago
  83. c4aa9eb Fix regression in test181_refiningAbstractRole1() by Stephan Herrmann · 14 years ago
  84. 8107ad9 Improve/fix r172 for the scenario of comparing null to null by Stephan Herrmann · 14 years ago
  85. 9654e63 Fix regression in test1518_implicitlyInheritRoleFile2() by Stephan Herrmann · 14 years ago
  86. 13e05eb Fix a regression in test139_illegalTsuperAccess5f() by Stephan Herrmann · 14 years ago
  87. 1ca8c6f fix a regression in test117_nestedClassClashesWithInherited1() where copyNonWideConstants did not recognize by Stephan Herrmann · 14 years ago
  88. 44bf5b7 Now that copyAllNonWideConstants() also copies class-constants, these must be mapped via ConstantPoolObjectMapper, too. by Stephan Herrmann · 14 years ago
  89. 20a816c Fix regression (illegal bytecode) in test1111_roleInheritsCallinFromTsupers1()): by Stephan Herrmann · 14 years ago
  90. 6b0b788 Adjust compilation order: by Stephan Herrmann · 14 years ago
  91. 36f1f47 Fix regressions in several otjld tests by Stephan Herrmann · 14 years ago
  92. a84fca0 fix a regression in OTReconcilerTests.testAnchoredType03: by Stephan Herrmann · 14 years ago
  93. 485b9c0 minor comment fix by Stephan Herrmann · 14 years ago
  94. 5d9a520 Fix missing source positions for PopExpression in LoweringConditional by Stephan Herrmann · 14 years ago
  95. 54902f0 Fix for new test test221_loweringToBaseclass14: by Stephan Herrmann · 14 years ago
  96. 929d6e4 Fix for new test test127_nonTeamSuperclass3: by Stephan Herrmann · 14 years ago
  97. 99280bf fix NPE: when re-connecting creation method in nested team use the classpart to search for members. by Stephan Herrmann · 14 years ago
  98. 4f9e5c3 don't ever copy role, if a binary one exists (let BuildManager manage this situation) by Stephan Herrmann · 14 years ago
  99. aa5cb46 fix for modified version of test3320_inferredCalloutToField11 by Stephan Herrmann · 14 years ago
  100. f33f703 Fix regression in Observer example also witnessed by test4144_callinToInherited1 by Stephan Herrmann · 14 years ago