ea748f5ea924d7305c8bab50bde7a47488eeb6c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private inheritedAnnotations(type TypeMirror) : ImmutableList<String> from class com.google.errorprone.dataflow.nullnesspropagation.NullnessPropagationTransfer to public inheritedAnnotations(type TypeMirror) : ImmutableSet<AnnotationMirror> from class com.google.errorprone.util.MoreAnnotations | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableList<String> to ImmutableSet<AnnotationMirror> in method public inheritedAnnotations(type TypeMirror) : ImmutableSet<AnnotationMirror> in class com.google.errorprone.util.MoreAnnotations | From | To |