b79058d2dcfa0bdc2d40e23cc3bb57b92598e569
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private recordSizeToRead(bb ByteBuffer) : int renamed to private isAllRecordAvailable(bb ByteBuffer) : boolean in class org.apache.tomcat.util.net.SNIExtractor | From | To | |
| Rename Method private isRecordHeaderComplete(bb ByteBuffer) : boolean renamed to private handleIncompleteRead(bb ByteBuffer) : SNIResult in class org.apache.tomcat.util.net.SNIExtractor | From | To | |
| Rename Method private clientHelloSize(bb ByteBuffer) : int renamed to private isAllClientHelloAvailable(bb ByteBuffer) : boolean in class org.apache.tomcat.util.net.SNIExtractor | From | To | |
| Change Return Type | 3 | ||
| Change Return Type int to boolean in method private isAllClientHelloAvailable(bb ByteBuffer) : boolean in class org.apache.tomcat.util.net.SNIExtractor | From | To | |
| Change Return Type int to boolean in method private isAllRecordAvailable(bb ByteBuffer) : boolean in class org.apache.tomcat.util.net.SNIExtractor | From | To | |
| Change Return Type boolean to SNIResult in method private handleIncompleteRead(bb ByteBuffer) : SNIResult in class org.apache.tomcat.util.net.SNIExtractor | From | To |