69487bdf385f0fe8d00f714eeaad56a75297ca61
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type copyBatchSize : int to copyBatchSize : Optional<Integer> in method private BatchSizes(fetchMetadata int, fetchHeaders int, fetchBody int, fetchFull int, copyBatchSize Optional<Integer>, moveBatchSize Optional<Integer>) in class org.apache.james.mailbox.store.BatchSizes | From | To | |
| Change Parameter Type moveBatchSize : int to moveBatchSize : Optional<Integer> in method private BatchSizes(fetchMetadata int, fetchHeaders int, fetchBody int, fetchFull int, copyBatchSize Optional<Integer>, moveBatchSize Optional<Integer>) in class org.apache.james.mailbox.store.BatchSizes | From | To | |
| Change Return Type | 2 | ||
| Change Return Type int to Optional<Integer> in method public getMoveBatchSize() : Optional<Integer> in class org.apache.james.mailbox.store.BatchSizes | From | To | |
| Change Return Type int to Optional<Integer> in method public getCopyBatchSize() : Optional<Integer> in class org.apache.james.mailbox.store.BatchSizes | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type copyBatchSize : int to copyBatchSize : Optional<Integer> in class org.apache.james.mailbox.store.BatchSizes | From | To | |
| Change Attribute Type moveBatchSize : int to moveBatchSize : Optional<Integer> in class org.apache.james.mailbox.store.BatchSizes | From | To |