Uses of Class
edu.umd.cs.findbugs.cwe.Weakness
-
Packages that use Weakness Package Description edu.umd.cs.findbugs.cwe -
-
Uses of Weakness in edu.umd.cs.findbugs.cwe
Fields in edu.umd.cs.findbugs.cwe with type parameters of type Weakness Modifier and Type Field Description private java.util.Map<java.lang.Integer,Weakness>WeaknessCatalog. weaknessesMethods in edu.umd.cs.findbugs.cwe that return Weakness Modifier and Type Method Description WeaknessWeaknessCatalog. getWeaknessByCweIdOrNull(int cweid)Get the a weakness by CWE IDstatic WeaknessWeakness. of(int cweid, java.lang.String name, java.lang.String description, WeaknessSeverity severity)Creates a new immutable instance of a weakness
-