Class CopeWarnings


  • public final class CopeWarnings
    extends Object
    • 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 or Composite), a variable was found whose type has a WrapFeature annotation but that is not static and final. Such variables don't get instrumented, and no cope Features are created for them.
        See Also:
        Constant Field Values