You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/01/14 21:15:54 UTC

[jira] Created: (JCR-2467) Collection parameter of CompactNodeTypeDefWriter#write should be covariant

Collection parameter of CompactNodeTypeDefWriter#write should be covariant
--------------------------------------------------------------------------

                 Key: JCR-2467
                 URL: https://issues.apache.org/jira/browse/JCR-2467
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-spi-commons
    Affects Versions: 2.1.0
            Reporter: Michael Dürig
            Assignee: Michael Dürig
            Priority: Minor


The Collection<QNodeTypeDefinition> parameter of the CompactNodeTypeDefWriter#write methods should have type Collection<? extends QNodeTypeDefinition>. 

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


[jira] Updated: (JCR-2467) Collection parameter of CompactNodeTypeDefWriter#write should be covariant

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-2467:
-------------------------------

    Affects Version/s:     (was: 2.1.0)
        Fix Version/s:     (was: 2.1.0)
                       2.0.0

Merged to the 2.0 branch in revision 900786.

> Collection parameter of CompactNodeTypeDefWriter#write should be covariant
> --------------------------------------------------------------------------
>
>                 Key: JCR-2467
>                 URL: https://issues.apache.org/jira/browse/JCR-2467
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-spi-commons
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The Collection<QNodeTypeDefinition> parameter of the CompactNodeTypeDefWriter#write methods should have type Collection<? extends QNodeTypeDefinition>. 

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


[jira] Resolved: (JCR-2467) Collection parameter of CompactNodeTypeDefWriter#write should be covariant

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved JCR-2467.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Fixed at revision 899391

> Collection parameter of CompactNodeTypeDefWriter#write should be covariant
> --------------------------------------------------------------------------
>
>                 Key: JCR-2467
>                 URL: https://issues.apache.org/jira/browse/JCR-2467
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-spi-commons
>    Affects Versions: 2.1.0
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> The Collection<QNodeTypeDefinition> parameter of the CompactNodeTypeDefWriter#write methods should have type Collection<? extends QNodeTypeDefinition>. 

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