97470c4736427d2f85f7fedd35c8ecc790b65b89
Files Diff
- Added: 14
- Removed: 8
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isDownload() : boolean renamed to public isCreateFiles() : boolean in class org.eclipse.jetty.start.StartArgs | From | To | |
Rename Method public init(uri URI, file Path, fileRef String) : boolean renamed to public create(uri URI, location String) : boolean in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer | From | To | |
Move Method | 2 | ||
Move Method protected isFilePresent(paths Path...) : boolean from class org.eclipse.jetty.start.fileinits.UriFileInitializer to protected isFilePresent(paths Path...) : boolean from class org.eclipse.jetty.start.FileInitializer | From | To | |
Move Method protected download(uri URI, file Path) : void from class org.eclipse.jetty.start.fileinits.UriFileInitializer to protected download(uri URI, destination Path) : void from class org.eclipse.jetty.start.FileInitializer | From | To | |
Rename Variable | 1 | ||
Rename Variable file : Path to destination : Path in method public create(uri URI, location String) : boolean in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer | From | To | |
Change Return Type | 1 | ||
Change Return Type Path to String in method public getMavenLocalRepoDir() : String in class org.eclipse.jetty.start.StartArgs | From | To | |
Move Attribute | 1 | ||
Move Attribute private _basehome : BaseHome from class org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer to protected _basehome : BaseHome from class org.eclipse.jetty.start.FileInitializer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute download : boolean to createFiles : boolean in class org.eclipse.jetty.start.StartArgs | From | To | |
Rename Parameter | 2 | ||
Rename Parameter fileRef : String to location : String in method public create(uri URI, location String) : boolean in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer | From | To | |
Rename Parameter file : Path to destination : Path in method protected download(uri URI, destination Path) : void in class org.eclipse.jetty.start.FileInitializer | From | To |