1. 08e2dc4 fixed a typo. by Stephan Herrmann · 15 years ago
  2. 0c8f8cf Test & fix for Bug 321352 - [compiler][reconciler] reporting of non-externalized string constants in role files. by Stephan Herrmann · 15 years ago
  3. 1df403e Fix bogus errors reported by the reconciler: by Stephan Herrmann · 15 years ago
  4. 6298f1b Fix for Bug 318309 - [compiler] warnings re unused exceptions from generated code by Stephan Herrmann · 15 years ago
  5. 8d3bb21 Fix for regression in "FileStructure" tests: don't keep "source type required" into compilation of transitive dependencies. by Stephan Herrmann · 15 years ago
  6. de631c6 Cleanup re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 15 years ago
  7. 9c6fa12 Additional fixes re Bug 318084 - [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 15 years ago
  8. e2577ac Implementation part1 for bug 318084: [compiler] cannot callin-bind a callout-defined method by Stephan Herrmann · 15 years ago
  9. 273c5e8 NPE fix for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 15 years ago
  10. 7464c32 Implementation for Bug 318815 - [otjld] [compiler] Support the "Internal Role" pattern by Stephan Herrmann · 15 years ago
  11. f975b8e Fix for Bug 316904 - [assist] completion for ctor with declared lifting causes CCE by Stephan Herrmann · 15 years ago
  12. cba20f8 Follow-up fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified by Stephan Herrmann · 15 years ago
  13. 518e7ec two small fups of r440 re Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 15 years ago
  14. dd72075 Implementation for Bug 316200 - [otjld] Method bindings in role with binding ambiguity? by Stephan Herrmann · 15 years ago
  15. eee4236 Fix for Bug 316148 - [otjld] [compiler] Merging of class-based and binding-based precedences is underspecified by Stephan Herrmann · 15 years ago
  16. 9e4a303 Fix for Bug 315322 - [compiler] final field with initializer breaks implicit inheritance by Stephan Herrmann · 15 years ago
  17. d5c3cc6 update jdt.core to v_A56 and build against 3.6RC3 by Stephan Herrmann · 15 years ago
  18. db48bf6 Fix for Bug 314741 - [compiler] violation of OTJLD 1.2.2(g) can be masked by other error by Stephan Herrmann · 15 years ago
  19. 6a69914 Fixes for Bug 314714 - [compiler] cannot compile multiple toplevel teams in the same compilation unit by Stephan Herrmann · 15 years ago
  20. 3421d29 Tests & implementation for Bug 314039 - [dom] [rewrite] more complete rewriting for method mappings by Stephan Herrmann · 15 years ago
  21. 8f4b321 - update jdt.core to v_A54 - prepare for building against 3.6RC2 by Stephan Herrmann · 15 years ago
  22. 885406d two fups of r342 by Stephan Herrmann · 15 years ago
  23. de6d198 Test and fix for Bug 311885 - [compiler] toggling CCE in incremental compilation of nested phantom role by Stephan Herrmann · 15 years ago
  24. 9900472 update jdt.core to v_A53 by Stephan Herrmann · 15 years ago
  25. e47ced2 Fix for bug 310917: by Stephan Herrmann · 15 years ago
  26. f8671e3 fix for new test test914_bindingPredicate21 by Stephan Herrmann · 15 years ago
  27. 074ca4e fix regressions due to new IProblem/irritant token. by Stephan Herrmann · 15 years ago
  28. d70a7b7 new compiler error message as to avoid generating illegal byte code before enhancement bug 310881 is implemented. by Stephan Herrmann · 15 years ago
  29. 0fa111f corrected resolving of javadoc type reference using base import scope, see test04m_javadocBaseImportReference1(). by Stephan Herrmann · 15 years ago
  30. 1e3ee00 Implementation for enhancement bug 310621 - [compiler] should warn when after callin ignores return value of its role method by Stephan Herrmann · 15 years ago
  31. a55c341 Update jdt core and tests to v_A46 by Stephan Herrmann · 15 years ago
  32. 3e8fe96 fix yet new regressions in OTReconcilerTests.testAnchoredType03, account for: by Stephan Herrmann · 15 years ago
  33. f3e60b3 update jdt.core to v_A45 by Stephan Herrmann · 15 years ago
  34. 7c9bb33 Fixed a memory leak observed in otjld-testsuite and analysed by MAT: by Stephan Herrmann · 15 years ago
  35. 51db867 removed one unused method. by Stephan Herrmann · 15 years ago
  36. 8107ad9 Improve/fix r172 for the scenario of comparing null to null by Stephan Herrmann · 15 years ago
  37. 1ca8c6f fix a regression in test117_nestedClassClashesWithInherited1() where copyNonWideConstants did not recognize by Stephan Herrmann · 15 years ago
  38. 36f1f47 Fix regressions in several otjld tests by Stephan Herrmann · 15 years ago
  39. 54902f0 Fix for new test test221_loweringToBaseclass14: by Stephan Herrmann · 15 years ago
  40. 99280bf fix NPE: when re-connecting creation method in nested team use the classpart to search for members. by Stephan Herrmann · 15 years ago
  41. aa5cb46 fix for modified version of test3320_inferredCalloutToField11 by Stephan Herrmann · 15 years ago
  42. 530c48e Fixes for new tests test172_invalidWideningOfConfinedRole4-6 by Stephan Herrmann · 15 years ago
  43. a4113f9 Fixing new test test1626_loopingOverExternalized2: by Stephan Herrmann · 15 years ago
  44. 0bbe721 Fixing new test test1626_loopingOverExternalized1: by Stephan Herrmann · 15 years ago
  45. 7e6c6b3 Fix regression in test3313_calloutToFieldOfAnchored2 ff. (compile order?) by Stephan Herrmann · 15 years ago
  46. 2d481c7 Fix regression in test232_boundRoleWithoutConstructor4 (compile in one go): by Stephan Herrmann · 15 years ago
  47. f7f058e Improve analysis of base-calls in the presence of inheritance: by Stephan Herrmann · 15 years ago
  48. 1486850 Fix for regression in testX11_bindingInheritance1 by Stephan Herrmann · 15 years ago
  49. 4c4afc2 Fix for new test test1524_secondaryTeam1: by Stephan Herrmann · 15 years ago
  50. b0c448c fix a compile-order problem revealed by test219_playedbyInheritance1 by Stephan Herrmann · 15 years ago
  51. 6bbc525 Fix for Bug 304346 - Overriding of role ctor does not prevent generation of default ctor by Stephan Herrmann · 15 years ago
  52. 8f29b01 uniformly check visibility of creator-methods via MethodModel._srcCtor by Stephan Herrmann · 15 years ago
  53. 28b4de6 slightly better protection against memory leakage, by Stephan Herrmann · 15 years ago
  54. 260b1c9 Improve recovery in test1522_roleTagInJavadoc5 by Stephan Herrmann · 15 years ago
  55. 389b23a several improvements regarding generics & roles (while working on an example for bidirectional relations): by Stephan Herrmann · 15 years ago
  56. e08108b Fix for new CastTest.test050: by Stephan Herrmann · 15 years ago
  57. e5d6be8 update jdt.core to v_A39 using patch from the corresponding update in old svn for 1.4.0 by Stephan Herrmann · 15 years ago
  58. 1637d27 Do not expect _callsBaseCtor to be initialized before analyseCode. by Stephan Herrmann · 15 years ago
  59. 56efcea more generally avoid complaints re @Override for generated or copied methods. by Stephan Herrmann · 15 years ago
  60. d74004a avoid one more warning for generated methods (seen with generated accessor to private role field) by Stephan Herrmann · 15 years ago
  61. c8e2d2b avoid some optional warnings being reported against generated methods/fields. by Stephan Herrmann · 15 years ago
  62. bdf4f15 fix verify errors in many otjld-tests like org.eclipse.objectteams.otdt.tests.otjld.rolesandteams.ImplicitInheritance.test0c11_implicitlyInheritingStaticRoleMethod1(): by Stephan Herrmann · 15 years ago
  63. cfdc849 corrected wording in one message to cover two possible causes. by Stephan Herrmann · 15 years ago
  64. b9b43ef Fix an AIOOBE that occurred because tsuper-marker was stripped off arguments but not off argumentTypes. by Stephan Herrmann · 15 years ago
  65. d881e48 never mark an enum as AccRole, fixes new test Java5.testA120_enumInTeam2() (uncommitted) by Stephan Herrmann · 15 years ago
  66. 3e8b065 Do not apply AccImplementing between a role class/ifc pair. by Stephan Herrmann · 15 years ago
  67. 8158d8d NPE avoidance: if ROFI already has errors silently ignore null enclosingType at this point. by Stephan Herrmann · 15 years ago
  68. 0e39087 Remove all remaining traces of JMangler (except from guide/features.html) & additional cleanup: by Stephan Herrmann · 15 years ago
  69. 98f9eca Prevent an NPE that was observed during problem reporting. by Stephan Herrmann · 15 years ago
  70. b7ed851 avoid one more warning for generated methods. by Stephan Herrmann · 15 years ago
  71. 7b7062f initial commit in accordance with CQ 3784 by Stephan Herrmann · 15 years ago