0f5c76f308f858dcdf89e21d1ceb925a489fcc58
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public openImapConnexionAndSelectMailbox(mailbox String) : void renamed to public openImapConnectionAndSelectMailbox(mailbox String) : void in class org.apache.james.jmap.methods.integration.cucumber.ImapStepdefs | From | To | |
Rename Method public checkNotificationForNewMessageOnActiveConnexion(uid int, mailbox String) : void renamed to public checkExpungeNotificationOnActiveConnection(msn int, mailbox String) : void in class org.apache.james.jmap.methods.integration.cucumber.ImapStepdefs | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private LOCALHOST : String in class org.apache.james.jmap.methods.integration.cucumber.ImapStepdefs | From | To | |
Extract Attribute private IMAP_PORT : int in class org.apache.james.jmap.methods.integration.cucumber.ImapStepdefs | From | To | |
Rename Parameter | 1 | ||
Rename Parameter uid : int to msn : int in method public checkExpungeNotificationOnActiveConnection(msn int, mailbox String) : void in class org.apache.james.jmap.methods.integration.cucumber.ImapStepdefs | From | To |