No objections. All the patches are welcome :) SY, Alexey
2007/3/19, Udovichenko, Nellya <[EMAIL PROTECTED]>:
Hi, I'm working on JIRA HARMONY-1476 <https://issues.apache.org/jira/browse/HARMONY-1476> : [classlib][awt] Some methods of java.awt.geom.Area are not implemented. I'll try to post the patch to the end of March. Any objections? Regards, Nellya. From "Alexey Petrenko (JIRA)" <[EMAIL PROTECTED]> Subject [jira] Created: (HARMONY-1476) Some methods of java.awt.geom.Area are not implemented Date Fri, 15 Sep 2006 12:44:22 GMT Some methods of java.awt.geom.Area are not implemented ------------------------------------------------------ Key: HARMONY-1476 URL: http://issues.apache.org/jira/browse/HARMONY-1476 Project: Harmony Issue Type: Bug Components: Classlib Reporter: Alexey Petrenko 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
