News

Exception in thread "main" java.lang.NullPointerException at fr.inria.spirals.repairnator.scanner.Launcher.processOutput (Launcher.java:193) at fr.inria.spirals ...
There is NullPointerException problem. The lack of a null check when calling the future (future.thenAccept line 288 handleRequest() in RemoteEndpoint.java ) has led to a null pointer exception. My ...