0129025094fe0d88e0aef3ac02cfaa7f479cc146
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 4 | ||
| Pull Up Method public getLimit() : int from class org.apache.tomcat.util.buf.CharChunk to public getLimit() : int from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Pull Up Method public setLimit(limit int) : void from class org.apache.tomcat.util.buf.ByteChunk to public setLimit(limit int) : void from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Pull Up Method public getLimit() : int from class org.apache.tomcat.util.buf.ByteChunk to public getLimit() : int from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Pull Up Method public setLimit(limit int) : void from class org.apache.tomcat.util.buf.CharChunk to public setLimit(limit int) : void from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private limit : int from class org.apache.tomcat.util.buf.ByteChunk to private limit : int from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Pull Up Attribute private limit : int from class org.apache.tomcat.util.buf.CharChunk to private limit : int from class org.apache.tomcat.util.buf.AbstractChunk | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type newSize : int to newSize : long in method public makeSpace(count int) : void in class org.apache.tomcat.util.buf.ByteChunk | From | To | |
| Change Variable Type newSize : int to newSize : long in method public makeSpace(count int) : void in class org.apache.tomcat.util.buf.CharChunk | From | To | |
| Change Variable Type desiredSize : int to desiredSize : long in method public makeSpace(count int) : void in class org.apache.tomcat.util.buf.ByteChunk | From | To | |
| Change Variable Type desiredSize : int to desiredSize : long in method public makeSpace(count int) : void in class org.apache.tomcat.util.buf.CharChunk | From | To |