ee085ee65dbe374eb1ebc273305a2e1c11f45b7c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type previous : Serializable to previous : Attribute in method public setAttribute(key String, object Serializable) : Serializable in class org.apache.james.server.core.MailImpl | From | To | |
Extract Method | 1 | ||
Extract Method public attributes(attributes Collection<Attribute>) : Builder extracted from public attributes(attributes Map<String,Serializable>) : Builder in class org.apache.james.server.core.MailImpl.Builder | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type attributes : Map<String,Serializable> to attributes : Map<AttributeName,Attribute> in class org.apache.james.server.core.MailImpl.Builder | From | To | |
Change Attribute Type attributes : Map<String,Object> to attributes : Map<AttributeName,Attribute> in class org.apache.james.server.core.MailImpl | From | To |