Skip to content
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

Feature Request: to be able to ignore certain missing classes #124

Closed
davidyan74 opened this issue Mar 14, 2016 · 3 comments
Closed

Feature Request: to be able to ignore certain missing classes #124

davidyan74 opened this issue Mar 14, 2016 · 3 comments

Comments

@davidyan74
Copy link

Currently the ignoreMissingClasses feature is a true or false -- either you ignore all missing classes or you don't. How about a feature that allows missing classes that belong to certain packages, or classes whose names match a regexp?

@siom79
Copy link
Owner

siom79 commented Jul 16, 2016

On the develop branch I have added a new configuration option named <ignoreMissingClassesByRegularExpressions/> that allows you to ingore classes by a regular expression.

If you like, you can try it out:

git clone https://github.com/siom79/japicmp.git
cd japicmp
git checkout develop
mvn clean install

@jglick
Copy link

jglick commented Jul 28, 2020

Is this not resolved?

@siom79
Copy link
Owner

siom79 commented Aug 2, 2020

According to the documentation this is resolved (see here). ;)

@siom79 siom79 closed this as completed Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants