120f4cace686009a55303fd21da7891b09a17581
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public readChunk(in InputStream) : byte[] from class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser to public readChunk(in InputStream) : byte[] from class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser | From | To | |
Pull Up Method private matchTail(buffer byte[], offset int, length int, pattern byte[]) : int from class org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser to private matchTail(buffer byte[], offset int, length int, pattern byte[]) : int from class org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser | From | To | |
Rename Class | 1 | ||
Rename Class org.glassfish.jersey.client.ChunkedInputTest renamed to org.glassfish.jersey.client.FixedBoundaryParserTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.glassfish.jersey.client.ChunkedInput.AbstractBoundaryParser from classes [org.glassfish.jersey.client.ChunkedInput.FixedBoundaryParser] | From | To |