1. 92d7302 update jdt.core + tests to v_C19 by Stephan Herrmann · 13 years ago
  2. ae64da7 update jdt.core + tests to v_C19 by Stephan Herrmann · 13 years ago
  3. df472c5 adjust expected test result to changes in jdt.ui. by Stephan Herrmann · 13 years ago
  4. 9addd7c Test & fix for Bug 345646 - [select] F3 not working for a specific signature-less callin binding by Stephan Herrmann · 13 years ago
  5. 2212d01 Test & fix for Bug 345646 - [select] F3 not working for a specific signature-less callin binding by Stephan Herrmann · 13 years ago
  6. 20fc10d some renaming. by Stephan Herrmann · 13 years ago
  7. 4f73900 remove one obsolete method by Stephan Herrmann · 13 years ago
  8. 376b705 remove one obsolete field by Stephan Herrmann · 13 years ago
  9. 567e178 rename all mentions of null contracts to null spec (specification). by Stephan Herrmann · 13 years ago
  10. cd966a1 rename all mentions of null contracts to null spec (specification). by Stephan Herrmann · 13 years ago
  11. 1c2a904 sync with distribution plugin by Stephan Herrmann · 13 years ago
  12. 487b477 add boolean parameter, make applicable for methods, too. by Stephan Herrmann · 13 years ago
  13. 575878e - abandon @NullableByDefault, by Stephan Herrmann · 13 years ago
  14. c28ab56 - abandon @NullableByDefault, by Stephan Herrmann · 13 years ago
  15. a3cb202 new resource needed by a test in NullAnnotationModelTests by Stephan Herrmann · 13 years ago
  16. 87b2394 fixed a regression seen with 3.8M3: ctors of anonymous classes have not argument types. by Stephan Herrmann · 13 years ago
  17. 3fc7459 previous commit caused a conflict with the jdt-nullity plugin, move constant to a free value by Stephan Herrmann · 13 years ago
  18. 4b5ae3e compatibility issues to bridge differences between 3.8 M2-M3 regarding: by Stephan Herrmann · 13 years ago
  19. 6859a12 compatibility issues to bridge differences between 3.8 M2-M3 regarding: by Stephan Herrmann · 13 years ago
  20. 5ba08b8 build against SDK 3.8M3 by Stephan Herrmann · 13 years ago
  21. 0887fc8 build against SDK 3.8M3 by Stephan Herrmann · 13 years ago
  22. dd80b44 be consistent towards 2.1 (as of M3) by Stephan Herrmann · 13 years ago
  23. 55c1705 avoid NPE seen in RL when compiling JDT/Core (FinallyFlowContext actually :) by Stephan Herrmann · 13 years ago
  24. e67e17d first version to build against eclipse-sources from GIT, shortly before 3.8M3. by Stephan Herrmann · 13 years ago
  25. d8ef804 Fix for Bug 362200 - Failures in OTTypeHierarchyTests. by Stephan Herrmann · 13 years ago
  26. cb94ea7 silence new warnings re t-w-r reported against class VerifyTests. by Stephan Herrmann · 13 years ago
  27. a8012db Added new resource from JDT/Core. by Stephan Herrmann · 13 years ago
  28. 7ac8885 Added new resource from JDT/Core. by Stephan Herrmann · 13 years ago
  29. 7df2d91 Fix regression triggered by Bug 349326 - [1.7] new warning for missing try-with-resources by Stephan Herrmann · 13 years ago
  30. 3516406 Test & fix for Bug 362003 - [assist] completion is broken after <B base R> after a base guard by Stephan Herrmann · 13 years ago
  31. 3935387 Test & fix for Bug 362003 - [assist] completion is broken after <B base R> after a base guard by Stephan Herrmann · 13 years ago
  32. 509144e avoid creating MissingTypeBinding if just checking whether a role shadows an existing type. by Stephan Herrmann · 13 years ago
  33. 578efb2 treat <B base R> in analogy to <T extends S> by Stephan Herrmann · 13 years ago
  34. 1f3b088 fix regression caused by bad interaction between new t-w-r warning and our base-call analysis by Stephan Herrmann · 13 years ago
  35. c656def update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point) by Stephan Herrmann · 13 years ago
  36. 71432c0 update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point) by Stephan Herrmann · 13 years ago
  37. 6dcbb38 update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point) by Stephan Herrmann · 13 years ago
  38. 608b505 update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point) by Stephan Herrmann · 13 years ago
  39. 2313058 update sources to v_C18, build config to v_C17 (no build containing C18 is available at this point) by Stephan Herrmann · 13 years ago
  40. 83404c4 version for building 2.1 M2 by Stephan Herrmann · 13 years ago
  41. f6eb5fb Resolved Bug 334457 - [compiler][null] check compatibility of inherited null contracts by Stephan Herrmann · 13 years ago
  42. a0075f2 Resolved Bug 334457 - [compiler][null] check compatibility of inherited null contracts by Stephan Herrmann · 13 years ago
  43. 361ba60 publishing as 0.9.0.qualifier by Stephan Herrmann · 13 years ago
  44. bbe10fa publishing as 0.9.0.qualifier by Stephan Herrmann · 13 years ago
  45. 94bc346 publishing as 0.9.0.qualifier by Stephan Herrmann · 13 years ago
  46. 8e84aed + added checking for ctor args by Stephan Herrmann · 13 years ago
  47. 564e7dd + added checking for ctor args by Stephan Herrmann · 13 years ago
  48. da9074e apply deferred checking also in assignment local-decl to fix their analysis inside loops etc. by Stephan Herrmann · 13 years ago
  49. 337d5ac + fixed an NPE in MessageSend.analyseArguments() by Stephan Herrmann · 13 years ago
  50. 59b350f + fixed an NPE in MessageSend.analyseArguments() by Stephan Herrmann · 13 years ago
  51. fabefc8 support upcoming M3 releases by Stephan Herrmann · 13 years ago
  52. 73ab01e Handle also local classes within loop or try-finally by Stephan Herrmann · 13 years ago
  53. e258559 Handle also local classes within loop or try-finally by Stephan Herrmann · 13 years ago
  54. d3eb79c new tests challenging the reconciler by Stephan Herrmann · 13 years ago
  55. 7fa52bc Implement deferred checking inside loops and finally blocks. by Stephan Herrmann · 13 years ago
  56. cf3913a Implement deferred checking inside loops and finally blocks. by Stephan Herrmann · 13 years ago
  57. 28acab1 package as an OSGi bundle for easier consumption by Stephan Herrmann · 13 years ago
  58. d425912 Adjusting tests to a change in Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  59. 3e36a52 Test & fix for Bug 359894 - [compiler] support @Override for static role methods by Stephan Herrmann · 13 years ago
  60. 48ea983 Test & fix for Bug 359894 - [compiler] support @Override for static role methods by Stephan Herrmann · 13 years ago
  61. 2d40f4e Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  62. 37af1d5 Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  63. 3199b0c Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  64. ee9ce72 Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  65. 369f81b Fix for Bug 348574 - [quickfix] implement abstract methods from tsuper by Stephan Herrmann · 13 years ago
  66. f6b6c9f freeze plugins as of 2.1M2 by Stephan Herrmann · 13 years ago
  67. d984bd4 mark one more bundle as unweavable because it's loaded early in 4.2. by Stephan Herrmann · 13 years ago
  68. 87cc92c mark one more bundle as unweavable because it's loaded early in 4.2. by Stephan Herrmann · 13 years ago
  69. 21a786b remove unused imports by Stephan Herrmann · 13 years ago
  70. 3a893c4 increment plugin version, we do have changes in trunk by Stephan Herrmann · 13 years ago
  71. f0b46f0 Fix for Bug 357029 - 'as' is not a valid identifier, breaks org.apache.xerces.dom3.as package by Stephan Herrmann · 13 years ago
  72. 38a7fbf Give more explanation about the nature of this patch feature. by Stephan Herrmann · 13 years ago
  73. 9242e59 update to 3.8M2 using v_C10. by Stephan Herrmann · 13 years ago
  74. cbdc8ed update to 3.8M2 using v_C10. by Stephan Herrmann · 13 years ago
  75. 7d944ef update to 3.8M2 using v_C10. by Stephan Herrmann · 13 years ago
  76. 1a1bdb7 update to 3.8M2 using v_C10. by Stephan Herrmann · 13 years ago
  77. 9515a2a update to 3.8M2 using v_C10. by Stephan Herrmann · 13 years ago
  78. acb1c76 Fix for Bug 357557 - restore CompilationUnitStructureRequestor.acceptTypeParameter(..) with original signature by Stephan Herrmann · 13 years ago
  79. fd73b6b Fix for Bug 357552 - Revert modifier change of JavaElement.escapeMementoName(..) by Stephan Herrmann · 13 years ago
  80. 74df4d1 updated javadoc to the most recent semantics, main difference: by Stephan Herrmann · 13 years ago
  81. b04bef6 draft of annotations for use by https://bugs.eclipse.org/bugs/show_bug.cgi?id=186342 by Stephan Herrmann · 13 years ago
  82. 9a9664a Share project "jdt-null-annotations" into "svn+ssh://sherrmann@dev.eclipse.org/svnroot/tools/org.eclipse.objectteams" by Stephan Herrmann · 13 years ago
  83. cad5f54 compatibility with current builds towards Juno M2. by Stephan Herrmann · 13 years ago
  84. f849044 Test & fix for Bug 351520 - Undefined getClass() for role in seperate role file by Stephan Herrmann · 13 years ago
  85. 9b2f467 Test & fix for Bug 351520 - Undefined getClass() for role in seperate role file by Stephan Herrmann · 13 years ago
  86. 9c8c50f upgrade to v_C07 by Stephan Herrmann · 13 years ago
  87. b12ca6d upgrade to v_C07 by Stephan Herrmann · 13 years ago
  88. 8cf3470 upgrade to v_C07 by Stephan Herrmann · 13 years ago
  89. 1d26730 upgrade to v_C07 by Stephan Herrmann · 13 years ago
  90. a0147aa upgrade to v_C07 by Stephan Herrmann · 13 years ago
  91. 401c95f Fix for Bug 356167 - otdt maven integration fails to build plain maven java project by Stephan Herrmann · 13 years ago
  92. 8740b76 fix patch to ot_paragraph (probably broke during the plug-in split). by Stephan Herrmann · 13 years ago
  93. 92e8977 unfreeze doc plug-in by Stephan Herrmann · 13 years ago
  94. 6fd1216 update N&N and guide by Stephan Herrmann · 13 years ago
  95. bc9e3e8 More improvements re Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago
  96. a4d5be6 More improvements re Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago
  97. 9849a5e More improvements re Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago
  98. 7627999 test & implementation for Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago
  99. 85bf1f7 test & implementation for Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago
  100. 5b6ddb0 test & implementation for Bug 355274 - [assist] make the add signatures assist smarter vis-a-vis ambiguous method bindings by Stephan Herrmann · 13 years ago