-
Notifications
You must be signed in to change notification settings - Fork 30
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
Ljava/lang/annotation/Inherited; annotation is not found in the test output #37
Comments
This was referenced Apr 5, 2019
Thanks for the report! We'll take a look and get back to you. |
Thanks! I have an idea as to what is causing this, going to take a look next week. @gtroshin if you could provide a sample apk to repro with, that would be useful in verifying the fix. |
Malinskiy
pushed a commit
to Malinskiy/dex-test-parser
that referenced
this issue
Apr 19, 2019
inheritance if the annotation is not found in the classpath Fixes linkedin#37
kkoser
pushed a commit
that referenced
this issue
Apr 19, 2019
inheritance if the annotation is not found in the classpath Fixes #37
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating Flank to use
dex-test parser 2.1.0
@gtroshin reported this crash.Flank is calling
findTestMethods
which fails. I think this is a bug index-test-parser
Here's the full stack trace:Flank/flank#538
The text was updated successfully, but these errors were encountered: