JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Constructor Summary
Method Summary
Enum Constant Details
WARNING
ERROR
NOTE
NONE
Constructor Details
Level()
Method Details
values()
valueOf(String)
toJsonString()
fromBugRank(int)
fromWeaknessSeverity(WeaknessSeverity)
Enum Constant Summary
Enum Constants
The rule specified by ruleId was evaluated and a serious problem was found.
The concept of “severity” does not apply to this result because the kind property (§3.27.9) has a value other than "fail".
The rule specified by ruleId was evaluated and a minor problem or an opportunity to improve the code was found.
The rule specified by ruleId was evaluated and a problem was found.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
(package private) static Level
(package private) static Level
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf