416e31088b8abf262f07e87274db11c97ee13ce5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public removeQuotaShouldThrowIfRepositoryDoesNotHaveQuota() : void renamed to public removeQuotaShouldNotThrowIfRepositoryDoesNotHaveQuota() : void in class org.apache.james.sieverepository.lib.AbstractSieveRepositoryTest | From | To | |
Change Return Type | 2 | ||
Change Return Type CompletableFuture<Boolean> to CompletableFuture<Void> in method public removeQuota() : CompletableFuture<Void> in class org.apache.james.sieve.cassandra.CassandraSieveQuotaDAO | From | To | |
Change Return Type CompletableFuture<Boolean> to CompletableFuture<Void> in method public removeQuota(user String) : CompletableFuture<Void> in class org.apache.james.sieve.cassandra.CassandraSieveQuotaDAO | From | To |