You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (Created) (JIRA)" <ji...@apache.org> on 2011/12/17 17:38:30 UTC

[jira] [Created] (FELIX-3283) Use generics in the Web Console

Use generics in the Web Console
-------------------------------

                 Key: FELIX-3283
                 URL: https://issues.apache.org/jira/browse/FELIX-3283
             Project: Felix
          Issue Type: Task
          Components: Web Console
    Affects Versions: webconsole-3.1.8
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-3.2.0


Now that the web console has source level Java 5 (but still generates Java 1.4 class files) we may make use of generics and enhanced for loops to clean up the 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] [Commented] (FELIX-3283) Use generics in the Web Console

Posted by "Felix Meschberger (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181370#comment-13181370 ] 

Felix Meschberger commented on FELIX-3283:
------------------------------------------

Basically reverted the commit 1215540  in Rev. 1228221. But left the animal sniffer plugin config
                
> Use generics in the Web Console
> -------------------------------
>
>                 Key: FELIX-3283
>                 URL: https://issues.apache.org/jira/browse/FELIX-3283
>             Project: Felix
>          Issue Type: Task
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.2.0
>
>
> Now that the web console has source level Java 5 (but still generates Java 1.4 class files) we may make use of generics and enhanced for loops to clean up the 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] (FELIX-3283) Use generics in the Web Console

Posted by "Felix Meschberger (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3283.
--------------------------------------

    Resolution: Fixed

Implemented Generics and a few foreach loops in Rev. 1215540

Also added the animal sniffer plugin for Java 1.4 to the build to ensure no non-Java 1.4 API is used (actually I found an instance upon adding the plugin ;-) ).
                
> Use generics in the Web Console
> -------------------------------
>
>                 Key: FELIX-3283
>                 URL: https://issues.apache.org/jira/browse/FELIX-3283
>             Project: Felix
>          Issue Type: Task
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.2.0
>
>
> Now that the web console has source level Java 5 (but still generates Java 1.4 class files) we may make use of generics and enhanced for loops to clean up the 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] [Reopened] (FELIX-3283) Use generics in the Web Console

Posted by "Felix Meschberger (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reopened FELIX-3283:
--------------------------------------


After discussion on the dev list [1] caused by reports of Java 7 compiler not supporting Java 1.4 class files with JSR14 generics information [2], I am going to revert the conversion to generics and improved for-loops.

Source and target for the compiler will be set to "1.4".

The animal sniffer plugin use is still a useful thing and will be kept, of course.

[1] http://markmail.org/message/7mrwctfq5nlpfsxv
[2] http://markmail.org/message/qyxi7djc7ujea643
                
> Use generics in the Web Console
> -------------------------------
>
>                 Key: FELIX-3283
>                 URL: https://issues.apache.org/jira/browse/FELIX-3283
>             Project: Felix
>          Issue Type: Task
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.2.0
>
>
> Now that the web console has source level Java 5 (but still generates Java 1.4 class files) we may make use of generics and enhanced for loops to clean up the 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] [Closed] (FELIX-3283) Use generics in the Web Console

Posted by "Felix Meschberger (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3283.
------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: webconsole-3.2.0)

After reverting the generification  this issue is closed as won't fix.
The keep configuration of the animal sniffer plugin is tracked by a new issue FELIX-3298.
                
> Use generics in the Web Console
> -------------------------------
>
>                 Key: FELIX-3283
>                 URL: https://issues.apache.org/jira/browse/FELIX-3283
>             Project: Felix
>          Issue Type: Task
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>
> Now that the web console has source level Java 5 (but still generates Java 1.4 class files) we may make use of generics and enhanced for loops to clean up the 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