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

Remove URI serialization for classes coming from .class files from fix serialization code #752

Merged
merged 2 commits into from Mar 31, 2023

Conversation

nimakarimipour
Copy link
Contributor

@nimakarimipour nimakarimipour commented Mar 24, 2023

This PR partially resolves #716 by removing URI serialization for classes coming from .class files in all serializations.

In Annotator all serialized paths in downstream dependencies analysis phase, are neglected and retrieved from internal data structure of Annotator. Please see Github

I tested Annotator with a local snapshot of NullAway with latest changes in this PR and I did not see any problem.

#716 is partially resolved since it requires updating path constructions in tests as well, which I will work on it on a separate PR.

Copy link
Collaborator

@msridhar msridhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM but @lazaroclapp you should probably take a quick look in case I missed something

@msridhar
Copy link
Collaborator

Going to land this as it looks pretty safe. We can revert if some issue is spotted

@msridhar msridhar enabled auto-merge (squash) March 31, 2023 16:10
@msridhar msridhar merged commit abac2ae into uber:master Mar 31, 2023
7 checks passed
msridhar added a commit to msridhar/NullAway that referenced this pull request Jul 18, 2023
msridhar added a commit to msridhar/NullAway that referenced this pull request Jul 18, 2023
msridhar added a commit to msridhar/NullAway that referenced this pull request Jul 19, 2023
msridhar added a commit to msridhar/NullAway that referenced this pull request Jul 19, 2023
msridhar added a commit to msridhar/NullAway that referenced this pull request Jul 19, 2023
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

Successfully merging this pull request may close these issues.

Remove URI serialization for classes coming from .class files from fix serialization code.
2 participants