Minor, explain what CompilerMessageSeverity.STRONG_WARNING is
This commit is contained in:
+2
@@ -23,6 +23,8 @@ import java.util.EnumSet;
|
|||||||
public enum CompilerMessageSeverity {
|
public enum CompilerMessageSeverity {
|
||||||
EXCEPTION,
|
EXCEPTION,
|
||||||
ERROR,
|
ERROR,
|
||||||
|
// Unlike a normal warning, a strong warning is not discarded when there are compilation errors.
|
||||||
|
// Use it for problems related to configuration, not the diagnostics
|
||||||
STRONG_WARNING,
|
STRONG_WARNING,
|
||||||
WARNING,
|
WARNING,
|
||||||
INFO,
|
INFO,
|
||||||
|
|||||||
Reference in New Issue
Block a user