0175e31af0aae97f8ec56ddcf0c6eaeb010b302e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable user : String to token2 : String in method private parseDelegationAttempt(initialClientResponse String) : AuthPlainAttempt in class org.apache.james.imap.processor.AuthenticateProcessor | From | To | |
| Rename Variable authorize_id : String to token1 : String in method private parseDelegationAttempt(initialClientResponse String) : AuthPlainAttempt in class org.apache.james.imap.processor.AuthenticateProcessor | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [user : String, pass : String] to authPlainAttempt : AuthPlainAttempt in method protected doPlainAuth(initialClientResponse String, session ImapSession, tag String, command ImapCommand, responder Responder) : void in class org.apache.james.imap.processor.AuthenticateProcessor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable user : String in method protected doPlainAuth(initialClientResponse String, session ImapSession, tag String, command ImapCommand, responder Responder) : void from class org.apache.james.imap.processor.AuthenticateProcessor | From | To | |
| Extract Method | 1 | ||
| Extract Method private parseDelegationAttempt(initialClientResponse String) : AuthPlainAttempt extracted from protected doPlainAuth(initialClientResponse String, session ImapSession, tag String, command ImapCommand, responder Responder) : void in class org.apache.james.imap.processor.AuthenticateProcessor | From | To |