d1fdf8bca8b779c0fdc341dfd3dd5656288b0b85
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 62
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type sessionId : SessionId to sessionId : MailboxSession.SessionId in method public create(username String, sessionId MailboxSession.SessionId) : MailboxSession in class org.apache.james.mailbox.MailboxSessionUtil | From | To | |
| Move Method | 2 | ||
| Move Method public create(username String) : MailboxSession from class org.apache.james.mailbox.MailboxSession to public create(username String) : MailboxSession from class org.apache.james.mailbox.MailboxSessionUtil | From | To | |
| Move Method public create(username String, sessionId SessionId) : MailboxSession from class org.apache.james.mailbox.MailboxSession to public create(username String, sessionId MailboxSession.SessionId) : MailboxSession from class org.apache.james.mailbox.MailboxSessionUtil | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private RANDOM : Random from class org.apache.james.mailbox.MailboxSession to private RANDOM : Random from class org.apache.james.mailbox.MailboxSessionUtil | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.james.mailbox.MailboxSessionUtil from class org.apache.james.mailbox.MailboxSession | From | To |