11578921f189b75ba4672040a5084e6211038ede
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable is : InputStream to url : URL in method public resolveFile(fileName String) : File in class io.vertx.core.impl.FileResolver | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type is : InputStream to url : URL in method public resolveFile(fileName String) : File in class io.vertx.core.impl.FileResolver | From | To | |
| Extract Method | 1 | ||
| Extract Method private unpackFromFileURL(url URL, fileName String, cl ClassLoader) : File extracted from public resolveFile(fileName String) : File in class io.vertx.core.impl.FileResolver | From | To |