JaroslavTulach commented on a change in pull request #2982:
URL: https://github.com/apache/netbeans/pull/2982#discussion_r642510657
##########
File path:
platform/openide.execution/src/org/openide/execution/ExecutionEngine.java
##########
@@ -127,13 +127,14 @@ public ExecutorTask execute(String name, Runnable run,
InputOutput io) {
private RequestProcessor.Task task;
private int resultValue;
private final String name;
- private InputOutput io;
+ private final InputOutput io;
Review comment:
NPE due to memory model!? E.g. it is set, but other thread doesn't see
the value? Interesting.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists