You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Created) (JIRA)" <ji...@apache.org> on 2011/11/18 16:22:53 UTC

[jira] [Created] (VFS-389) Use variable argument list in FileSystemException instead of Object[]

Use variable argument list in FileSystemException instead of Object[]
---------------------------------------------------------------------

                 Key: VFS-389
                 URL: https://issues.apache.org/jira/browse/VFS-389
             Project: Commons VFS
          Issue Type: New Feature
    Affects Versions: 2.0
         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Maven home: C:\Java\apache-maven-3.0.3\bin\..
Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_29\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
            Reporter: Gary D. Gregory
             Fix For: Nightly Builds


h3. Replace

{code:java}
org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[])
{code}

with:

{code:java}
org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object...)
{code}

This is a binary compatible change.

h3. Add

{code:java}
org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Throwable, Object...)
{code}

and deprecate:

{code:java}
org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[], Throwable)
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (VFS-389) Use variable argument lists in FileSystemException instead of Object[]s

Posted by "Gary D. Gregory (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated VFS-389:
--------------------------------

    Summary: Use variable argument lists in FileSystemException instead of Object[]s  (was: Use variable argument list in FileSystemException instead of Object[])
    
> Use variable argument lists in FileSystemException instead of Object[]s
> -----------------------------------------------------------------------
>
>                 Key: VFS-389
>                 URL: https://issues.apache.org/jira/browse/VFS-389
>             Project: Commons VFS
>          Issue Type: New Feature
>    Affects Versions: 2.0
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: C:\Java\apache-maven-3.0.3\bin\..
> Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_29\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>             Fix For: Nightly Builds
>
>
> h3. Replace
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[])
> {code}
> with:
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object...)
> {code}
> This is a binary compatible change.
> h3. Add
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Throwable, Object...)
> {code}
> and deprecate:
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[], Throwable)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (VFS-389) Use variable argument lists in FileSystemException instead of Object[]s

Posted by "Gary D. Gregory (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved VFS-389.
---------------------------------

    Resolution: Fixed
      Assignee: Gary D. Gregory

Committed revision 1203691.
                
> Use variable argument lists in FileSystemException instead of Object[]s
> -----------------------------------------------------------------------
>
>                 Key: VFS-389
>                 URL: https://issues.apache.org/jira/browse/VFS-389
>             Project: Commons VFS
>          Issue Type: New Feature
>    Affects Versions: 2.0
>         Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
> Maven home: C:\Java\apache-maven-3.0.3\bin\..
> Java version: 1.6.0_29, vendor: Sun Microsystems Inc.
> Java home: C:\Program Files\Java\jdk1.6.0_29\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Gary D. Gregory
>            Assignee: Gary D. Gregory
>             Fix For: Nightly Builds
>
>
> h3. Replace
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[])
> {code}
> with:
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object...)
> {code}
> This is a binary compatible change.
> h3. Add
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Throwable, Object...)
> {code}
> and deprecate:
> {code:java}
> org.apache.commons.vfs2.FileSystemException.FileSystemException(String, Object[], Throwable)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira