From dev-return-25167-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Mon Mar 19 15:49:37 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 32510 invoked from network); 19 Mar 2007 15:49:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2007 15:49:37 -0000 Received: (qmail 8636 invoked by uid 500); 19 Mar 2007 15:49:42 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 8612 invoked by uid 500); 19 Mar 2007 15:49:42 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 8603 invoked by uid 99); 19 Mar 2007 15:49:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 08:49:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.a.petrenko@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 08:49:31 -0700 Received: by an-out-0708.google.com with SMTP id b2so1277028ana for ; Mon, 19 Mar 2007 08:49:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ifP6FzRQWeQcWexZs4KUbwXMe9BAp4O4N9wklloTW3EQR3ekPq1QIwJvLn7Ob7iyuA5KZzrXl6D/+yCIfqmhKx+INAO6HpSJedZ/cRcSHX9fEZkVD8PX40iDnmZcOWFP/vCRY5knxlvROdkSD7glXf+ZHh6apYB1pFjS3r6DClg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t7xz7BwhliIvd/rTer9pz4Fw++lxSjDQxvN2zqjEzaNFlUQAf1+QaKwYYBatkr/lOi2dNqsRxRFobRUTXMjoJW8rYKvCsG6diaGVIvnlPIAa6Bgor9AAuwq7TTjtt8IuSJorEMJwqUhTBCgGF8tLAFxIWezFkXFEbPqKDOTfypc= Received: by 10.100.135.16 with SMTP id i16mr3847881and.1174319350020; Mon, 19 Mar 2007 08:49:10 -0700 (PDT) Received: by 10.114.120.5 with HTTP; Mon, 19 Mar 2007 08:49:09 -0700 (PDT) Message-ID: Date: Mon, 19 Mar 2007 18:49:09 +0300 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [jira] Commented: (HARMONY-1476) [classlib][awt] Some methods of java.awt.geom.Area are not implemented In-Reply-To: <3D8E84095C6A524A985B787423094E40CC7363@mssmsx411> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3D8E84095C6A524A985B787423094E40CC7363@mssmsx411> X-Virus-Checked: Checked by ClamAV on apache.org No objections. All the patches are welcome :) SY, Alexey 2007/3/19, Udovichenko, Nellya : > Hi, > > I'm working on JIRA 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)" > > 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 > > > >