Package com.mebigfatguy.fbcontrib.detect
Enum Class UseCharacterParameterizedMethod.UCPMUserValue
java.lang.Object
java.lang.Enum<UseCharacterParameterizedMethod.UCPMUserValue>
com.mebigfatguy.fbcontrib.detect.UseCharacterParameterizedMethod.UCPMUserValue
- All Implemented Interfaces:
Serializable,Comparable<UseCharacterParameterizedMethod.UCPMUserValue>,Constable
- Enclosing class:
UseCharacterParameterizedMethod
static enum UseCharacterParameterizedMethod.UCPMUserValue
extends Enum<UseCharacterParameterizedMethod.UCPMUserValue>
holds a user value for a StringBuilder or StringBuffer on the stack that is
an online append ideally there would be an UNKNOWN option, rather than null,
but findbugs seems to have a nasty bug with static fields holding onto
uservalues across detectors
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INLINE
-
-
Constructor Details
-
UCPMUserValue
private UCPMUserValue()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-