public class IssueMsg
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MSG_COULD_NOT_FIND_TYPE_FOR_FILE
public static final IssueMsg MSG_COULD_NOT_FIND_TYPE_FOR_FILE
-
MSG_AUTO_CANNOT_INFER_WO_INIT
public static final IssueMsg MSG_AUTO_CANNOT_INFER_WO_INIT
-
MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD
public static final IssueMsg MSG_AUTO_CANNOT_RETURN_AUTO_FROM_ABSTRACT_METHOD
-
MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE
public static final IssueMsg MSG_AUTO_RETURN_MORE_SPECIFIC_TYPE
-
MSG_AUTO_UNABLE_TO_RESOLVE_TYPE
public static final IssueMsg MSG_AUTO_UNABLE_TO_RESOLVE_TYPE
-
MSG_AUTO_CANNOT_INFER_FROM_NULL
public static final IssueMsg MSG_AUTO_CANNOT_INFER_FROM_NULL
-
MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED
public static final IssueMsg MSG_ANON_RETURN_METHOD_REF_NOT_SUPPORTED
-
MSG_OPT_PARAMS_POSITIONAL_BEFORE_NAMED
public static final IssueMsg MSG_OPT_PARAMS_POSITIONAL_BEFORE_NAMED
-
MSG_OPT_PARAMS_MISSING_REQ_ARG
public static final IssueMsg MSG_OPT_PARAMS_MISSING_REQ_ARG
-
MSG_OPT_PARAMS_NO_MATCHING_PARAMS_FOR_NAMED_ARGS
public static final IssueMsg MSG_OPT_PARAMS_NO_MATCHING_PARAMS_FOR_NAMED_ARGS
-
-
Method Details
-
-
isMessageSimilar
public boolean isMessageSimilar(String message)