799970e4bd7b391cc8b5761946792e919c6b19dc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public threadSafeInstantiation(threadSafeTypeParams ImmutableSet<String>, annotation AnnotationInfo, type Type) : Violation inlined to public threadSafeInstantiation(threadSafeTypeParams Set<String>, annotation AnnotationInfo, type Type) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety | From | To | |
Inline Method public isThreadSafeType(threadSafeTypeParams ImmutableSet<String>, type Type) : Violation inlined to public isThreadSafeType(threadSafeTypeParams Set<String>, type Type) : Violation in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableSet<String> to Set<String> in method public threadSafeTypeParametersInScope(sym Symbol) : Set<String> in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety | From | To |