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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to