diff options
| author | kalyan prasad | 2018-03-20 06:54:29 +0000 |
|---|---|---|
| committer | kalyan prasad | 2018-03-20 06:54:29 +0000 |
| commit | d8854208d5179de5604b6a879a262e44d86dbdec (patch) | |
| tree | bed274b6f11c438794436d5c335096222db0e75c | |
| parent | 3aa42fa897d9907d0710a23180b8b81013aa9a96 (diff) | |
| download | news-d8854208d5179de5604b6a879a262e44d86dbdec.tar.gz news-d8854208d5179de5604b6a879a262e44d86dbdec.tar.xz news-d8854208d5179de5604b6a879a262e44d86dbdec.zip | |
Bug 528930 - [9][quick fix] move from classpath to module path for
requires module
Change-Id: Ie4fb510f0659c35b14c4ee3eb0dd0dbe328880fa
Signed-off-by: kalyan prasad <kalyan_prasad@in.ibm.com>
| -rw-r--r-- | 4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-after-quickfix.png | bin | 0 -> 9670 bytes | |||
| -rw-r--r-- | 4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-before-quickfix.png | bin | 0 -> 10312 bytes | |||
| -rw-r--r-- | 4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-quickfix.png | bin | 0 -> 6625 bytes | |||
| -rw-r--r-- | 4.8/M6/index.html | 15 |
4 files changed, 15 insertions, 0 deletions
diff --git a/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-after-quickfix.png b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-after-quickfix.png Binary files differnew file mode 100644 index 00000000..8726d29e --- /dev/null +++ b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-after-quickfix.png diff --git a/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-before-quickfix.png b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-before-quickfix.png Binary files differnew file mode 100644 index 00000000..b6318d1c --- /dev/null +++ b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-CPE-before-quickfix.png diff --git a/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-quickfix.png b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-quickfix.png Binary files differnew file mode 100644 index 00000000..8959ee97 --- /dev/null +++ b/4.8/M6/images/java9-module-requires-move-from-classpath-to-modulepath-quickfix.png diff --git a/4.8/M6/index.html b/4.8/M6/index.html index 95e0b181..cbb459a5 100644 --- a/4.8/M6/index.html +++ b/4.8/M6/index.html @@ -238,6 +238,21 @@ table.news tr td.content {vertical-align: top;} <p>The setting previously known as <b>Indent Javadoc tags</b> is now called <b>Align descriptions to tag width</b>. The two settings related to <b>@param tags</b> also had their labels changed to better describe what they do.</p> </td> </tr> + + <tr id="quickfix-javadoc"> + <td class="title">QuickFix for <code>unresolved module</code> on module name in <code>requires directive</code></td> + <td class="content"> + A new quickFix is offered on <b>requires</b> statements in the <b>module-info.java</b> file to fix issues that are reported due to unresolved module. + The below quickFix will be provided if the module related to the unresolved module error has its related classpath added to the class path and not to the module path. + <p>This quickFix is applicable if the project is a Java9 project and has a module-info.java file</p> + <p>This quick Fix can be invoked from the editor.</p> + <p><img src="images/java9-module-requires-move-from-classpath-to-modulepath-quickfix.png" alt=""/></p> + <p>Before the quickFix is applied the classpath entries look as below: </p> + <p><img src="images/java9-module-requires-move-from-classpath-to-modulepath-CPE-before-quickfix.png" alt=""/></p> + <p>After the quickFix is applied the classpath entries look as below: </p> + <p><img src="images/java9-module-requires-move-from-classpath-to-modulepath-CPE-after-quickfix.png" alt=""/></p> + </td> + </tr> <tr> <td colspan="2" class="section" id="PDE">PDE</td> |
