1. d6a7f66 - support package level default annotations by Stephan Herrmann · 14 years ago
  2. df22b6c Test & fix for Bug 336394 - [compiler] ClassFormatError caused by abstract static method by Stephan Herrmann · 14 years ago
  3. 9391b22 Test & fix for Bug 336394 - [compiler] ClassFormatError caused by abstract static method by Stephan Herrmann · 14 years ago
  4. 3bad638 revert accidental test filtering by Stephan Herrmann · 14 years ago
  5. 0eaf0b7 implemented annotations for nullness defaults and their application to types. by Stephan Herrmann · 14 years ago
  6. 02cbc17 implemented annotations for nullness defaults and their application to types. by Stephan Herrmann · 14 years ago
  7. 1ed1bc4 define a category for display in the p2 UI by Stephan Herrmann · 14 years ago
  8. e455448 a minor pure refactoring by Stephan Herrmann · 14 years ago
  9. 0bf8192 Test & fix for Bug 336420 - [compiler] NPE during reporting "abstract relevant role" by Stephan Herrmann · 14 years ago
  10. b8c3f22 Test & fix for Bug 336420 - [compiler] NPE during reporting "abstract relevant role" by Stephan Herrmann · 14 years ago
  11. efe85e5 Improvement re Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 14 years ago
  12. e5f23fe Improvement re Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 14 years ago
  13. b47cdbe adding missing test project. by Stephan Herrmann · 14 years ago
  14. f992eee Test & fix v1 for Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 14 years ago
  15. 4d2c307 Test & fix v1 for Bug 336395 - [compiler] enum inside team class may cause NPE by Stephan Herrmann · 14 years ago
  16. 1865242 Test & fix for Bug 336152 - [compiler] incompatible cast error if "Object" is hidden by an import by Stephan Herrmann · 14 years ago
  17. 8fc3dc5 Test & fix for Bug 336152 - [compiler] incompatible cast error if "Object" is hidden by an import by Stephan Herrmann · 14 years ago
  18. 47e526f remove unused constant (no reason yet to rebuild this bundle) by Stephan Herrmann · 14 years ago
  19. 8539498 lock most version numbers after 0.8 M5 by Stephan Herrmann · 14 years ago
  20. 210834a draft of another quickfix: if parameter is explicitly checked for null add @Nullable to its declaration by Stephan Herrmann · 14 years ago
  21. 4781b80 NPE fix (need to check array element, too). by Stephan Herrmann · 14 years ago
  22. d05aafb draft of another quickfix: if parameter is explicitly checked for null add @Nullable to its declaration by Stephan Herrmann · 14 years ago
  23. c351294 workaround for missing array growing in UnconditionalFlowInfo.markAsDefinititelyNonNull et al. by Stephan Herrmann · 14 years ago
  24. dd477c9 versions for 0.8M5 by Stephan Herrmann · 14 years ago
  25. 43833fd Fix for Bug 326061 - [wizard] new role wizard inserts bogus base import if base is from the same package by Stephan Herrmann · 14 years ago
  26. 10982a7 Fix for Bug 335739 - [ui] cleanup OT/J compiler preferences page by Stephan Herrmann · 14 years ago
  27. f09dc4f Fix for Bug 335739 - [ui] cleanup OT/J compiler preferences page by Stephan Herrmann · 14 years ago
  28. ae7bb35 Fix for Bug 335739 - [ui] cleanup OT/J compiler preferences page by Stephan Herrmann · 14 years ago
  29. 6f3587b Fix for Bug 335739 - [ui] cleanup OT/J compiler preferences page by Stephan Herrmann · 14 years ago
  30. 22bb5bc new resources from jdt.core. by Stephan Herrmann · 14 years ago
  31. 61811b6 Adopt final version qualifier of SDK 3.7M5 by Stephan Herrmann · 14 years ago
  32. 8aa6111 Test & fix for Bug 335628 - [compiler] lowering in array initializer by Stephan Herrmann · 14 years ago
  33. 613829d Test & fix for Bug 335628 - [compiler] lowering in array initializer by Stephan Herrmann · 14 years ago
  34. a45aa96 unlock bundles with changes post M4 by Stephan Herrmann · 14 years ago
  35. 1850753 unlock bundles with changes post M4 by Stephan Herrmann · 14 years ago
  36. 0289ab5 First take at quickfixes/cleanup for null-annotation related problems, by Stephan Herrmann · 14 years ago
  37. ea234cf More warnings (under existing irritants): by Stephan Herrmann · 14 years ago
  38. dc4cbf6 More warnings (under existing irritants): by Stephan Herrmann · 14 years ago
  39. 96d99f4 regression in JavaSearchBugsTests revealed that we failed to fetch one return statement during the update to v_A12 (2009/10/01) by Stephan Herrmann · 14 years ago
  40. 145fc6e new resources from jdt.core. by Stephan Herrmann · 14 years ago
  41. f10c649 versions to try building against current IBuild (candidate for M5) by Stephan Herrmann · 14 years ago
  42. 256e45d versions to try building against current IBuild (candidate for M5) by Stephan Herrmann · 14 years ago
  43. c8f2423 versions to try building against current IBuild (candidate for M5) by Stephan Herrmann · 14 years ago
  44. 474db2d versions to try building against current IBuild (candidate for M5) by Stephan Herrmann · 14 years ago
  45. ce3b760 versions for M4, includes new JDK locations by Stephan Herrmann · 14 years ago
  46. 192b65f updated test plug-ins to v_B35 for 3.7M5 by Stephan Herrmann · 14 years ago
  47. c6f6284 updated test plug-ins to v_B35 for 3.7M5 by Stephan Herrmann · 14 years ago
  48. bb25a05 update JDT/Core to v_B35 for 3.7M5 by Stephan Herrmann · 14 years ago
  49. 00d5ed6 adjust tests to collateral change in Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  50. d7ab9c3 test & fix for Bug 332801 - [compiler][generics] instantiating a generic role cannot be type-checked by Stephan Herrmann · 14 years ago
  51. 85a866e test & fix for Bug 332801 - [compiler][generics] instantiating a generic role cannot be type-checked by Stephan Herrmann · 14 years ago
  52. 56c7451 Test & fix for Bug 332795 - [compiler][generics] import issues with inherited playedBy binding inside parameterized team by Stephan Herrmann · 14 years ago
  53. ae034f2 Test & fix for Bug 332795 - [compiler][generics] import issues with inherited playedBy binding inside parameterized team by Stephan Herrmann · 14 years ago
  54. 138cd37 minor cleanup by Stephan Herrmann · 14 years ago
  55. f895874 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  56. 9e36cc9 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  57. 9e35d23 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  58. 9f636f8 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  59. 13465d7 Fix for Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field by Stephan Herrmann · 14 years ago
  60. e00a155 test & fix for Bug 32604 - [otmodel] JavaModelException when hovering over a callout to field by Stephan Herrmann · 14 years ago
  61. 1fb66cf test & fix for Bug 32604 - [otmodel] JavaModelException when hovering over a callout to field by Stephan Herrmann · 14 years ago
  62. 24802c0 - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  63. c133990 - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  64. da428ac - implement general preference org.eclipse.jdt.core.compiler.annotation.nulldefault by Stephan Herrmann · 14 years ago
  65. 036726c - feed our option names into the java model so these options will be processed, too. by Stephan Herrmann · 14 years ago
  66. a3e8bea try to protect against an NPE seen in the logs, by Stephan Herrmann · 14 years ago
  67. cc12ec7 avoid an ICE seen in the logs while working on jdt.nullity by Stephan Herrmann · 14 years ago
  68. 54560f2 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 (Feature) by Stephan Herrmann · 14 years ago
  69. 1704770 Share project "org.eclipse.objectteams.jdt.nullity.feature" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  70. 23bff69 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 (Tests) by Stephan Herrmann · 14 years ago
  71. 8767f1b Share project "org.eclipse.objectteams.jdt.nullity.tests" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  72. f3b02a4 OT/Equinox version of patch v7: https://bugs.eclipse.org/bugs/attachment.cgi?id=186890 by Stephan Herrmann · 14 years ago
  73. d7ea4e5 Share project "org.eclipse.objectteams.jdt.nullity" into "dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 14 years ago
  74. c4782dc copyright update/correction by Stephan Herrmann · 14 years ago
  75. 19bd3ec multi-page for otredyn after DSL-outage (compiler part): by Stephan Herrmann · 14 years ago
  76. 41ea057 less debugging output in otredyn by Stephan Herrmann · 14 years ago
  77. 79c2b9c prevent an NPE under otredyn by Stephan Herrmann · 14 years ago
  78. 43eadd6 new test: covariant return in base methods but no "+" in callin binding. by Stephan Herrmann · 14 years ago
  79. 1dd7557 basic integration of decapsulation among OTREDyn and compiler (compiler-part): by Stephan Herrmann · 14 years ago
  80. 21f38c5 resolve several scoping issues in otredyn by Stephan Herrmann · 14 years ago
  81. 1ee40cf parameter & result translations under otredyn: by Stephan Herrmann · 14 years ago
  82. a18a71a fix test431_parameterMapping4() for otredyn: by Stephan Herrmann · 14 years ago
  83. cf80621 fix test455_illegalBaseCall6() for otredyn: by Stephan Herrmann · 14 years ago
  84. 7ec8569 basic fix for base call arg/return translations for otredyn: by Stephan Herrmann · 14 years ago
  85. cc20a52 revert some special treatment for OTREDyn: by Stephan Herrmann · 14 years ago
  86. 88cf6fc Fixed a few regressions under OTREDyn caused by the previous commit. by Stephan Herrmann · 14 years ago
  87. 627b36c First take at implementing predicate checks for OTREDyn. by Stephan Herrmann · 14 years ago
  88. d295ad9 expect one more IProblem. by Stephan Herrmann · 14 years ago
  89. d199b38 avoid various warnings by Stephan Herrmann · 14 years ago
  90. d0a49ec fix an NPE seen in testA12_genericRoleFeature18() under OTREDyn. by Stephan Herrmann · 14 years ago
  91. 9cc2998 added generated dirs to svn-ignore by Stephan Herrmann · 14 years ago
  92. de4a080 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 14 years ago
  93. 3a83965 Fix for Bug 332893 - Class Precedence not working between Role callin and SubRole callin by Stephan Herrmann · 14 years ago
  94. ebcc8eb added a variant with different load order. by Stephan Herrmann · 14 years ago
  95. 1f7e512 fix test4132_overridingOfCallinBinding7() for otredyn: by Stephan Herrmann · 14 years ago
  96. d9b47ed Fixing callin-overriding for otredyn: by Stephan Herrmann · 14 years ago
  97. 24b2389 Fix test4143_callinToTeamMethod1() ff. for otredyn. by Stephan Herrmann · 14 years ago
  98. 177de64 Fix test4132_overridingOfCallinBinding1() for otredyn: by Stephan Herrmann · 14 years ago
  99. 01e7d03 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 14 years ago
  100. c7f1111 fix test4127_precedenceDeclaration7() for otredyn: by Stephan Herrmann · 14 years ago