sneh

Results 10 comments of sneh

Hello sir, I was trying to do a PR and the following error is shown- Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (1-check-style) on project fuzzerserver: You have 3 Checkstyle violations....

Sir, import com.graphicsfuzz.server.thrift.FuzzerService; import com.graphicsfuzz.server.thrift.FuzzerServiceManager; import com.graphicsfuzz.server.thrift.GetWorkerNameResult; import com.graphicsfuzz.server.thrift.ImageJob; import com.graphicsfuzz.server.thrift.ImageJobResult; import com.graphicsfuzz.server.thrift.Job; import com.graphicsfuzz.server.thrift.JobStatus; import com.graphicsfuzz.server.thrift.WorkerNameError; These imports are showing errors. There are no maven dependencies for these also....

Hello @KishkinJ10 . Actually I have made a PR on this issue. And some error is happening every time. Can you please some other issue to solve

Sir, I have gone through a lot of java code but everywhere the for loop has i variable used already. Can you please provide an example of what needs to...