1d9721ec8e065b1d9d245065bea4a6176015ae36
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable list : ResourceLocation[] to tmps : List<Future<ResourceLocation>> in method public addConcurrency(_jars String[]) : boolean in class org.nutz.resource.Scans | From | To | |
Rename Variable rel : ResourceLocation to f : Future<ResourceLocation> in method public addConcurrency(_jars String[]) : boolean in class org.nutz.resource.Scans | From | To | |
Change Variable Type | 2 | ||
Change Variable Type list : ResourceLocation[] to tmps : List<Future<ResourceLocation>> in method public addConcurrency(_jars String[]) : boolean in class org.nutz.resource.Scans | From | To | |
Change Variable Type rel : ResourceLocation to f : Future<ResourceLocation> in method public addConcurrency(_jars String[]) : boolean in class org.nutz.resource.Scans | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type locations : Set<ResourceLocation> to locations : Map<String,ResourceLocation> in class org.nutz.resource.Scans | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getJarPath(jarPath String) : String extracted from public JarResourceLocation(jarPath String) in class org.nutz.resource.impl.JarResourceLocation & moved to class org.nutz.resource.impl.ResourceLocation | From | To |