OpenVmsProcessingEnvironment.createProcEnvironment() is synchronized but
overrides unsynch method
-------------------------------------------------------------------------------------------------
Key: EXEC-37
URL: https://issues.apache.org/jira/browse/EXEC-37
Project: Commons Exec
Issue Type: Bug
Reporter: Sebb
Priority: Minor
OpenVmsProcessingEnvironment.createProcEnvironment() is synchronized but
overrides unsynchronized method.
It should probably be made unsynchronized, since it should only be called via
DefaultProcessingEnvironment.getProcEnvironment() which is synchronized.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.