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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]