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
The isAllowed method in AbstractJsonDiff.java (lines 105-127) contains a TODO comment indicating that the logic is unclear and needs serious documentation. This method implements path eligibility checks for COPY operations but its purpose and numeric comparison logic are not self-evident.
Context
This TODO comment was pre-existing in the original JsonDiff.java on the master branch
Description
The
isAllowedmethod inAbstractJsonDiff.java(lines 105-127) contains a TODO comment indicating that the logic is unclear and needs serious documentation. This method implements path eligibility checks for COPY operations but its purpose and numeric comparison logic are not self-evident.Context
JsonDiff.javaon the master branchAbstractJsonDiff.javaas part of Jackson 3.x supportWhat needs to be documented
References
Location
src/main/java/com/flipkart/zjsonpatch/AbstractJsonDiff.javalines 105-127