JDK-6175420 : Typo in javadoc for method java.awt.geom.Area.intersects()
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 5.0u1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-07
  • Updated: 2012-10-09
  • Resolved: 2006-04-11
Related Reports
Duplicate :  
Description
It would be good to fix a word in the javadoc description
for public boolean intersects(double x, double y, double w, double h) method:

Parameters: h - the height of teh specified rectangular area
                              ^^^
###@###.### 10/7/04 10:52 GMT

Comments
EVALUATION This was fixed by 6387585. Area.intersects() now has {@inheritDoc} from its parent interface, which does not have this typo.
11-04-2006

EVALUATION api typo in java.awt.geom.Area.intersects() ###@###.### 10/22/04 19:43 GMT
22-10-2004