Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-07-09 11:59:37 +0000
committerVikas Chandra2019-07-09 11:59:37 +0000
commit58de1189e357f7c2db6f996a54b01756ab45aa5e (patch)
treec75f26450f51b3a99441f5a582de18931e3f9009
parentf933f32cc5690035f59fd367d6d91b05435bb976 (diff)
downloadnews-58de1189e357f7c2db6f996a54b01756ab45aa5e.tar.gz
news-58de1189e357f7c2db6f996a54b01756ab45aa5e.tar.xz
news-58de1189e357f7c2db6f996a54b01756ab45aa5e.zip
n&n for Bug 243878 - first API addition causes cascade of errors
Change-Id: I838e286eee28456c942932a72304b1b79a42458f Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rw-r--r--4.13/images/pde-api-addition.pngbin0 -> 11402 bytes
-rw-r--r--4.13/pde.html22
2 files changed, 18 insertions, 4 deletions
diff --git a/4.13/images/pde-api-addition.png b/4.13/images/pde-api-addition.png
new file mode 100644
index 00000000..f592c9c3
--- /dev/null
+++ b/4.13/images/pde-api-addition.png
Binary files differ
diff --git a/4.13/pde.html b/4.13/pde.html
index 3c9110b8..ee4816cb 100644
--- a/4.13/pde.html
+++ b/4.13/pde.html
@@ -25,7 +25,7 @@ ul {padding-left: 13px;}
<ul>
<li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li>
<!-- <li><a href="#editors">Editors</a></li> -->
- <!-- <li><a href="#APITools">API Tools</a></li> -->
+ <li><a href="#APITools">API Tools</a></li>
<!-- <li><a href="#pde-compiler">PDE Compiler</a></li> -->
</ul>
@@ -61,9 +61,23 @@ ul {padding-left: 13px;}
<!-- ******************** End of Editors ********************** -->
<!-- ******************** APITools ********************** -->
- <!-- <tr> -->
- <!-- <td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td> -->
- <!-- </tr> -->
+ <tr>
+ <td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
+ </tr>
+
+ <tr id="quickfix-for-first-api-addition"> <!--https://bugs.eclipse.org/bugs/show_bug.cgi?id=243878 -->
+ <td class="title">Add missing since tag after version update quickfix</td>
+ <td class="content">
+ In cases of first API addition or first API breaking change, there is a quickfix that adds first
+ updates the version appropriately and then adds the since tag based on the updated version.
+ <p>
+ <img src="images/pde-api-addition.png" alt="" />
+ </p>
+ </td>
+ </tr>
+
+
+ </tr>
<!-- ******************** End of APITools ********************** -->
<!-- ******************** PDE Compiler ********************** -->

Back to the top