d174d5ed1588c58217634e7e03047bcba45ab13d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type addresses : InetAddress... to addresses : List<InetAddress> in method private dnsRecordFor(mxRecords Collection<String>, txtRecords Collection<String>, addresses List<InetAddress>) : DNSRecord in class org.apache.james.dnsservice.api.InMemoryDNSService | From | To | |
Change Parameter Type addresses : InetAddress[] to addresses : List<InetAddress> in method public registerRecord(hostname String, addresses List<InetAddress>, mxRecords Collection<String>, txtRecords Collection<String>) : void in class org.apache.james.dnsservice.api.InMemoryDNSService | From | To | |
Change Parameter Type adresses : InetAddress[] to addresses : List<InetAddress> in method public DNSRecord(addresses List<InetAddress>, mxRecords Collection<String>, txtRecords Collection<String>) in class org.apache.james.dnsservice.api.InMemoryDNSService.DNSRecord | From | To | |
Change Return Type | 5 | ||
Change Return Type InetAddress[] to Collection<InetAddress> in method public getAllByName(host String) : Collection<InetAddress> in class org.apache.james.dnsservice.api.mock.MockDNSService | From | To | |
Change Return Type InetAddress[] to Collection<InetAddress> in method public getAllByName(host String) : Collection<InetAddress> in class org.apache.james.dnsservice.api.DNSService | From | To | |
Change Return Type InetAddress[] to Collection<InetAddress> in method public getAllByName(host String) : Collection<InetAddress> in class org.apache.james.dnsservice.dnsjava.DNSJavaService | From | To | |
Change Return Type InetAddress[] to Collection<InetAddress> in method public getAllByName(host String) : Collection<InetAddress> in class org.apache.james.smtpserver.SMTPServerTest.AlterableDNSServer | From | To | |
Change Return Type InetAddress[] to List<InetAddress> in method public getAllByName(host String) : List<InetAddress> in class org.apache.james.dnsservice.api.InMemoryDNSService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type addrs : InetAddress[] to addrs : Collection<InetAddress> in method private getDomainIP(domain String, dns DNSService, log Logger) : List<String> in class org.apache.james.domainlist.lib.AbstractDomainList | From | To | |
Change Variable Type addrs : InetAddress[] to addrs : Collection<InetAddress> in method public MXHostAddressIterator(hosts Iterator<String>, defaultPort int, dns DNSService, useSingleIP boolean, logger Logger) in class org.apache.james.dnsservice.library.MXHostAddressIterator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type addresses : InetAddress[] to addresses : List<InetAddress> in class org.apache.james.dnsservice.api.InMemoryDNSService.DNSRecord | From | To | |
Rename Parameter | 1 | ||
Rename Parameter adresses : InetAddress[] to addresses : List<InetAddress> in method public DNSRecord(addresses List<InetAddress>, mxRecords Collection<String>, txtRecords Collection<String>) in class org.apache.james.dnsservice.api.InMemoryDNSService.DNSRecord | From | To |