-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make use of _matchCount
in FilteringParserDelegate
#208
Comments
Had a quick look to try to see how easy it would be to add this, and my head is hurting now. Code gets complicated pretty quickly, and although some aspects (zero vs some matches) would be doable, it gets tricky to properly update it with sub-tree matches. So I'll need to spend more time at some point to do it right. |
@cowtowncoder I gave it a try. Please have a look. |
@rfoltyns Could you create a Pull Request for this? |
Sure. Done. I had to remove a couple of tests after 330 revert, but it still does the job. |
…count #208 FilteringParserDelegate match count support
_matchCount
in FilteringParserDelegate
Currently, it looks like that the _matchCount attribute in FilteringGeneratorDelegate is not utilised (i.e. no value is assigned to this variable). Re. the documentation this attribute offers some useful functionality. So it would be nice, if it could be implemented properly. See https://groups.google.com/d/msg/jackson-user/VzZ94G9hvrs/JGFozl6lCQAJ
The text was updated successfully, but these errors were encountered: