b9c15355520f1c0db9ddf4fa0d237b68269438b5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method private calculateSha1Sum(file File) : String from class org.eclipse.jetty.websocket.jsr356.server.StreamTest to public calculate(path Path) : String from class org.eclipse.jetty.websocket.common.util.Sha1Sum | From | To | |
| Move And Rename Method private loadExpectedSha1Sum(sha1File File) : String from class org.eclipse.jetty.websocket.jsr356.server.StreamTest to public loadSha1(sha1File File) : String from class org.eclipse.jetty.websocket.common.util.Sha1Sum | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type file : File to path : Path in method public calculate(path Path) : String in class org.eclipse.jetty.websocket.common.util.Sha1Sum | From | To | |
| Move Class | 1 | ||
| Move Class org.eclipse.jetty.websocket.jsr356.server.StreamTest.NoOpOutputStream moved to org.eclipse.jetty.websocket.common.util.Sha1Sum.NoOpOutputStream | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter file : File to path : Path in method public calculate(path Path) : String in class org.eclipse.jetty.websocket.common.util.Sha1Sum | From | To |