Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 77824 invoked from network); 3 Oct 2006 17:45:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 17:45:40 -0000 Received: (qmail 58476 invoked by uid 500); 3 Oct 2006 17:45:38 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 58405 invoked by uid 500); 3 Oct 2006 17:45:38 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 58394 invoked by uid 99); 3 Oct 2006 17:45:38 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 10:45:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:59584] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 1A/96-08153-0C1A2254 for ; Tue, 03 Oct 2006 10:45:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C571F71430D for ; Tue, 3 Oct 2006 10:45:21 -0700 (PDT) Message-ID: <30496372.1159897521806.JavaMail.root@brutus> Date: Tue, 3 Oct 2006 10:45:21 -0700 (PDT) From: "Mario Ivankovits (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Resolved: (VFS-89) Simple misleading documentation In-Reply-To: <17410697.1159881321859.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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 true if this file is writeable, false 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