Rohan Raj
Rohan Raj
I am on AnnotationUseStyleCheckExamplesTest.java
I will generate Diff reports. First I just wanted to ask whether the change looks good or not?
> Can you clarify where the replace all is you mentioned? I forced pushed the changes but i just saw that pitest-javadoc is failing because new mutation is generating because...
@MANISH-K-07 I think updating those methods which are calling `getNextToken `method with @NonNull annotation can resolve the issue. List of methods : ``` 1. skipDoubleBraceInstInit do `Details.getNextToken(tokenAfterNextToken` -> `Objects.requireNonNull(Details.getNextToken(tokenAfterNextToken))` 2....
    @mernst These are the results i found when I actually configured checker framework in...
Thanks for the help, it works !
@smillst Even after putting this `-ANullnessChecker_lint=trustArrayLenZero` command line . It only recoganises the annotation when placed like this : ``` private static final Configuration @ArrayLen(0) [] EMPTY_CONFIGURATION_ARRAY = new Configuration[0];...
Hey @nicolascollet-aldebarancom , you can use `--remarshal` flag to parse your input manifest. What you are looking for by-default, it has been provided by a flag. May be because of...
@BestChinchilla Suggestion: It seems like the issue could be caused by a race condition between the create and delete policies. One way to confirm this is by applying the policies...
@BestChinchilla We can use some flag values that can notify that only delete when there is this label available. **Create Policy:** Add a `label` or `annotation` when a VPA is...