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:27:00 UTC

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

     [ https://issues.apache.org/jira/browse/AXIS2-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bd2019us updated AXIS2-5952:
----------------------------
    Attachment: 1.patch

> 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
>            Priority: Major
>         Attachments: 1.patch
>
>
> 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