AssertJThrowingCallableRules
SUGGESTION
Simplification
Suppression
Disable all rules by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$).*
as compiler argument.
Table of contents
- AssertThatThrownByIllegalArgumentException
- AssertThatThrownByIllegalArgumentExceptionHasMessage
- AssertThatThrownByIllegalArgumentExceptionHasMessageParameters
- AssertThatThrownByIllegalArgumentExceptionHasMessageStartingWith
- AssertThatThrownByIllegalArgumentExceptionHasMessageContaining
- AssertThatThrownByIllegalArgumentExceptionHasMessageNotContainingAny
- AssertThatThrownByIllegalStateException
- AssertThatThrownByIllegalStateExceptionHasMessage
- AssertThatThrownByIllegalStateExceptionHasMessageParameters
- AssertThatThrownByIllegalStateExceptionHasMessageStartingWith
- AssertThatThrownByIllegalStateExceptionHasMessageContaining
- AssertThatThrownByIllegalStateExceptionHasMessageNotContaining
- AssertThatThrownByNullPointerException
- AssertThatThrownByNullPointerExceptionHasMessage
- AssertThatThrownByNullPointerExceptionHasMessageParameters
- AssertThatThrownByNullPointerExceptionHasMessageStartingWith
- AssertThatThrownByNullPointerExceptionHasMessageContaining
- AssertThatThrownByNullPointerExceptionHasMessageNotContaining
- AssertThatThrownByIOException
- AssertThatThrownByIOExceptionHasMessage
- AssertThatThrownByIOExceptionHasMessageParameters
- AssertThatThrownByIOExceptionHasMessageStartingWith
- AssertThatThrownByIOExceptionHasMessageContaining
- AssertThatThrownByIOExceptionHasMessageNotContaining
- AssertThatThrownBy
- AssertThatThrownByHasMessage
- AssertThatThrownByHasMessageParameters
- AssertThatThrownByHasMessageStartingWith
- AssertThatThrownByHasMessageContaining
- AssertThatThrownByHasMessageNotContaining
- AbstractThrowableAssertHasMessage
- AbstractThrowableAssertWithFailMessage
AssertThatThrownByIllegalArgumentException
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentException")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentException).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalArgumentExceptionHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentExceptionHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentExceptionHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalArgumentExceptionHasMessageParameters
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentExceptionHasMessageParameters")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentExceptionHasMessageParameters).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalArgumentExceptionHasMessageStartingWith
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentExceptionHasMessageStartingWith")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentExceptionHasMessageStartingWith).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalArgumentExceptionHasMessageContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentExceptionHasMessageContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentExceptionHasMessageContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalArgumentExceptionHasMessageNotContainingAny
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalArgumentExceptionHasMessageNotContainingAny")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalArgumentExceptionHasMessageNotContainingAny).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateException
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateException")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateException).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateExceptionHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateExceptionHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateExceptionHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateExceptionHasMessageParameters
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateExceptionHasMessageParameters")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateExceptionHasMessageParameters).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateExceptionHasMessageStartingWith
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateExceptionHasMessageStartingWith")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateExceptionHasMessageStartingWith).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateExceptionHasMessageContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateExceptionHasMessageContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateExceptionHasMessageContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIllegalStateExceptionHasMessageNotContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIllegalStateExceptionHasMessageNotContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIllegalStateExceptionHasMessageNotContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerException
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerException")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerException).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerExceptionHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerExceptionHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerExceptionHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerExceptionHasMessageParameters
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerExceptionHasMessageParameters")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerExceptionHasMessageParameters).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerExceptionHasMessageStartingWith
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerExceptionHasMessageStartingWith")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerExceptionHasMessageStartingWith).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerExceptionHasMessageContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerExceptionHasMessageContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerExceptionHasMessageContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByNullPointerExceptionHasMessageNotContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByNullPointerExceptionHasMessageNotContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByNullPointerExceptionHasMessageNotContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOException
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOException")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOException).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOExceptionHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOExceptionHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOExceptionHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOExceptionHasMessageParameters
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOExceptionHasMessageParameters")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOExceptionHasMessageParameters).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOExceptionHasMessageStartingWith
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOExceptionHasMessageStartingWith")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOExceptionHasMessageStartingWith).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOExceptionHasMessageContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOExceptionHasMessageContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOExceptionHasMessageContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByIOExceptionHasMessageNotContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByIOExceptionHasMessageNotContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByIOExceptionHasMessageNotContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownBy
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownBy")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownBy).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByHasMessageParameters
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByHasMessageParameters")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByHasMessageParameters).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByHasMessageStartingWith
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByHasMessageStartingWith")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByHasMessageStartingWith).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByHasMessageContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByHasMessageContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByHasMessageContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AssertThatThrownByHasMessageNotContaining
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AssertThatThrownByHasMessageNotContaining")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AssertThatThrownByHasMessageNotContaining).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AbstractThrowableAssertHasMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AbstractThrowableAssertHasMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AbstractThrowableAssertHasMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.
AbstractThrowableAssertWithFailMessage
SUGGESTION
Simplification
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("AbstractThrowableAssertWithFailMessage")
to the enclosing element.Disable this rule by adding
-XepOpt:Refaster:NamePattern=^(?!AssertJThrowingCallableRules\$AbstractThrowableAssertWithFailMessage).*
as compiler argument.
Samples
Shows the difference in example code before and after the Refaster rule is applied.