You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Lang Yang (JIRA)" <ji...@apache.org> on 2010/05/22 05:24:16 UTC

[jira] Created: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
-------------------------------------------------------------------------------------

                 Key: HARMONY-6518
                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
             Project: Harmony
          Issue Type: Sub-task
          Components: Classlib
            Reporter: Lang Yang
         Attachments: patch.diff

Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)

Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Updated: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Lang Yang updated HARMONY-6518:
-------------------------------

    Attachment:     (was: patch.diff)

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Commented: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877480#action_12877480 ] 

Hudson commented on HARMONY-6518:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #840 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/840/])
    Apply patch for HARMONY-6518 (Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class))


> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Commented: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877470#action_12877470 ] 

Alexei Fedotov commented on HARMONY-6518:
-----------------------------------------

Tim, JFYI, I'm currently applying HARMONY-6507. 

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Commented: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

Posted by "Lang Yang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877481#action_12877481 ] 

Lang Yang commented on HARMONY-6518:
------------------------------------

Thanks Tim. It was applied as expected. 

Also thanks for that tip, I saw that expression several times in the existing implementation, so thought it's ok to use it. Anyway, as you have mentioned, I will follow the established style :)

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Assigned: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Tim Ellison reassigned HARMONY-6518:
------------------------------------

    Assignee: Tim Ellison

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Updated: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Lang Yang updated HARMONY-6518:
-------------------------------

    Attachment: HARMONY-6518.diff

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Commented: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877490#action_12877490 ] 

Hudson commented on HARMONY-6518:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #28 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/28/])
    Apply patch for HARMONY-6518 (Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class))


> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Resolved: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Tim Ellison resolved HARMONY-6518.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang.

Patch applied to imageio module at repo revision r953364.

Please check it was applied as you expected.

p.s. we tend to use (foo == null) rather than the other way around, though I understand why you may do it that way.  Better to follow the established style, and in any case removeProvider(Object,Class) has it both ways round!


> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Updated: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Lang Yang updated HARMONY-6518:
-------------------------------

    Attachment: patch.diff

> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>         Attachments: patch.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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


[jira] Closed: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

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

Lang Yang closed HARMONY-6518.
------------------------------


> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

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