b36b257aad7c329db4a531bbd3421343e1796338
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private loadReservedNames() : ImmutableSet<String> renamed to public addReservedNames(file String) : void in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ImmutableSet<String> to void in method public addReservedNames(file String) : void in class com.google.devtools.j2objc.util.NameTable | From | To | |
| Extract Method | 1 | ||
| Extract Method private loadReservedNames(inputStream Supplier<InputStream>) : ImmutableSet<String> extracted from private loadReservedNames() : ImmutableSet<String> in class com.google.devtools.j2objc.util.NameTable | From | To |