c1fca1806f6e2109379145b6bce4cea5edaa8dc0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type threadSafeTypeParams : ImmutableSet<String> to threadSafeTypeParams : Set<String> in method private ThreadSafeTypeVisitor(threadSafeTypeParams Set<String>) in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety.ThreadSafeTypeVisitor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type threadSafeTypeParams : ImmutableSet<String> to threadSafeTypeParams : Set<String> in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety.ThreadSafeTypeVisitor | From | To | |
Extract Method | 1 | ||
Extract Method public threadSafeTypeParameterSetInScope(sym Symbol) : Set<String> extracted from public threadSafeTypeParametersInScope(sym Symbol) : ImmutableSet<String> in class com.google.errorprone.bugpatterns.threadsafety.ThreadSafety | From | To |