Ref: add new static analyser rule: bestpractices.xml/UnusedAssignment
This commit is contained in:
@@ -163,7 +163,7 @@ import java.util.regex.Pattern;
|
||||
gui.status("Rendering");
|
||||
RenderProcess process = getProcessRender();
|
||||
Timer timerOfMaxRenderTime = null;
|
||||
String core_script = "";
|
||||
String core_script;
|
||||
// When sending Ctrl+C to the terminal it also get's sent to all subprocesses e.g. also the render process.
|
||||
// The java program handles Ctrl+C but the renderer quits on Ctrl+C.
|
||||
// This script causes the renderer to ignore Ctrl+C.
|
||||
|
||||
Reference in New Issue
Block a user