You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Mario Ivankovits (JIRA)" <ji...@apache.org> on 2006/10/03 19:45:21 UTC

[jira] Resolved: (VFS-89) Simple misleading documentation

     [ http://issues.apache.org/jira/browse/VFS-89?page=all ]

Mario Ivankovits resolved VFS-89.
---------------------------------

    Resolution: Fixed

Fixed.

Thanks for reporting it!

> Simple misleading documentation
> -------------------------------
>
>                 Key: VFS-89
>                 URL: http://issues.apache.org/jira/browse/VFS-89
>             Project: Commons VFS
>          Issue Type: Bug
>         Environment: all
>            Reporter: Vincentas Vienozinskis
>            Priority: Trivial
>
> org.apache.commons.vfs.provider.zip.ZipFileObject
>     /**
>      * Returns true if this file is read-only.
>      */
>     public boolean isWriteable()
>     {
>         return false;
>     }
> acording to 
> org.apache.commons.vfs.FileObject
>     /**
>      * Determines if this file can be written to.
>      *
>      * @return <code>true</code> if this file is writeable, <code>false</code> if not.
>      * @throws FileSystemException On error determining if this file exists.
>      */
>     public boolean isWriteable() throws FileSystemException;
> -------------------------------
> Incorrect documentation is often worse than no documentation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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