53d8d9df547115d579cadcc1a4467be38c93ce5e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable incompatibleModifiersAnnotation : IncompatibleModifiers to annotation : IncompatibleModifiers in method private getIncompatibleModifiers(tree AnnotationTree, state VisitorState) : Set<Modifier> in class com.google.errorprone.bugpatterns.IncompatibleModifiersChecker | From | To | |
Rename Variable requiredModifiersAnnotation : RequiredModifiers to annotation : RequiredModifiers in method private getRequiredModifiers(tree AnnotationTree, state VisitorState) : Set<Modifier> in class com.google.errorprone.bugpatterns.RequiredModifiersChecker | From | To | |
Extract Method | 2 | ||
Extract Method private getIncompatibleModifiers(tree AnnotationTree, state VisitorState) : Set<Modifier> extracted from public matchAnnotation(tree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.IncompatibleModifiersChecker | From | To | |
Extract Method private getRequiredModifiers(tree AnnotationTree, state VisitorState) : Set<Modifier> extracted from public matchAnnotation(tree AnnotationTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.RequiredModifiersChecker | From | To |