b44d1bfcac3ed6143eb6a2e7448a96fefb0eb483
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 8 | ||
Rename Method public failedEventShouldThrowWhenBothGroupAndEventIdAreNull() : void renamed to public failedEventShouldThrowWhenBothGroupAndInsertionIdAreNull() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.FailedEventContract | From | To | |
Rename Method public allEventIds() : Stream<Event.EventId> renamed to public allInsertionIds() : Stream<EventDeadLetters.InsertionId> in class org.apache.james.mailbox.events.EventDeadLettersContract | From | To | |
Rename Method public removeShouldNotThrowWhenNoMatched() : void renamed to public removeShouldNotThrowWhenNoInsertionIdMatched() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.RemoveContract | From | To | |
Rename Method public failedEventShouldThrowWhenEventIdIsNull() : void renamed to public failedEventShouldThrowWhenInsertionIdIsNull() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.FailedEventContract | From | To | |
Rename Method public storeShouldThrowWhenBothGroupAndEventAreNull() : void renamed to public storeShouldThrowWhenBothGroupAndEventAndInsertionIdAreNull() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.StoreContract | From | To | |
Rename Method public storeShouldIgnoreStoreDuplicatedEventsPerGroup() : void renamed to public storeShouldStoreDuplicatedEventsPerGroupWhenStoreWithDifferentInsertionId() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.StoreContract | From | To | |
Rename Method public removeShouldThrowWhenEventIdIsNull() : void renamed to public removeShouldThrowWhenInsertionIdIsNull() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.RemoveContract | From | To | |
Rename Method public removeShouldThrowWhenBothGroupAndEventIdAreNull() : void renamed to public removeShouldThrowWhenBothGroupAndInsertionIdAreNull() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.RemoveContract | From | To | |
Rename Variable | 2 | ||
Rename Variable storedEventIds : Multimap<Integer,Event.EventId> to storedInsertionIds : Multimap<Integer,EventDeadLetters.InsertionId> in method public storeShouldKeepConsistencyWhenConcurrentStore() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.StoreContract | From | To | |
Rename Variable storedEventIds : ConcurrentHashMap<Integer,Event.EventId> to storedInsertionIds : ConcurrentHashMap<Integer,EventDeadLetters.InsertionId> in method public removeShouldKeepConsistencyWhenConcurrentRemove() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.RemoveContract | From | To | |
Change Return Type | 1 | ||
Change Return Type Stream<Event.EventId> to Stream<EventDeadLetters.InsertionId> in method public allInsertionIds() : Stream<EventDeadLetters.InsertionId> in class org.apache.james.mailbox.events.EventDeadLettersContract | From | To | |
Change Variable Type | 2 | ||
Change Variable Type storedEventIds : Multimap<Integer,Event.EventId> to storedInsertionIds : Multimap<Integer,EventDeadLetters.InsertionId> in method public storeShouldKeepConsistencyWhenConcurrentStore() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.StoreContract | From | To | |
Change Variable Type storedEventIds : ConcurrentHashMap<Integer,Event.EventId> to storedInsertionIds : ConcurrentHashMap<Integer,EventDeadLetters.InsertionId> in method public removeShouldKeepConsistencyWhenConcurrentRemove() : void in class org.apache.james.mailbox.events.EventDeadLettersContract.RemoveContract | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type deadLetters : Multimap<Group,Event> to deadLetters : Table<Group,InsertionId,Event> in class org.apache.james.mailbox.events.MemoryEventDeadLetters | From | To |