|
Change Parameter Type exceptionType : Class<? extends Exception> to exceptionType : Class<? extends Throwable> in method public ignoreException(exceptionType Class<? extends Throwable>) : ConditionFactory in class org.awaitility.core.ConditionFactory |
From |
To |
|
Change Parameter Type matcher : Matcher<? super Exception> to matcher : Matcher<? super Throwable> in method public ignoreExceptionsMatching(matcher Matcher<? super Throwable>) : ConditionFactory in class org.awaitility.core.ConditionFactory |
From |
To |
|
Change Parameter Type exception : Exception to exception : Throwable in method public shouldIgnoreException(exception Throwable) : boolean in class org.awaitility.core.HamcrestExceptionIgnorer |
From |
To |
|
Change Parameter Type predicate : Predicate<Exception> to predicate : Predicate<? super Throwable> in method public PredicateExceptionIgnorer(predicate Predicate<? super Throwable>) in class org.awaitility.core.PredicateExceptionIgnorer |
From |
To |
|
Change Parameter Type matcher : Matcher<? super Exception> to matcher : Matcher<? super Throwable> in method public ignoreExceptionsByDefaultMatching(matcher Matcher<? super Throwable>) : void in class org.awaitility.Awaitility |
From |
To |
|
Change Parameter Type e : Exception to e : Throwable in method public shouldExceptionBeIgnored(e Throwable) : boolean in class org.awaitility.core.ConditionSettings |
From |
To |
|
Change Parameter Type matcher : Matcher<? super Exception> to matcher : Matcher<? super Throwable> in method public HamcrestExceptionIgnorer(matcher Matcher<? super Throwable>) in class org.awaitility.core.HamcrestExceptionIgnorer |
From |
To |
|
Change Parameter Type exceptionType : Class<? extends Exception> to exceptionType : Class<? extends Throwable> in method public ignoreExceptionsInstanceOf(exceptionType Class<? extends Throwable>) : ConditionFactory in class org.awaitility.core.ConditionFactory |
From |
To |
|
Change Parameter Type exception : Exception to exception : Throwable in method public shouldIgnoreException(exception Throwable) : boolean in class org.awaitility.core.ExceptionIgnorer |
From |
To |
|
Change Parameter Type predicate : Predicate<Exception> to predicate : Predicate<? super Throwable> in method public ignoreExceptionsByDefaultMatching(predicate Predicate<? super Throwable>) : void in class org.awaitility.Awaitility |
From |
To |
|
Change Parameter Type exception : Exception to exception : Throwable in method public shouldIgnoreException(exception Throwable) : boolean in class org.awaitility.core.PredicateExceptionIgnorer |
From |
To |
|
Change Parameter Type predicate : Predicate<Exception> to predicate : Predicate<? super Throwable> in method public ignoreExceptionsMatching(predicate Predicate<? super Throwable>) : ConditionFactory in class org.awaitility.core.ConditionFactory |
From |
To |
|
Change Parameter Type exceptionType : Class<? extends Exception> to exceptionType : Class<? extends Throwable> in method public ignoreExceptionByDefault(exceptionType Class<? extends Throwable>) : void in class org.awaitility.Awaitility |
From |
To |