|
Change Attribute Type applyPatternMatcher : Matcher<MethodInvocationTree> to applyPatternMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.MisusedWeekYear |
From |
To |
|
Change Attribute Type lockOperationMatcher : Matcher<MethodInvocationTree> to lockOperationMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer.LockOperationFinder |
From |
To |
|
Change Attribute Type PRECONDITIONS_CHECK : Matcher<MethodInvocationTree> to PRECONDITIONS_CHECK : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.PreconditionsInvalidPlaceholder |
From |
To |
|
Change Attribute Type isGenericCollectionsMethod : Matcher<MethodInvocationTree> to isGenericCollectionsMethod : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.CollectionIncompatibleType |
From |
To |
|
Change Attribute Type UNLOCK_METHOD_MATCHER : Matcher<MethodInvocationTree> to UNLOCK_METHOD_MATCHER : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer.LockOperationFinder |
From |
To |
|
Change Attribute Type protoMessageReceiverMatcher : Matcher<MethodInvocationTree> to protoMessageReceiverMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.ProtoFieldNullComparison |
From |
To |
|
Change Attribute Type STATIC_METHOD_MATCHER : Matcher<MethodInvocationTree> to STATIC_METHOD_MATCHER : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero |
From |
To |
|
Change Attribute Type isThrowableMessage : Matcher<MethodInvocationTree> to isThrowableMessage : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.MisusedFormattingLogger |
From |
To |
|
Change Attribute Type instanceHashCodeMethodMatcher : Matcher<MethodInvocationTree> to instanceHashCodeMethodMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.ArrayHashCode |
From |
To |
|
Change Attribute Type UNLOCK_MATCHER : Matcher<MethodInvocationTree> to UNLOCK_MATCHER : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer.ReleasedLockFinder |
From |
To |
|
Change Attribute Type INSTANCE_METHOD_MATCHER : Matcher<MethodInvocationTree> to INSTANCE_METHOD_MATCHER : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.SizeGreaterThanOrEqualsZero |
From |
To |
|
Change Attribute Type protoMessageReceiverMatcher : Matcher<MethodInvocationTree> to protoMessageReceiverMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.ProtoFieldPreconditionsCheckNotNull |
From |
To |
|
Change Attribute Type getStackTraceMatcher : Matcher<MethodInvocationTree> to getStackTraceMatcher : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.ArrayToString |
From |
To |
|
Change Attribute Type isFormattingLogger : Matcher<MethodInvocationTree> to isFormattingLogger : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.MisusedFormattingLogger |
From |
To |
|
Change Attribute Type LOCK_MATCHER : Matcher<MethodInvocationTree> to LOCK_MATCHER : Matcher<ExpressionTree> in class com.google.errorprone.bugpatterns.threadsafety.HeldLockAnalyzer.AcquiredLockFinder |
From |
To |