This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a91f8d0fbf Fix order and typo
a91f8d0fbf is described below
commit a91f8d0fbf091904cd6baaab5027e766c8da2e91
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Apr 16 17:27:37 2024 +0100
Fix order and typo
---
res/ide-support/eclipse/java-compiler-errors-warnings.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/res/ide-support/eclipse/java-compiler-errors-warnings.txt
b/res/ide-support/eclipse/java-compiler-errors-warnings.txt
index 3c1ce23c03..8078c129d7 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 Eclipse 4.15
+The following settings are for Eclipse 4.15 onwards
W = Warning
I = Ignore
E = Error
@@ -40,10 +40,10 @@ Potential programming problems
- All - W
except the following:
+ - Unlikely argument type for... - W
+ [ ] Perform strict...
- 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]