c803800dd43439316e64a635271f6dcbe1e93fcd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public serviceShouldThrowWhenAttributeContentIsNotAMap() : void renamed to public serviceShouldThrowWhenAttributeContentIsNotAMapAListOrAString() : void in class org.apache.james.transport.mailets.AmqpForwardAttributeTest | From | To | |
| Rename Method public serviceShouldPublishAttributeContentWhenAttributeInMail() : void renamed to public serviceShouldPublishAttributeContentWhenAttributeInMailAndIsAMap() : void in class org.apache.james.transport.mailets.AmqpForwardAttributeTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type content : Map<String,byte[]> to content : Stream<byte[]> in method private sendContent(content Stream<byte[]>) : void in class org.apache.james.transport.mailets.AmqpForwardAttribute | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<String,byte[]> to Stream<byte[]> in method private getAttributeContent(mail Mail) : Stream<byte[]> in class org.apache.james.transport.mailets.AmqpForwardAttribute | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type content : Map<String,byte[]> to content : Stream<byte[]> in method public service(mail Mail) : void in class org.apache.james.transport.mailets.AmqpForwardAttribute | From | To |