fa434543177b85dcd07aa6597d4f6bf7b88d0c9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private assertNameIsClassNameWithT(s String) : BooleanSubject renamed to private assertKindOfName(s String) : Subject<?,TypeParameterNamingClassification> in class com.google.errorprone.bugpatterns.TypeParameterNamingTest | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method package matchesTypeParameterNamingScheme(name Name) : boolean moved from class com.google.errorprone.bugpatterns.TypeParameterNaming to class com.google.errorprone.bugpatterns.ClassNamedLikeTypeParameter & inlined to public matchClass(tree ClassTree, state VisitorState) : Description | From | To | |
Change Return Type | 1 | ||
Change Return Type BooleanSubject to Subject<?,TypeParameterNamingClassification> in method private assertKindOfName(s String) : Subject<?,TypeParameterNamingClassification> in class com.google.errorprone.bugpatterns.TypeParameterNamingTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private SINGLE_PLUS_MAYBE_DIGIT : Pattern from class com.google.errorprone.bugpatterns.TypeParameterNaming to private SINGLE_PLUS_MAYBE_DIGIT : Pattern from class com.google.errorprone.bugpatterns.TypeParameterNaming.TypeParameterNamingClassification | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeVarsInScope : List<String> to typeVarsInScope : ImmutableList<String> in method private suggestedSingleLetter(id String, tree Tree) : String in class com.google.errorprone.bugpatterns.TypeParameterNaming | From | To |