813ba84c36f054c82cc1f728b820e3be62dbe2e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute isDebug : boolean to debug : boolean in class org.apache.james.transport.mailets.ToProcessor | From | To | |
| Extract Method | 2 | ||
| Extract Method private isDebug() : boolean extracted from public init() : void in class org.apache.james.transport.mailets.ToProcessor | From | To | |
| Extract Method private setNoticeInErrorMessage(mail Mail) : void extracted from public service(mail Mail) : void in class org.apache.james.transport.mailets.ToProcessor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type noticeText : String to noticeText : Optional<String> in class org.apache.james.transport.mailets.ToProcessor | From | To |