You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a place that is likely a typo. But I found it is used widely in downstream projects, fixing this requires a typo fix tool and some planning. Should we consider fixing it now or put it for a later refactoring?
// wondering putField() would make more sense
public DataEntryBuilder putFiled(String fieldName, Object value) {
Field field = lookupField(fieldName);
payload[field.getIndex()] = value;
return this;
}
The text was updated successfully, but these errors were encountered:
I found a place that is likely a typo. But I found it is used widely in downstream projects, fixing this requires a typo fix tool and some planning. Should we consider fixing it now or put it for a later refactoring?
The text was updated successfully, but these errors were encountered: