in src/main/java/org/apache/sling/feature/diff/impl/FrameworkPropertiesComparator.java [32:34]
public void computeDiff(Feature previous, Feature current, Feature target) {
computeDiff(previous.getFrameworkProperties(), current.getFrameworkProperties(), target);
}