You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "bd2019us (JIRA)" <ji...@apache.org> on 2019/03/31 19:18:00 UTC

[jira] [Created] (AXIS2-5952) File.mkdir() may fail and cause crash.

bd2019us created AXIS2-5952:
-------------------------------

             Summary: File.mkdir() may fail and cause crash.
                 Key: AXIS2-5952
                 URL: https://issues.apache.org/jira/browse/AXIS2-5952
             Project: Axis2
          Issue Type: Bug
            Reporter: bd2019us


Locations:

(1) modules/tool/axis2-idea-plugin/src/main/java/org/apache/axis2/tools/wizardframe/WizardFrame.java:409

(2) modules/tool/axis2-idea-plugin/src/main/java/org/apache/axis2/tools/bean/SrcCompiler.java:50

The File.mkdir() method will fail if the parent directory does not exist. In this case, since we cannot ensure the existence of parent directory and we still need to create the directory, the File.mkdirs() should be preferred, which is safe and without any lost. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org