7ba9986cd59b4b715733115521e76ff17a7c2699
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getSource(metaClass MetaClass, sourceLocations List<String>) : String renamed to public getSourceForClassName(fqName String, sourceLocations List<String>) : String in class org.adoptopenjdk.jitwatch.loader.ResourceLoader | From | To | |
| Rename Method public getSource(fileName String, locations List<String>) : String renamed to public getSourceForFilename(fileName String, locations List<String>) : String in class org.adoptopenjdk.jitwatch.loader.ResourceLoader | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type metaClass : MetaClass to fqName : String in method public getSourceForClassName(fqName String, sourceLocations List<String>) : String in class org.adoptopenjdk.jitwatch.loader.ResourceLoader | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter metaClass : MetaClass to fqName : String in method public getSourceForClassName(fqName String, sourceLocations List<String>) : String in class org.adoptopenjdk.jitwatch.loader.ResourceLoader | From | To |