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 2020/04/15 11:26:41 UTC

[tomcat] branch 8.5.x updated: Update settings for Eclipse 4.15

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 516d828  Update settings for Eclipse 4.15
516d828 is described below

commit 516d828ebebb9110bb00716e244c5e1ca1140c3b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Apr 15 12:22:47 2020 +0100

    Update settings for Eclipse 4.15
---
 res/ide-support/eclipse/java-compiler-errors-warnings.txt | 4 +++-
 1 file changed, 3 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 2905d56..3c1ce23 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.13)
+The following settings are for Eclipse 4.15
 W = Warning
 I = Ignore
 E = Error
@@ -42,6 +42,8 @@ Potential programming problems
 
    - Incomplete 'switch' cases on enum    - W
      [ ] Signal even if 'default' case exists
+   - Unlikely argument type for...        - W
+     [ ] Perfprm strict...
    - 'switch' is missing 'default' case   - I
    - Potential resource leak              - I
 


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