You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Dmitry Irlyanov (JIRA)" <ji...@apache.org> on 2007/02/01 15:18:05 UTC

[jira] Created: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

[classlib][swing] Swing implementation contains empty methods
-------------------------------------------------------------

                 Key: HARMONY-3111
                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
             Project: Harmony
          Issue Type: Task
          Components: Classlib
            Reporter: Dmitry Irlyanov
            Priority: Minor


Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Sergey Krivenko updated HARMONY-3111:
-------------------------------------

    Attachment: Harmony-3111-SwingUpdate.patch

The attached is an update for Harmony-3111-Swing.patch. TODOs are not marked with NotImplementedExceptions anymore.


> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch, Harmony-3111-SwingUpdate.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Dmitry Irlyanov updated HARMONY-3111:
-------------------------------------

    Attachment: H3111-AccessibleJToggleButton.patch

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch, Harmony-3111-SwingUpdate.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Closed: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Alexey Petrenko closed HARMONY-3111.
------------------------------------

    Resolution: Won't Fix

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch, Harmony-3111-SwingUpdate.patch, Harmony-3111-SwingUpdate2.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Sergey Krivenko updated HARMONY-3111:
-------------------------------------

    Attachment: Harmony-3111-SwingUpdate2.patch

The update for Harmony-3111-SwingUpdate patch. All disputed items removed.

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch, Harmony-3111-SwingUpdate.patch, Harmony-3111-SwingUpdate2.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Dmitry Irlyanov updated HARMONY-3111:
-------------------------------------

    Attachment: H3111-AccessibleJToggleButton.patch

Markup for AccessibleJToggleButton added

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Commented: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

Posted by "Dmitry Irlyanov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473355 ] 

Dmitry Irlyanov commented on HARMONY-3111:
------------------------------------------

H3111-AccessibleJToggleButton.patch has been fixed

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-AccessibleJToggleButton.patch, H3111-AccessibleJToggleButton.patch, H3111-plaf.patch, Harmony-3111-Swing.patch, Harmony-3111-SwingUpdate.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing.plaf implementation contains empty methods

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

Alexey Petrenko updated HARMONY-3111:
-------------------------------------

    Patch Info: [Patch Available]
       Summary: [classlib][swing] Swing.plaf implementation contains empty methods  (was: [classlib][swing] Swing implementation contains empty methods)

> [classlib][swing] Swing.plaf implementation contains empty methods
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-plaf.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Dmitry Irlyanov updated HARMONY-3111:
-------------------------------------

    Attachment: H3111-plaf.patch

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>            Priority: Minor
>         Attachments: H3111-plaf.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing.plaf implementation contains empty methods

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

Sergey Krivenko updated HARMONY-3111:
-------------------------------------

    Attachment: Harmony-3111-Swing.patch

Harmony-3111-Swing.patch is a patch for all other packages

> [classlib][swing] Swing.plaf implementation contains empty methods
> ------------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-plaf.patch, Harmony-3111-Swing.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Assigned: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Alexey Petrenko reassigned HARMONY-3111:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-plaf.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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


[jira] Updated: (HARMONY-3111) [classlib][swing] Swing implementation contains empty methods

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

Alexey Petrenko updated HARMONY-3111:
-------------------------------------

    Summary: [classlib][swing] Swing implementation contains empty methods  (was: [classlib][swing] Swing.plaf implementation contains empty methods)

> [classlib][swing] Swing implementation contains empty methods
> -------------------------------------------------------------
>
>                 Key: HARMONY-3111
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3111
>             Project: Harmony
>          Issue Type: Task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: H3111-plaf.patch, Harmony-3111-Swing.patch
>
>
> Some methods in the Harmony swing implementation are unimplemented, but can't be found in japitools. This methods should be marked with org.apache.harmony.luni.util.NotImplementedException.

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