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

Add support for regex in classes list #66

Open
SainathSharmadha opened this issue Aug 18, 2023 · 0 comments
Open

Add support for regex in classes list #66

SainathSharmadha opened this issue Aug 18, 2023 · 0 comments

Comments

@SainathSharmadha
Copy link

If package list is :
org.apache.abc.def
org.apache.xyz

and classes list is given as :
org.apache.xyz.class1

tool doesn't scan all classes under org.apache.abc.def. To make it work , if I try

package list:
org.apache.abc.def
org.apache.xyz

classes list is:
org.apache.xyz.class1
org.apache.abc.def.*

tool doesn't recogonize org.apache.abc.def.* as it looks for exact match and not regex. Since list of classes under org.apache.abc.def are huge , specifying all classes is a pain

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

1 participant