316d601f6bbe71e46daff63a9b2a2ecd6ca5fb43
Files Diff
- Added: 9
- Removed: 6
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type matchers : Iterable<MatcherWithTypeInfo> to matchers : Iterable<? extends AbstractCollectionIncompatibleTypeMatcher> in method private firstNonNullMatchResult(matchers Iterable<? extends AbstractCollectionIncompatibleTypeMatcher>, tree MethodInvocationTree, state VisitorState) : MatchResult in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Change Parameter Type collection : Collection<com.google.common.base.Optional<?>> to collection1 : Collection<java.util.Date> in method public errorMessageUsesFullyQualifedNamesWhenSimpleNamesAreTheSame(collection1 Collection<java.util.Date>, collection2 Collection<Date>) : boolean in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypePositiveCases | From | To | |
Rename Variable | 2 | ||
Rename Variable typeArgType : String to sourceType : String in method public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Rename Variable methodArgType : String to targetType : String in method public matchMethodInvocation(tree MethodInvocationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Move Class | 6 | ||
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleTypeClassCast moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypeClassCast | From | To | |
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleTypeNegativeCases moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypeNegativeCases | From | To | |
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleTypePositiveCases moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypePositiveCases | From | To | |
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleType moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleTypeTest moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypeTest | From | To | |
Move Class com.google.errorprone.bugpatterns.CollectionIncompatibleTypeOutOfBounds moved to com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypeOutOfBounds | From | To | |
Change Variable Type | 1 | ||
Change Variable Type matcher : MatcherWithTypeInfo to matcher : AbstractCollectionIncompatibleTypeMatcher in method private firstNonNullMatchResult(matchers Iterable<? extends AbstractCollectionIncompatibleTypeMatcher>, tree MethodInvocationTree, state VisitorState) : MatchResult in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type MATCHERS : Iterable<MatcherWithTypeInfo> to MATCHERS : Iterable<? extends AbstractCollectionIncompatibleTypeMatcher> in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter collection : Collection<com.google.common.base.Optional<?>> to collection1 : Collection<java.util.Date> in method public errorMessageUsesFullyQualifedNamesWhenSimpleNamesAreTheSame(collection1 Collection<java.util.Date>, collection2 Collection<Date>) : boolean in class com.google.errorprone.bugpatterns.collectionincompatibletype.CollectionIncompatibleTypePositiveCases | From | To |