b05bf48551bb8845c63009cf9646f55c9632f499
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type SNIResult to ExtractorResult in method private handleIncompleteRead(bb ByteBuffer) : ExtractorResult in class org.apache.tomcat.util.net.TLSClientHelloExtractor | From | To | |
Change Return Type SNIResult to ExtractorResult in method public getResult() : ExtractorResult in class org.apache.tomcat.util.net.TLSClientHelloExtractor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.tomcat.util.net.TLSClientHelloExtractor.SNIResult renamed to org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : SNIResult to result : ExtractorResult in method public TLSClientHelloExtractor(netInBuffer ByteBuffer) in class org.apache.tomcat.util.net.TLSClientHelloExtractor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type result : SNIResult to result : ExtractorResult in class org.apache.tomcat.util.net.TLSClientHelloExtractor | From | To |