|
Move Method private replaceParameters(input String, parameters List<String>) : String from class org.apache.james.rrt.lib.RecipientRewriteTableUtil to private replaceParameters(input String, parameters List<String>) : String from class org.apache.james.rrt.lib.UserRewritter.RegexRewriter |
From |
To |
|
Move Method public regexMapShouldThrowOnNullAddress() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldThrowOnNullAddress() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method public regexMapShouldCorrectlyReplaceMatchingUsername() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldCorrectlyReplaceMatchingUsername() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method public regexMapShouldCorrectlyReplaceMatchingGroups() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldCorrectlyReplaceMatchingGroups() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method public regexMap(address MailAddress, mapping Mapping) : Optional<String> from class org.apache.james.rrt.lib.RecipientRewriteTableUtil to public regexMap(address MailAddress, mapping String) : Optional<String> from class org.apache.james.rrt.lib.UserRewritter.RegexRewriter |
From |
To |
|
Move Method public regexMapShouldThrowOnNullRegexMapping() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldThrowOnNullRegexMapping() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method private listMatchingGroups(match Matcher) : ImmutableList<String> from class org.apache.james.rrt.lib.RecipientRewriteTableUtil to private listMatchingGroups(match Matcher) : ImmutableList<String> from class org.apache.james.rrt.lib.UserRewritter.RegexRewriter |
From |
To |
|
Move Method public regexMapShouldCorrectlyReplaceSeveralMatchingGroups() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldCorrectlyReplaceSeveralMatchingGroups() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method public regexMapShouldReturnInputWhenRegexDoesntMatch() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldReturnInputWhenRegexDoesntMatch() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |
|
Move Method public regexMapShouldThrowOnInvalidSyntax() : void from class org.apache.james.rrt.lib.RecipientRewriteTableUtilTest to public regexMapShouldThrowOnInvalidSyntax() : void from class org.apache.james.rrt.lib.RegexRewriterTest |
From |
To |