You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Chris Trautwein (JIRA)" <pl...@jakarta.apache.org> on 2005/03/16 14:28:20 UTC

[jira] Created: (PLUTO-118) Java 1.5 Compatibility

Java 1.5 Compatibility
----------------------

         Key: PLUTO-118
         URL: http://issues.apache.org/jira/browse/PLUTO-118
     Project: Pluto
        Type: Improvement
    Versions: 1.0.1-rc2    
    Reporter: Chris Trautwein
    Priority: Minor


The code is not JDK 5.0 compatible. As you might know Java 1.5 has some new keywords. The new keyword enum is often used as an identifier in your code. You just should replace it with an other name and it should work fine.


Affected Java-Classes:
  Container:
    - org.apache.pluto.core.impl.PortletPreferencesImpl
  Portal:
    - org.apache.pluto.portalImpl.om.common.impl.LanguageImpl
  Testsuite:
    - org.apache.pluto.portalImpl.portlet.test.ContextInitParameterTest
    - org.apache.pluto.portalImpl.portlet.test.MiscTest
    - org.apache.pluto.portalImpl.portlet.test.ResourceBundleTest
    - org.apache.pluto.portalImpl.portlet.test.SimpleAttributeTest
    - org.apache.pluto.portalImpl.portlet.test.SimpleParameterTest
    - org.apache.pluto.portalImpl.portlet.test.SimplePreferenceTest



-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (PLUTO-118) Java 1.5 Compatibility

Posted by "David DeWolf (JIRA)" <pl...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-118?page=history ]
     
David DeWolf closed PLUTO-118:
------------------------------

    Resolution: Invalid

Our master repo is subversion not CVS.  CVS contains our history before the SVN conversion.  I've double checked both LanguageImpl and PortletPreferencesImpl and they do not contain enum.

> Java 1.5 Compatibility
> ----------------------
>
>          Key: PLUTO-118
>          URL: http://issues.apache.org/jira/browse/PLUTO-118
>      Project: Pluto
>         Type: Improvement
>     Versions: 1.0.1-rc2
>     Reporter: Chris Trautwein
>     Priority: Minor

>
> The code is not JDK 5.0 compatible. As you might know Java 1.5 has some new keywords. The new keyword enum is often used as an identifier in your code. You just should replace it with an other name and it should work fine.
> Affected Java-Classes:
>   Container:
>     - org.apache.pluto.core.impl.PortletPreferencesImpl
>   Portal:
>     - org.apache.pluto.portalImpl.om.common.impl.LanguageImpl
>   Testsuite:
>     - org.apache.pluto.portalImpl.portlet.test.ContextInitParameterTest
>     - org.apache.pluto.portalImpl.portlet.test.MiscTest
>     - org.apache.pluto.portalImpl.portlet.test.ResourceBundleTest
>     - org.apache.pluto.portalImpl.portlet.test.SimpleAttributeTest
>     - org.apache.pluto.portalImpl.portlet.test.SimpleParameterTest
>     - org.apache.pluto.portalImpl.portlet.test.SimplePreferenceTest

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (PLUTO-118) Java 1.5 Compatibility

Posted by "Chris Trautwein (JIRA)" <pl...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-118?page=comments#action_60972 ]
     
Chris Trautwein commented on PLUTO-118:
---------------------------------------

enum keyword still used in the first two files mentioned above.
CVS Head 2005-03-16 14:00 MEZ

> Java 1.5 Compatibility
> ----------------------
>
>          Key: PLUTO-118
>          URL: http://issues.apache.org/jira/browse/PLUTO-118
>      Project: Pluto
>         Type: Improvement
>     Versions: 1.0.1-rc2
>     Reporter: Chris Trautwein
>     Priority: Minor

>
> The code is not JDK 5.0 compatible. As you might know Java 1.5 has some new keywords. The new keyword enum is often used as an identifier in your code. You just should replace it with an other name and it should work fine.
> Affected Java-Classes:
>   Container:
>     - org.apache.pluto.core.impl.PortletPreferencesImpl
>   Portal:
>     - org.apache.pluto.portalImpl.om.common.impl.LanguageImpl
>   Testsuite:
>     - org.apache.pluto.portalImpl.portlet.test.ContextInitParameterTest
>     - org.apache.pluto.portalImpl.portlet.test.MiscTest
>     - org.apache.pluto.portalImpl.portlet.test.ResourceBundleTest
>     - org.apache.pluto.portalImpl.portlet.test.SimpleAttributeTest
>     - org.apache.pluto.portalImpl.portlet.test.SimpleParameterTest
>     - org.apache.pluto.portalImpl.portlet.test.SimplePreferenceTest

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira