diff options
| author | Vikas Chandra | 2019-04-09 05:22:51 +0000 |
|---|---|---|
| committer | Vikas Chandra | 2019-04-09 05:22:51 +0000 |
| commit | b5a44469d3fa4b2d35543e37b2760db15d05720d (patch) | |
| tree | 91432dfddff267d6dacc0b786ff1da56c34d8a92 | |
| parent | 4f5305367fee6f20d054d6f4e0d0b49c5e16da97 (diff) | |
| download | news-b5a44469d3fa4b2d35543e37b2760db15d05720d.tar.gz news-b5a44469d3fa4b2d35543e37b2760db15d05720d.tar.xz news-b5a44469d3fa4b2d35543e37b2760db15d05720d.zip | |
N&N for Bug 327452 - Removing @noextend should generate API problem on
MANIFEST.MF
Change-Id: I4b5b9802c50926148d88b70d8a7df339bafb4894
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
| -rw-r--r-- | 4.12/images/pde-remove-restriction.png | bin | 0 -> 41852 bytes | |||
| -rw-r--r-- | 4.12/pde.html | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/4.12/images/pde-remove-restriction.png b/4.12/images/pde-remove-restriction.png Binary files differnew file mode 100644 index 00000000..f83dd508 --- /dev/null +++ b/4.12/images/pde-remove-restriction.png diff --git a/4.12/pde.html b/4.12/pde.html index 6e935183..f593c6fe 100644 --- a/4.12/pde.html +++ b/4.12/pde.html @@ -52,6 +52,16 @@ ul {padding-left: 13px;} <tr> <td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td> </tr> + <tr id="pde-restriction-removal-reported"> <!--https://bugs.eclipse.org/bugs/show_bug.cgi?id=327452 --> + <td class="title">Removing API restriction results in API error</td> + <td class="content"> + Removing PDE API tools restriction like <code> @noextend, @noimplement </code> and <code> @noinstantiate </code>results in incompatible bundle verion API tool error since the clients can have + access to more usage of the APIs. The quickfix would prompt the user to increase the minor version. + <p> + <img src="images/pde-remove-restriction.png" alt="" /> + </p> + </td> + </tr> <!-- ******************** End of APITools ********************** --> <!-- ******************** PDE Compiler ********************** --> |
