-
Notifications
You must be signed in to change notification settings - Fork 107
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
Method exclusion doesn't work #157
Comments
Thanks for reporting. I used regular expressions for exclude matching but did not escape the dollar sign in inner classes. Resolved on |
Thanks a lot for looking into the issue so quickly! Looking forward to the 0.9.4 release. |
Meanwhile you can escape the dollar sign in your exclude: '$'. |
Thanks for the fast response! |
Released with 0.9.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In our Japicmp config, we have the following exclude:
As you can see from the report, the exclude is understood by the plugin, but still, the method (with the exact same signature) is marked as missing.
http://people.apache.org/~rmetzger/japicmp.html
This is the branch were the error is happening: https://github.com/rmetzger/flink/tree/agg_follow_ups
The text was updated successfully, but these errors were encountered: