You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2009/09/12 22:03:57 UTC

[jira] Created: (SANSELAN-29) SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)

SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)
--------------------------------------------------------------------------------------------------------------

                 Key: SANSELAN-29
                 URL: https://issues.apache.org/jira/browse/SANSELAN-29
             Project: Commons Sanselan
          Issue Type: Bug
            Reporter: Sebb


SanselanGuessFormatTest & SanselanTestConstants use the Java 1.5 method String.replace(CharSequence target, CharSequence replacement); however pom.xml says that the code is intended for Java 1.4.

These are the only Java 1.5 methods currently.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SANSELAN-29) SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)

Posted by "Charles Matthew Chen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANSELAN-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Matthew Chen resolved SANSELAN-29.
------------------------------------------

    Resolution: Fixed

Fixed this issue with revisions 814232 & 814232.
Just switched from developing on Windows to a MacBook Pro.  Eclipse on Mac doesn't enforce the 1.4 source compatibility if you don't have a 1.4 jre installed, and Mac 1.4 JDK won't install on Snow Leopard.  Is there a workaround for this issue?
Thanks for catching this, Sebb.


> SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SANSELAN-29
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-29
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Sebb
>
> SanselanGuessFormatTest & SanselanTestConstants use the Java 1.5 method String.replace(CharSequence target, CharSequence replacement); however pom.xml says that the code is intended for Java 1.4.
> These are the only Java 1.5 methods currently.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SANSELAN-29) SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANSELAN-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754619#action_12754619 ] 

Sebb commented on SANSELAN-29:
------------------------------

You may be able to unpack a copy of the 1.4 class libraries and use those with Eclipse.

> SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SANSELAN-29
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-29
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Sebb
>
> SanselanGuessFormatTest & SanselanTestConstants use the Java 1.5 method String.replace(CharSequence target, CharSequence replacement); however pom.xml says that the code is intended for Java 1.4.
> These are the only Java 1.5 methods currently.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SANSELAN-29) SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)

Posted by "Joerg Schaible (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANSELAN-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754625#action_12754625 ] 

Joerg Schaible commented on SANSELAN-29:
----------------------------------------

The animal-sniffer-maven-plugin can help here in future (http://thread.gmane.org/gmane.comp.java.maven-plugins.mojo.devel/19023).

> SanselanGuessFormatTest & SanselanTestConstants use Java 1.5 method String.replace(CharSequence, CharSequence)
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SANSELAN-29
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-29
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Sebb
>
> SanselanGuessFormatTest & SanselanTestConstants use the Java 1.5 method String.replace(CharSequence target, CharSequence replacement); however pom.xml says that the code is intended for Java 1.4.
> These are the only Java 1.5 methods currently.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.