We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If the mode for applying reports is Root Fix only, it will miss injections of @Nullable annotations on impacted parameters.
Root Fix
@Nullable
To Reproduce Have method the flows nullability back to upstream in downstream dependency and have the mode set to Root Fix instead Chain fix.
Chain fix
Expected behavior Annotate impacted parameters in all modes.
Stack trace Not-Applicable.
OS (please complete the following information):
Additional context Not-Applicable.
The text was updated successfully, but these errors were encountered:
resolves #71
acad35b
resolve #71
44afe23
nimakarimipour
Successfully merging a pull request may close this issue.
Describe the bug
If the mode for applying reports is
Root Fix
only, it will miss injections of@Nullable
annotations on impacted parameters.To Reproduce
Have method the flows nullability back to upstream in downstream dependency and have the mode set to
Root Fix
insteadChain fix
.Expected behavior
Annotate impacted parameters in all modes.
Stack trace
Not-Applicable.
OS (please complete the following information):
Additional context
Not-Applicable.
The text was updated successfully, but these errors were encountered: