aromanenko-dev commented on PR #17111: URL: https://github.com/apache/beam/pull/17111#issuecomment-1164672005
@Lizzfox `Java PreCommit` job fails because of this: ``` 18:41:01 > Task :sdks:java:io:sparkreceiver:compileJava 18:41:01 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/io/sparkreceiver/src/main/java/org/apache/beam/sdk/io/sparkreceiver/ReceiverBuilder.java:84: error: [dereference.of.nullable] dereference of possibly-null reference currentConstructor 18:41:01 currentConstructor.setAccessible(true); ``` Could you fix it? You can text it locally with this command: ``` ./gradlew :sdks:java:io:sparkreceiver:check ``` -- 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]
