-
-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
area: bug 🐛Something isn't workingSomething isn't workingstatus: PR doneThe PR to fix this issue is doneThe PR to fix this issue is donetheme: Re-Writer
Description
Example:
public class DateTimeWrapper implements Serializable {
public boolean equals(Object o) {
return !(dateTimeWrapper.getId() == null || getId() == null) &&
Objects.equals(getId(), dateTimeWrapper.getId());
}is printed as:
public class DateTimeWrapper implements Serializable {
public boolean equals(Object o) {
return !(dateTimeWrapper.getId() == null || getId() == null) &&
Objects.equals(getId(), dateTimeWrapper.getId());
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: bug 🐛Something isn't workingSomething isn't workingstatus: PR doneThe PR to fix this issue is doneThe PR to fix this issue is donetheme: Re-Writer