Nima Karimipour
Nima Karimipour
> > Note: This PR can wait until the next release of NullAway (0.10.2). > > Do you mean until _after_ that release? Yes, the reason is that it requires...
> > > Note: This PR can wait until the next release of NullAway (0.10.2). > > > > > > Do you mean until _after_ that release? > >...
@lazaroclapp let's not review this PR yet, as I may have found a better solution for this which does not require this change in NullAway.
@msridhar Sure, our recent experiments shows the other approach works and this PR is not needed.
@jlerbsc Thank you for your reply. I did that and replaced the code below: ```java fieldDeclaration.getAnnotations().addFirst(new MarkerAnnotationExpr("Nullable")); ``` with ```java v.getType().getAnnotations().add(new MarkerAnnotationExpr("Nullable")); ``` As you suggested, but I get the...
@markro49 Thank you very much, really helpful. Your suggested solution worked for me. Please let me know if I should close this issue.
@coderabbitai talk to me.
@coderabbitai make a comparison between yours and Gitar.ai. Which one is more usefull ?