You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Udovichenko, Nellya" <ne...@intel.com> on 2007/03/19 16:46:51 UTC

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

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)" <j....@apache.org> 

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

 


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

Posted by "Geir Magnusson Jr." <ge...@pobox.com>.
if you didn't already, please put a comment in the JIRA too :)

On Mar 19, 2007, at 11:46 AM, Udovichenko, Nellya wrote:

> 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)" <j....@apache.org>
>
> 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
>
>
>


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

Posted by Alexei Zakharov <al...@gmail.com>.
Yep. Go ahead!

Regards,

2007/3/19, Alexey Petrenko <al...@gmail.com>:
> No objections.
> All the patches are welcome :)
>
> SY, Alexey
>
> 2007/3/19, Udovichenko, Nellya <ne...@intel.com>:
> > 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)" <j....@apache.org>
> >
> > 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



-- 
Alexei Zakharov,
Intel ESSD

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

Posted by Alexey Petrenko <al...@gmail.com>.
No objections.
All the patches are welcome :)

SY, Alexey

2007/3/19, Udovichenko, Nellya <ne...@intel.com>:
> 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)" <j....@apache.org>
>
> 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
>
>
>
>