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
|