Open augustocarmo opened 1 year ago
Patch and project coverage have no change.
Comparison is base (
f9843c5
) 0.00% compared to head (e7db68b
) 0.00%. Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
New Pull Request Checklist
Issue Description
When a variable used the
safeAttribute(String)
function, thesetValue
(from theSafeParseDelegate
) was not working properly when its name was different from thename
param from the delegate because thename
param was being ignored.Closes: #1200
Approach
Consider the
SafeParseDelegate
'sname
param that is passed via constructor as it's done toParseDelegate
.