diff options
| author | Noopur Gupta | 2019-04-05 08:31:19 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2019-04-05 08:31:19 +0000 |
| commit | af689a6e23e97c160aebdb86dd21d11f703ee861 (patch) | |
| tree | 3ba4d3261fca8e6dcd1aabe1c00256a76cebe7af | |
| parent | 490777d083a5a0a49b54ac3e8422d1f8acec477e (diff) | |
| download | news-af689a6e23e97c160aebdb86dd21d11f703ee861.tar.gz news-af689a6e23e97c160aebdb86dd21d11f703ee861.tar.xz news-af689a6e23e97c160aebdb86dd21d11f703ee861.zip | |
Bug 543669: [12][quick fix] Add quick fix to configure problem severity
of preview features
Change-Id: Ie32ac99b12b0f8de95657ea89ccfc2f923688aad
| -rw-r--r-- | 4.12/images/quickfix-configure-severity-12.png | bin | 0 -> 44530 bytes | |||
| -rw-r--r-- | 4.12/jdt.html | 16 |
2 files changed, 13 insertions, 3 deletions
diff --git a/4.12/images/quickfix-configure-severity-12.png b/4.12/images/quickfix-configure-severity-12.png Binary files differnew file mode 100644 index 00000000..45b52ecd --- /dev/null +++ b/4.12/images/quickfix-configure-severity-12.png diff --git a/4.12/jdt.html b/4.12/jdt.html index efca0d4f..278dda4a 100644 --- a/4.12/jdt.html +++ b/4.12/jdt.html @@ -48,7 +48,7 @@ ul {padding-left: 13px;} </tr> <tr id="quickfix-change-compliance-12"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=543781 --> - <td class="title">Quick fix to change project compliance and JRE to 12</td> + <td class="title">Change project compliance and JRE to 12</td> <td class="content"> A quick fix <b>Change project compliance and JRE to 12</b> is provided to quickly change the current project to be compatible with Java 12: <p> @@ -56,9 +56,19 @@ ul {padding-left: 13px;} </p> </td> </tr> + + <tr id="quickfix-configure-severity-12"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=543669 --> + <td class="title">Configure problem severity of preview features</td> + <td class="content"> + A quick fix <b>Configure problem severity</b> is provided to update the problem severity of preview features in Java 12: + <p> + <img src="images/quickfix-configure-severity-12.png" alt=""/> + </p> + </td> + </tr> <tr id="quickfix-default-switch-statement"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=543665 --> - <td class="title">Quick fix to add default case to switch statement</td> + <td class="title">Add default case to switch statement</td> <td class="content"> A quick fix <b>Add 'default' case</b> is provided to add default case to enhanced switch statement in Java 12: <p> @@ -68,7 +78,7 @@ ul {padding-left: 13px;} </tr> <tr id="quickfix-missing-case-switch-statement"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=545259 --> - <td class="title">Quick fix to add missing case statements to switch statement</td> + <td class="title">Add missing case statements to switch statement</td> <td class="content"> A quick fix <b>Add missing case statements</b> is provided for enhanced switch statement in Java 12: <p> |
