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