aa8779017b7beffbd21bae396618907f7c948dc8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type textBody : String to textBody : Optional<String> in method public textBody(textBody Optional<String>) : Builder in class org.apache.james.jmap.model.VacationResponse.Builder | From | To | |
| Change Parameter Type textBody : String to textBody : Optional<String> in method private VacationResponse(id String, isEnabled boolean, fromDate Optional<ZonedDateTime>, toDate Optional<ZonedDateTime>, textBody Optional<String>, subject Optional<String>, htmlBody Optional<String>) in class org.apache.james.jmap.model.VacationResponse | From | To | |
| Change Parameter Type textBody : String to textBody : Optional<String> in method private Vacation(isEnabled boolean, fromDate Optional<ZonedDateTime>, toDate Optional<ZonedDateTime>, textBody Optional<String>, subject Optional<String>, htmlBody Optional<String>) in class org.apache.james.jmap.api.vacation.Vacation | From | To | |
| Change Return Type | 2 | ||
| Change Return Type String to Optional<String> in method public getTextBody() : Optional<String> in class org.apache.james.jmap.model.VacationResponse | From | To | |
| Change Return Type String to Optional<String> in method public getTextBody() : Optional<String> in class org.apache.james.jmap.api.vacation.Vacation | From | To | |
| Extract Variable | 1 | ||
| Extract Variable enabled : boolean in method public build() : Vacation from class org.apache.james.jmap.api.vacation.Vacation.Builder | From | To | |
| Change Attribute Type | 5 | ||
| Change Attribute Type textBody : String to textBody : Optional<String> in class org.apache.james.jmap.api.vacation.Vacation.Builder | From | To | |
| Change Attribute Type textBody : String to textBody : Optional<String> in class org.apache.james.jmap.model.VacationResponse.Builder | From | To | |
| Change Attribute Type textBody : String to textBody : Optional<String> in class org.apache.james.jmap.api.vacation.Vacation | From | To | |
| Change Attribute Type isEnabled : boolean to isEnabled : Optional<Boolean> in class org.apache.james.jmap.model.VacationResponse.Builder | From | To | |
| Change Attribute Type textBody : String to textBody : Optional<String> in class org.apache.james.jmap.model.VacationResponse | From | To |