a8955dc5698641a501cb257e11e8b94695ba2d34
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable entry : ZipEntry to entries : Enumeration<? extends ZipEntry> in method private unpackFromJarURL(url URL, fileName String, cl ClassLoader) : File in class io.vertx.core.impl.FileResolver | From | To | |
| Rename Variable zip : ZipInputStream to is : InputStream in method private unpackFromJarURL(url URL, fileName String, cl ClassLoader) : File in class io.vertx.core.impl.FileResolver | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type entry : ZipEntry to entries : Enumeration<? extends ZipEntry> in method private unpackFromJarURL(url URL, fileName String, cl ClassLoader) : File in class io.vertx.core.impl.FileResolver | From | To | |
| Change Variable Type zip : ZipInputStream to is : InputStream in method private unpackFromJarURL(url URL, fileName String, cl ClassLoader) : File in class io.vertx.core.impl.FileResolver | From | To |