bd7e846d667b25af57ff31fcd8a38063adc1c872
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Set<Cipher> to LinkedHashSet<Cipher> in method package filter(ciphers Set<Cipher>, protocol Set<Protocol>, kx Set<KeyExchange>, au Set<Authentication>, enc Set<Encryption>, level Set<EncryptionLevel>, mac Set<MessageDigest>) : LinkedHashSet<Cipher> in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser | From | To | |
Change Return Type Set<Cipher> to LinkedHashSet<Cipher> in method package filterByKeyExchange(ciphers Set<Cipher>, kx Set<KeyExchange>) : LinkedHashSet<Cipher> in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser | From | To | |
Change Return Type Set<Cipher> to LinkedHashSet<Cipher> in method package filterByAuthentication(ciphers Set<Cipher>, au Set<Authentication>) : LinkedHashSet<Cipher> in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser | From | To | |
Change Variable Type | 2 | ||
Change Variable Type complementOfDefault : Set<Cipher> to complementOfDefault : LinkedHashSet<Cipher> in method private init() : void in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser | From | To | |
Change Variable Type result : Set<Cipher> to result : LinkedHashSet<Cipher> in method package filter(ciphers Set<Cipher>, protocol Set<Protocol>, kx Set<KeyExchange>, au Set<Authentication>, enc Set<Encryption>, level Set<EncryptionLevel>, mac Set<MessageDigest>) : LinkedHashSet<Cipher> in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser | From | To |