Uses of Enum
org.sonar.java.model.JWarning.Type
Packages that use JWarning.Type
-
Uses of JWarning.Type in org.sonar.java.model
Methods in org.sonar.java.model that return JWarning.TypeModifier and TypeMethodDescriptionJWarning.type()static JWarning.TypeReturns the enum constant of this type with the specified name.static JWarning.Type[]JWarning.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.java.model with parameters of type JWarning.TypeMethod parameters in org.sonar.java.model with type arguments of type JWarning.TypeModifier and TypeMethodDescriptionvoidJavaTree.CompilationUnitTreeImpl.addWarnings(Map<JWarning.Type,Set<JWarning>> warnings)