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

Request for method annotation in the method signature #37

Open
andersjanmyr opened this issue Oct 6, 2016 · 0 comments
Open

Request for method annotation in the method signature #37

andersjanmyr opened this issue Oct 6, 2016 · 0 comments

Comments

@andersjanmyr
Copy link

I'd like to use dex-method-list to find all the test methods in my apk. Our tests, unfortunately, don't follow a convention that I can use to parse them out, instead we rely on @Test annotations.

It would be very nice if the annotations of the method could be available, perhaps behind an option.

I tried to implement this myself, but I got stuck with the DEX file format and did not get the correct annotations out. Here is my WIP

https://github.com/andersjanmyr/dex-method-list/blob/add_annotations_methods/src/main/kotlin/com/jakewharton/dex/DexMethods.kt#L103-L126

If you can give me a pointer in the right direction, I would very much appreciate it.

Goooler pushed a commit to Goooler/diffuse that referenced this issue Sep 10, 2022
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