You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/10/28 20:07:57 UTC

[tomcat] branch 8.5.x updated: Update guidance for Eclipse 4.13

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 6fac0e0  Update guidance for Eclipse 4.13
6fac0e0 is described below

commit 6fac0e019c6b4668ffb6d967953e475f72a3459e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Oct 28 20:30:13 2019 +0100

    Update guidance for Eclipse 4.13
---
 res/ide-support/eclipse/java-compiler-errors-warnings.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/res/ide-support/eclipse/java-compiler-errors-warnings.txt b/res/ide-support/eclipse/java-compiler-errors-warnings.txt
index 37b350b..2905d56 100644
--- a/res/ide-support/eclipse/java-compiler-errors-warnings.txt
+++ b/res/ide-support/eclipse/java-compiler-errors-warnings.txt
@@ -18,7 +18,7 @@
 # Java -> Compiler -> Errors/Warnings
 =======================================
 
-The following settings are for Oxygen (Eclipse 4.7)
+The following settings are for Oxygen (Eclipse 4.13)
 W = Warning
 I = Ignore
 E = Error
@@ -55,9 +55,13 @@ Name shadowing and conflicts
 Deprecated and restricted API
  - Deprecated API                       - W
    ([ ] on all additional check boxes)
+ - Deprecated API marked for removal    - W
  - Forbidden references                 - E
  - Discouraged reference                - W
 
+Modules
+ - All                                  - W
+
 Unnecessary code
  - All                                  - W
    ([x] on all additional check boxes)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org