Inspectopedia Help

Portability

Call to 'Runtime.exec()'   New in this release

Reports calls to Runtime.exec() or any of its variants.

Call to 'System.exit()' or related methods   New in this release

Reports calls to System.exit(), Runtime.exit(), and Runtime.halt().

Call to 'System.getenv()'   New in this release

Reports calls to System.getenv().

Hardcoded file separator   New in this release

Reports the forward (/) or backward (\) slash in a string or character literal.

Hardcoded line separator   New in this release

Reports linefeed (\n) and carriage return (\r) character escape sequences used in string literals, character literals or text blocks.

Native method   New in this release

Reports methods declared native.

Use of 'java.lang.ProcessBuilder' class   New in this release

Reports uses of java.lang.ProcessBuilder, 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.

Use of 'sun.*' classes   New in this release

Reports uses of classes from the sun.* hierarchy.

Use of AWT peer class   New in this release

Reports uses of AWT peer classes.

Use of concrete JDBC driver class   New in this release

Reports uses of specific JDBC driver classes.

Last modified: 11 September 2024