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/06/12 02:37:14 UTC

[jira] Created: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

remove NotImplementedException marker for few methods that have been implemented
--------------------------------------------------------------------------------

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

JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them.

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


[jira] Commented: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Hudson commented on HARMONY-6550:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #850 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/850/])
    Apply patch for HARMONY-6550 (remove NotImplementedException marker for few methods that have been implemented)


> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 
> The constructors are as following:
> public IIOServiceProvider()
> protected ImageInputStreamSpi()
> protected ImageOutputStreamSpi()
> protected ImageReaderSpi()
> protected ImageWriterSpi()

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


[jira] Updated: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Lang Yang updated HARMONY-6550:
-------------------------------

    Description: 
JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 

The constructors are as following:
public IIOServiceProvider()
protected ImageInputStreamSpi()
protected ImageOutputStreamSpi()
protected ImageReaderSpi()
protected ImageWriterSpi()

  was:JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them.


> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 
> The constructors are as following:
> public IIOServiceProvider()
> protected ImageInputStreamSpi()
> protected ImageOutputStreamSpi()
> protected ImageReaderSpi()
> protected ImageWriterSpi()

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


[jira] Assigned: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Tim Ellison reassigned HARMONY-6550:
------------------------------------

    Assignee: Tim Ellison

> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 
> The constructors are as following:
> public IIOServiceProvider()
> protected ImageInputStreamSpi()
> protected ImageOutputStreamSpi()
> protected ImageReaderSpi()
> protected ImageWriterSpi()

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


[jira] Resolved: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Tim Ellison resolved HARMONY-6550.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang.

Patch applied to imageio module at repo revision r954519.

Please verify it was applied as you expected.


> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 
> The constructors are as following:
> public IIOServiceProvider()
> protected ImageInputStreamSpi()
> protected ImageOutputStreamSpi()
> protected ImageReaderSpi()
> protected ImageWriterSpi()

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


[jira] Updated: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Lang Yang updated HARMONY-6550:
-------------------------------

    Attachment: HARMONY-6550.diff

> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them.

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


[jira] Closed: (HARMONY-6550) remove NotImplementedException marker for few methods that have been implemented

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

Lang Yang closed HARMONY-6550.
------------------------------


> remove NotImplementedException marker for few methods that have been implemented
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6550
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6550
>             Project: Harmony
>          Issue Type: Sub-task
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6550.diff
>
>
> JDoc indicates that these constructors are only supposed to construct a blank instance. NotImplementedException marker should be removed from them. 
> The constructors are as following:
> public IIOServiceProvider()
> protected ImageInputStreamSpi()
> protected ImageOutputStreamSpi()
> protected ImageReaderSpi()
> protected ImageWriterSpi()

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