diff options
| author | Noopur Gupta | 2019-01-24 09:33:52 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2019-03-21 08:03:05 +0000 |
| commit | ed8ea50dece54386aacc8e927520829fb34c23a2 (patch) | |
| tree | 705b5bd5b15bf446d49d3fc15c71415a13b275b9 | |
| parent | 38abec84a9c488e3cae2d1ec08183bf206dbbe47 (diff) | |
| download | eclipse.platform.common-ed8ea50dece54386aacc8e927520829fb34c23a2.tar.gz eclipse.platform.common-ed8ea50dece54386aacc8e927520829fb34c23a2.tar.xz eclipse.platform.common-ed8ea50dece54386aacc8e927520829fb34c23a2.zip | |
Bug 543772: [12] Add F1 help documentation for enable preview options onI20190321-1800I20190321-0435
Compiler preferences
Change-Id: I0bc9a59af961082102b3f4cd6748643a736b3622
| -rw-r--r-- | bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm index 2c07bb555..50e2e7e3c 100644 --- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm +++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/ref-preferences-compiler.htm @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> -<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2018. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > +<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2019. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <title> @@ -104,6 +104,40 @@ <tr> <td valign="top"> <p> + Enable preview features + </p> + </td> + <td valign="top"> + <p> + If enabled, the compiler will activate the preview language features of the Java version in use. + </p> + </td> + <td valign="top"> + <p> + Off + </p> + </td> + </tr> + <tr> + <td valign="top"> + <p> + Preview features with severity level + </p> + </td> + <td valign="top"> + <p> + When enabled, the compiler will issue a warning when a preview language feature is used. + </p> + </td> + <td valign="top"> + <p> + Warning + </p> + </td> + </tr> + <tr> + <td valign="top"> + <p> Generated class files compatibility </p> </td> |
