You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/06/13 17:07:26 UTC

[jira] Resolved: (HARMONY-1476) [classlib][awt] Some methods of java.awt.geom.Area are not implemented

     [ https://issues.apache.org/jira/browse/HARMONY-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov resolved HARMONY-1476.
--------------------------------------

    Resolution: Fixed

Thanks Nellya, updated patch was applied at the revision 546906.Please verify it was applied as expected.

> [classlib][awt] Some methods of java.awt.geom.Area are not implemented
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-1476
>                 URL: https://issues.apache.org/jira/browse/HARMONY-1476
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Petrenko
>            Assignee: Alexei Zakharov
>         Attachments: H-1476-AreaImpl-updated.patch, H-1476-AreaImpl.patch, H-1476-AreaTest.patch
>
>
> Some methods of java.awt.geom.Area are not implemented and throws RuntimeException with "Not implemented" message
> Here is the list:
> boolean equals(Area obj)
> void add(Area area)
> void exclusiveOr(Area area)
> void subtract(Area area)
> boolean isEmpty()
> boolean isPolygonal()
> boolean isRectangular()
> boolean isSingular()
> void reset()

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