Package com.exedio.cope.instrument
Class CopeWarnings
- java.lang.Object
-
- com.exedio.cope.instrument.CopeWarnings
-
public final class CopeWarnings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
FEATURE_NOT_STATIC_FINAL
In a class that is instrumented (i.e.static String
NON_GENERATED
A@javax.annotation.Generated("com.exedio.cope.instrument")
annotation was found in code that is not generated by the cope instrumentor.
-
-
-
Field Detail
-
NON_GENERATED
public static final String NON_GENERATED
A@javax.annotation.Generated("com.exedio.cope.instrument")
annotation was found in code that is not generated by the cope instrumentor.- See Also:
- Constant Field Values
-
FEATURE_NOT_STATIC_FINAL
public static final String FEATURE_NOT_STATIC_FINAL
In a class that is instrumented (i.e.Item
,Block
orComposite
), a variable was found whose type has aWrapFeature
annotation but that is notstatic
andfinal
. Such variables don't get instrumented, and no copeFeature
s are created for them.- See Also:
- Constant Field Values
-
-