You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Pavlenko (JIRA)" <ji...@apache.org> on 2007/10/10 09:34:50 UTC

[jira] Created: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

[classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
------------------------------------------------------------------------

                 Key: HARMONY-4920
                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Andrey Pavlenko


According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Commented: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Andrey Pavlenko commented on HARMONY-4920:
------------------------------------------

The patch has been applied as expected. Thx.

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>            Assignee: Alexei Zakharov
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Resolved: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Alexei Zakharov resolved HARMONY-4920.
--------------------------------------

    Resolution: Fixed

Thanks Andrey, the was applied at the revision 584812. Please verify it was applied as expected. 

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>            Assignee: Alexei Zakharov
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Closed: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Alexei Zakharov closed HARMONY-4920.
------------------------------------


THe fix was verified by Andrey. Issue closed.

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>            Assignee: Alexei Zakharov
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Assigned: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Alexei Zakharov reassigned HARMONY-4920:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>            Assignee: Alexei Zakharov
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Updated: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Andrey Pavlenko updated HARMONY-4920:
-------------------------------------

    Patch Info: [Patch Available]

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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


[jira] Updated: (HARMONY-4920) [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults

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

Andrey Pavlenko updated HARMONY-4920:
-------------------------------------

    Attachment: HARMONY-4920-Graphics2DTest.patch
                HARMONY-4920-CommonGraphics2D.patch

This patch fixes the issue

> [classlib][awt] Graphics2D.setRenderingHints() does not restore defaults
> ------------------------------------------------------------------------
>
>                 Key: HARMONY-4920
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4920
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrey Pavlenko
>         Attachments: HARMONY-4920-CommonGraphics2D.patch, HARMONY-4920-Graphics2DTest.patch
>
>
> According to the spec the method setRenderingHints() should restore the default hints but not just clear existing. See HARMONY-4799 for more details.

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