1. 24802c0 - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  2. c133990 - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  3. da428ac - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  4. 036726c - feed our option names into the java model so these options will be processed, too. by Stephan Herrmann · 14 years ago
  5. a3e8bea try to protect against an NPE seen in the logs, by Stephan Herrmann · 14 years ago
  6. cc12ec7 avoid an ICE seen in the logs while working on jdt.nullity by Stephan Herrmann · 14 years ago
  7. 54560f2 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 (Feature) by Stephan Herrmann · 14 years ago
  8. 1704770 Share project "org.eclipse.objectteams.jdt.nullity.feature" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  9. 23bff69 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 (Tests) by Stephan Herrmann · 14 years ago
  10. 8767f1b Share project "org.eclipse.objectteams.jdt.nullity.tests" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  11. f3b02a4 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 by Stephan Herrmann · 14 years ago
  12. d7ea4e5 Share project "org.eclipse.objectteams.jdt.nullity" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  13. c4782dc copyright update/correction by Stephan Herrmann · 14 years ago
  14. 19bd3ec multi-page for otredyn after DSL-outage (compiler part): by Stephan Herrmann · 14 years ago
  15. 41ea057 less debugging output in otredyn by Stephan Herrmann · 14 years ago
  16. 79c2b9c prevent an NPE under otredyn by Stephan Herrmann · 14 years ago
  17. 43eadd6 new test: covariant return in base methods but no "+" in callin binding. by Stephan Herrmann · 14 years ago
  18. 1dd7557 basic integration of decapsulation among OTREDyn and compiler (compiler-part): by Stephan Herrmann · 14 years ago
  19. 21f38c5 resolve several scoping issues in otredyn by Stephan Herrmann · 14 years ago
  20. 1ee40cf parameter & result translations under otredyn: by Stephan Herrmann · 14 years ago
  21. a18a71a fix test431_parameterMapping4() for otredyn: by Stephan Herrmann · 14 years ago
  22. cf80621 fix test455_illegalBaseCall6() for otredyn: by Stephan Herrmann · 14 years ago
  23. 7ec8569 basic fix for base call arg/return translations for otredyn: by Stephan Herrmann · 14 years ago
  24. cc20a52 revert some special treatment for OTREDyn: by Stephan Herrmann · 14 years ago
  25. 88cf6fc Fixed a few regressions under OTREDyn caused by the previous commit. by Stephan Herrmann · 14 years ago
  26. 627b36c First take at implementing predicate checks for OTREDyn. by Stephan Herrmann · 14 years ago
  27. d295ad9 expect one more IProblem. by Stephan Herrmann · 14 years ago
  28. d199b38 avoid various warnings by Stephan Herrmann · 14 years ago
  29. d0a49ec fix an NPE seen in testA12_genericRoleFeature18() under OTREDyn. by Stephan Herrmann · 14 years ago
  30. 9cc2998 added generated dirs to svn-ignore by Stephan Herrmann · 14 years ago
  31. de4a080 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 14 years ago
  32. 3a83965 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 14 years ago
  33. ebcc8eb added a variant with different load order. by Stephan Herrmann · 14 years ago
  34. 1f7e512 fix test4132_overridingOfCallinBinding7() for otredyn: by Stephan Herrmann · 14 years ago
  35. d9b47ed Fixing callin-overriding for otredyn: by Stephan Herrmann · 14 years ago
  36. 24b2389 Fix test4143_callinToTeamMethod1() ff. for otredyn. by Stephan Herrmann · 14 years ago
  37. 177de64 Fix test4132_overridingOfCallinBinding1() for otredyn: by Stephan Herrmann · 14 years ago
  38. 01e7d03 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 14 years ago
  39. c7f1111 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 14 years ago
  40. 3d26b9c more robustness to avoid three exceptions observed in ReportedBugs under otredyn. by Stephan Herrmann · 14 years ago
  41. 6bad8a6 Fixing test413_overwritingInheritedCallinBinding1* for otredyn: by Stephan Herrmann · 14 years ago
  42. 813d685 apply part of r1172 from CallinMethodMappingsAttribute also to OTDynCallinBindingsAttribute by Stephan Herrmann · 14 years ago
  43. 758a8cd fix test4133_callinToPrivate2s for otredyn: by Stephan Herrmann · 14 years ago
  44. a299e96 fixing test4125_resultInMethodSpec3 for otredyn: by Stephan Herrmann · 14 years ago
  45. fa7a07e in otredyn mode avoid hiding of field _OT$base by an argument. by Stephan Herrmann · 14 years ago
  46. fd39999 bugfix: saw creation of bogus "new Object[][]{o1, o2}" while expecting "new Object[]{o1, o2}" by Stephan Herrmann · 14 years ago
  47. 5187fc9 adjust SerializationGenerator for the use in an otredyn environment. by Stephan Herrmann · 14 years ago
  48. 853dd69 ignore sub-folder extension-points created during build by Stephan Herrmann · 14 years ago
  49. b1d0500 fix file handle leaks via InputStream which caused grief in JUnit tests run from the IDE by Stephan Herrmann · 14 years ago
  50. df34748 fix file handle leaks via InputStream which caused grief in JUnit tests run from the IDE by Stephan Herrmann · 14 years ago
  51. 693379f freeze plugin versions as of 0.8M4 and proceed into M5 by Stephan Herrmann · 14 years ago
  52. 44937e8 freeze plugin versions as of 0.8M4 and proceed into M5 by Stephan Herrmann · 14 years ago
  53. c6d11e2 freeze plugin versions as of 0.8M4 and proceed into M5 by Stephan Herrmann · 14 years ago
  54. 2cceb18 We no longer maintain the branches of these test suites but run the original tests from their own CVS location. by Stephan Herrmann · 14 years ago
  55. 3bce0da Using translation flag from the attribute rather than locally computing it ensures consistency by Stephan Herrmann · 14 years ago
  56. 5bd636e Using translation flag from the attribute rather than locally computing it ensures consistency by Stephan Herrmann · 14 years ago
  57. 196c6e8 transfer a few modifier bits into a RoleTypeBinding in order to ensure proper generation of generic signatures. by Stephan Herrmann · 14 years ago
  58. f6600b6 chopping off synth arg 'isSuperAccess' only applies to base-calls not tsuper-calls. by Stephan Herrmann · 14 years ago
  59. 59c4004 make sure basecall surrogate is recognized when read from byte code (compare erasures). by Stephan Herrmann · 14 years ago
  60. 8c6e459 try harder to avoid CCE (BinaryTypeBinding vs. SourceTypeBinding) by Stephan Herrmann · 14 years ago
  61. 7468b3e Fix regression in test1125_outerAccessInNestedTeam3() by consolidating how the synthetic arg for static role methods is weakened. by Stephan Herrmann · 14 years ago
  62. a695fae Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
  63. 469e0e0 Several fixes for parameterized teams (inheritance w/o substitution, binary roles - tests included): by Stephan Herrmann · 14 years ago
  64. 26d5d19 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
  65. b2883a1 one more location needs to erase before comparing types, by Stephan Herrmann · 14 years ago
  66. 2e93c18 improve r1170 as to avoid regression re copy-inheritance of static role methods by Stephan Herrmann · 14 years ago
  67. 29f5dc8 fix a regression caused by previous commit by Stephan Herrmann · 14 years ago
  68. 2248f67 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  69. d471177 More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  70. 651378c More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  71. 6dfc0af More re Bug 331877 - [compiler][generics] implicit inheritance must apply substitution for type variables from outer scope by Stephan Herrmann · 14 years ago
  72. d8b0a1d 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
  73. 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
  74. 0d1adc4 fix ICE seen in RL (som-cache example): by Stephan Herrmann · 14 years ago
  75. 95defc3 avoid cycles observed in RL (som-cache example): by Stephan Herrmann · 14 years ago
  76. b1b06a4 avoid NPE seen in RL (som-cache example): by Stephan Herrmann · 14 years ago
  77. 2206ebc add filters for restrictions added between 0.7.1 and 0.8 (noimplement/noreference) by Stephan Herrmann · 14 years ago
  78. cdc2119 expect new IProblem from r1159 for Bug 331877. by Stephan Herrmann · 14 years ago
  79. efc6f92 expect different output after r1159 for Bug 331877. by Stephan Herrmann · 14 years ago
  80. 7be06c8 new test resources as of v_B28 (3.7 M4) by Stephan Herrmann · 14 years ago
  81. 65e74c1 do absorb change of base signature using a parameter mapping by Stephan Herrmann · 14 years ago
  82. f32864c 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
  83. 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
  84. 2b90f03 adjust callin binding to new signature in base class. by Stephan Herrmann · 14 years ago
  85. 17313a4 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
  86. 455a064 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
  87. 31d6531 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
  88. d2004b6 version numbers for building against SDK 3.7M4 by Stephan Herrmann · 14 years ago
  89. ebb81ec update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
  90. 1cd5713 update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
  91. d3c1c6a update jdt.core and tests to v_B28. by Stephan Herrmann · 14 years ago
  92. 3ba6420 test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
  93. 0e04a0c test & additional fix for Bug 325397 - [compiler] CCE in generic nested team by Stephan Herrmann · 14 years ago
  94. 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
  95. d16b05f tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 14 years ago
  96. e6580cb tests & fix for Bug 331828 - DefaultBindingResoolver.resolveTypeBindingForName(Name name) for OT Elements by Stephan Herrmann · 14 years ago
  97. 8ab1ac4 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
  98. 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
  99. b185ec8 witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago
  100. cc12acd witness for an ICE (while working on tests in suite Java5) and its fix. by Stephan Herrmann · 14 years ago