8184128985e57d06309fa9170ea90e82dc5df429
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable domains : List<String> to names : List<String> in method public getX509CertificateCommonNames(dn String) : List<String> in class io.vertx.core.net.impl.KeyStoreHelper | From | To | |
Extract Method | 1 | ||
Extract Method public getX509CertificateCommonNames(dn String) : List<String> extracted from public KeyStoreHelper(ks KeyStore, password String) in class io.vertx.core.net.impl.KeyStoreHelper | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getX509CertificateCommonNames(dn String) : List<String> extracted from public cnOf(cert X509Certificate) : String in class io.vertx.test.core.TestUtils & moved to class io.vertx.core.net.impl.KeyStoreHelper | From | To |