Files
openide/java/java-impl/resources/inspectionDescriptions/UseOfProcessBuilder.html
2025-02-05 04:43:28 +00:00

9 lines
284 B
HTML

<html>
<body>
Reports uses of <code>java.lang.ProcessBuilder</code>,
which might be unportable between operating systems because
paths to executables, environment variables, command-line arguments and
their escaping might vary depending on the OS.
<!-- tooltip end -->
</body>
</html>