Constant Field Values


Contents
org.designwizard.*

org.designwizard.design.DesignIF
public static final java.lang.String FIELD_IDENTIFIER "F:"
public static final java.lang.String METHOD_IDENTIFIER "M:"
public static final java.lang.String STATIC_IDENTIFIER "S:"

org.designwizard.design.MethodNode
public static final java.lang.String CONSTRUCTOR_IDENTIFIER "<init>"

org.designwizard.patternchecker.SingletonPatternChecker
public static final java.lang.String GET_INSTANCE_FIELD_MISS_WARN "It is not possible to determine if there is any instance provider without an instance field"
public static final java.lang.String GET_INSTANCE_NOT_FOUND_ERROR "There is not any instance provider correctly implemented"
public static final java.lang.String MULTIPLE_SINGLETON_FIELDS_ERROR "There is more than one instance of the class as field"
public static final java.lang.String NO_SINGLETON_FIELDS_ERROR "There is not any STATIC and PRIVATE instance of the class as field"
public static final java.lang.String PUBLIC_CONSTRUCTOR_ERROR "There is at least one public constructor"
public static final java.lang.String VERIFIED_PATTERN_NAME "Singleton"