|
Change Return Type List<InternetAddress> to List<MailAddress> in method public replaceInternetAddresses(mailWithReplacementAddresses Mail, internetAddresses List<InternetAddress>) : List<MailAddress> in class org.apache.james.transport.util.SpecialAddressesUtils |
From |
To |
|
Change Return Type InternetAddress[] to List<MailAddress> in method protected getTo(originalMail Mail) : List<MailAddress> in class org.apache.james.transport.mailets.redirect.AbstractRedirect |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.NotifyPostmaster |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.Bounce |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.Resend |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.DSNBounce |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.Redirect |
From |
To |
|
Change Return Type ImmutableSet<InternetAddress> to List<MailAddress> in method private toHeaders(mail Mail) : List<MailAddress> in class org.apache.james.transport.util.SpecialAddressesUtils |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.NotifySender |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.Forward |
From |
To |
|
Change Return Type InternetAddress[] to List<InternetAddress> in method protected abstract getTo() : List<InternetAddress> in class org.apache.james.transport.mailets.redirect.AbstractRedirect |
From |
To |
|
Change Return Type ImmutableSet<InternetAddress> to List<MailAddress> in method private allOrSender(mail Mail, addresses InternetAddress[]) : List<MailAddress> in class org.apache.james.transport.util.SpecialAddressesUtils |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSameListWhenAddressesMatchDelete() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSenderWhenAddressesMatchReversePath() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnReplyToWhenAddressesMatchReplyTo() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenAddressesMatchReversePathAndNoSender() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenAddressesMatchReplyToAndReplyToIsNull() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSenderWhenAddressesMatchReplyToAndNoReplyTo() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSenderWhenAddressesMatchFromAndNoFrom() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type expected : InternetAddress to expected : MailAddress in method public replaceInternetAddressesShouldReturnSameListWhenAddressesMatchDelete() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnToWhenAddressesMatchTo() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenAddressesMatchUnaltered() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenAddressesMatchSenderAndSenderIsNull() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnFromWhenAddressesMatchFrom() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnToWhenAddressesMatchRecipients() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSameAddressWhenAddressesDoesntMatch() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSameContentWhenAddressesDoesntMatchAddressMarkerDomain() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type apparentlyTo : InternetAddress[] to apparentlyTo : List<InternetAddress> in method protected getTo(originalMail Mail) : List<MailAddress> in class org.apache.james.transport.mailets.redirect.AbstractRedirect |
From |
To |
|
Change Variable Type builder : ImmutableList.Builder<InternetAddress> to builder : ImmutableList.Builder<MailAddress> in method public replaceInternetAddresses(mailWithReplacementAddresses Mail, internetAddresses List<InternetAddress>) : List<MailAddress> in class org.apache.james.transport.util.SpecialAddressesUtils |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenEmptyList() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnEmptyWhenAddressesMatchNull() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |
|
Change Variable Type addresses : Collection<InternetAddress> to addresses : List<MailAddress> in method public replaceInternetAddressesShouldReturnSenderWhenAddressesMatchSender() : void in class org.apache.james.transport.util.SpecialAddressesUtilsTest |
From |
To |