Re: Spotbugs issue on project I did not modify

2021-07-07 Thread Matthew Ouyang
Thank you for the confirmation Alexey. It worked out. On Wed, Jul 7, 2021 at 6:03 AM Alexey Romanenko wrote: > Yes, rebasing against HEAD is almost always a good idea. I did run locally > “./gradlew :sdks:java:harness:check” (which includes “spotbugs" check) > against current HEAD and there is

Re: Spotbugs issue on project I did not modify

2021-07-07 Thread Alexey Romanenko
Yes, rebasing against HEAD is almost always a good idea. I did run locally “./gradlew :sdks:java:harness:check” (which includes “spotbugs" check) against current HEAD and there is no issue with spotbugsMain task. — Alexey > On 7 Jul 2021, at 04:28, Matthew Ouyang wrote: > > I get the followi

Spotbugs issue on project I did not modify

2021-07-06 Thread Matthew Ouyang
I get the following spotbugs failure after running spotlessApply on a project that I did not modify and cannot reproduce in a Windows 10 environment. I am also unable to see the particular failure being cited because a file local to the machine the build ran on is being referenced. What confuses