0ff015494ef15b24f34f22fcfbdb43e02ff5c026
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 3 | ||
| Parameterize Variable stderr : ByteArrayOutputStream to outputStream : OutputStream in method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To | |
| Parameterize Variable content : ByteBuffer to buffer : ByteBuffer in method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To | |
| Parameterize Variable stdout : ByteArrayOutputStream to outputStream : OutputStream in method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type stdout : ByteArrayOutputStream to outputStream : OutputStream in method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To | |
| Change Variable Type stderr : ByteArrayOutputStream to outputStream : OutputStream in method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To | |
| Extract Method | 2 | ||
| Extract Method private writeAndFlush(buffer ByteBuffer, outputStream OutputStream) : void extracted from public followLog(jobId JobId, containerId String, logStream Iterator<LogMessage>) : void in class com.spotify.helios.testing.InMemoryLogStreamFollower | From | To |