-
Notifications
You must be signed in to change notification settings - Fork 7
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
class_info.tsv not being generated and found #256
Comments
@msridhar I was going through some other issues and it looks this issue might be related to an issue you have created #237 Why do I think so? |
@droidchef thanks for all the feedback! I'm at a conference this week along with @nimakarimipour. We should have more time to look in a few days. |
Thanks @msridhar! Looking forward to getting these issues resolved with your and @nimakarimipour's help. |
Hi @droidchef, For example, this: "CONFIG_PATHS": [
{
"NULLAWAY": "config.xml",
"SCANNER": "scanner.xml"
}
] should be: "CONFIG_PATHS": [
{
"NULLAWAY": "/Users/bytedance/workspace/trial/NullAway/config.xml",
"SCANNER": "/Users/bytedance/workspace/trial/NullAway/scanner.xml"
}
] Let me know if this helps! Sorry for the inconveniences, we will update our docs to clarify these and work on #255. Also we are planning to remove |
Thank you @nimakarimipour |
@droidchef Glad it worked 🙂. Closing this issue. |
Describe the bug
I have NullAway configured on my module and getting some errors reported when I build it.
Now I am trying to configure the annotator to annotate the objects in that module.
When the I run the annotator jar, I get an exception stating "class_info.tsv" file is not found.
To Reproduce
Apply NullAway and NullAwayAnnotator to the gradle module and run the annotator jar.
Here is how my target gradle module is configured:
Here is my
config.json
Here is my config.xml
Here is my scanner.xml
Expected behavior
Expecting the Annotator to provide some annotations either as a diff or in place. I am not sure based on the documentation what is supposed to yield so unable to provide exact response for this section since this is my first time trying out this project.
Stack trace
OS (please complete the following information):
Would be happy to answer any followup questions and provide more info if that helps you figure out the issue.
I appreciate this project very much and would be grateful for any support I can get to move past this error. 🙏
The text was updated successfully, but these errors were encountered: