Rohan Raj

Results 49 comments of 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....

![Screenshot from 2024-07-09 06-49-34](https://github.com/typetools/checker-framework/assets/96484809/a1823c54-7c47-4cb3-89ed-3236f910d4db) ![Screenshot from 2024-07-09 06-49-31](https://github.com/typetools/checker-framework/assets/96484809/6bfc3520-00d4-427c-88b9-c86925a39eaf) ![Screenshot from 2024-07-09 06-49-16](https://github.com/typetools/checker-framework/assets/96484809/170eaaa3-5cad-494c-bf90-1d125b8c8d8f) ![Screenshot from 2024-07-09 06-49-09](https://github.com/typetools/checker-framework/assets/96484809/79320dc7-3c78-4f5f-88a8-9a2f59fd06f1) @mernst These are the results i found when I actually configured checker framework in...

@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...