Description
The ChangeSet stops collecting paths that are deeper than maxPathDepth. This is to avoid collecting too much detail (and overflow the ChangeSet) given normally filters' includePaths are only a few levels deep.
This information is currently however not yet used by the ChangeSetFilterImpl. This is wrong and must be fixed. At the moment it's not a realistic problem though as the maxPathDepth is 9 and typically filters have include paths of perhaps 2-4. But with ChangeSet merging (OAK-5126) that figure of 9 might come down, so accounting for maxPathDepth in the filter must be done at some point.
Attachments
Issue Links
- is related to
-
OAK-5126 Support ChangeSet merging and serialization
- Closed