This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 6b850a416a Fix order and typo
6b850a416a is described below
commit 6b850a416a0a85c42d4d78796d0aa2798b94a16d
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]