Avoid creating new process instances

This rule flags Java code that has references to the following methods:

An application that starts an external process might not be portable to cloud platforms. The operating system of the isolated container running the application might vary. Also, the external processes contribute to the overall memory usage of the isolated container and might cause the container to be shut down if the memory limit is exceeded.