You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jesse Glick (JIRA)" <ji...@codehaus.org> on 2012/07/17 22:40:21 UTC

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Jesse Glick created MNG-5313:
--------------------------------

             Summary: Unnecessary DefaultModelBuilder.build overload
                 Key: MNG-5313
                 URL: https://jira.codehaus.org/browse/MNG-5313
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Bootstrap & Build
    Affects Versions: 3.0.4
            Reporter: Jesse Glick
            Priority: Trivial
         Attachments: DefaultModelBuilder.diff

Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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

        

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-5313:
-------------------------------

    Fix Version/s: 3.0.5
    
> Unnecessary DefaultModelBuilder.build overload
> ----------------------------------------------
>
>                 Key: MNG-5313
>                 URL: https://jira.codehaus.org/browse/MNG-5313
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.0.4
>            Reporter: Jesse Glick
>            Assignee: Jason van Zyl
>            Priority: Trivial
>             Fix For: 3.0.5
>
>         Attachments: DefaultModelBuilder.diff
>
>
> Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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

        

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl reopened MNG-5313:
--------------------------------

    
> Unnecessary DefaultModelBuilder.build overload
> ----------------------------------------------
>
>                 Key: MNG-5313
>                 URL: https://jira.codehaus.org/browse/MNG-5313
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.0.4
>            Reporter: Jesse Glick
>            Assignee: Jason van Zyl
>            Priority: Trivial
>             Fix For: 3.0.5
>
>         Attachments: DefaultModelBuilder.diff
>
>
> Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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

        

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-5313.
------------------------------

    Resolution: Fixed
    
> Unnecessary DefaultModelBuilder.build overload
> ----------------------------------------------
>
>                 Key: MNG-5313
>                 URL: https://jira.codehaus.org/browse/MNG-5313
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.0.4
>            Reporter: Jesse Glick
>            Assignee: Jason van Zyl
>            Priority: Trivial
>             Fix For: 3.0.5
>
>         Attachments: DefaultModelBuilder.diff
>
>
> Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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

        

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl reassigned MNG-5313:
----------------------------------

    Assignee: Jason van Zyl
    
> Unnecessary DefaultModelBuilder.build overload
> ----------------------------------------------
>
>                 Key: MNG-5313
>                 URL: https://jira.codehaus.org/browse/MNG-5313
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.0.4
>            Reporter: Jesse Glick
>            Assignee: Jason van Zyl
>            Priority: Trivial
>         Attachments: DefaultModelBuilder.diff
>
>
> Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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

        

[jira] (MNG-5313) Unnecessary DefaultModelBuilder.build overload

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-5313.
------------------------------

    Resolution: Fixed

Patch applied. Thanks.
                
> Unnecessary DefaultModelBuilder.build overload
> ----------------------------------------------
>
>                 Key: MNG-5313
>                 URL: https://jira.codehaus.org/browse/MNG-5313
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Bootstrap & Build
>    Affects Versions: 3.0.4
>            Reporter: Jesse Glick
>            Assignee: Jason van Zyl
>            Priority: Trivial
>         Attachments: DefaultModelBuilder.diff
>
>
> Noticed while investigating MNG-5312: {{Collection<String> importIds}} is unused by {{build}} so there is no need for a special overload to receive it.

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