romseygeek commented on PR #16138: URL: https://github.com/apache/lucene/pull/16138#issuecomment-4591549930
The backport is failing errorprone checks in 10x (although not on main for some reason?) ``` > Task :lucene:spatial3d:compileTestJava FAILED -- | /opt/buildkite-agent/builds/bk-agent-prod-gcp-1780306213479883048/elastic/apache-lucene-periodic/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.java:29: warning: [NonFinalStaticField] Static fields should almost always be final. | static volatile boolean nonSerializableConstructed = false, | ^ | (see https://errorprone.info/bugpattern/NonFinalStaticField) | /opt/buildkite-agent/builds/bk-agent-prod-gcp-1780306213479883048/elastic/apache-lucene-periodic/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/TestSerializableObjectClassFilter.java:30: warning: [NonFinalStaticField] Static fields should almost always be final. | nonSerializableClassInitialized = false; | ^ | (see https://errorprone.info/bugpattern/NonFinalStaticField) | error: warnings found and -Werror specified | 1 error | 2 warnings ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
