-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: client-libs
-
b169
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8180252 | 10 | Semyon Sadetsky | P4 | Resolved | Fixed | b08 |
* @return {@code <true>} if this line segment and the specified line segment
* intersect each other; {@code false} otherwise.
* @since 1.2
*/
public boolean intersectsLine(double x1, double y1, double x2, double y2) {
* intersect each other; {@code false} otherwise.
* @since 1.2
*/
public boolean intersectsLine(double x1, double y1, double x2, double y2) {
- backported by
-
JDK-8180252 Unnecessary angle brackets in the Line2D::intersectsLine() javadoc.
-
- Resolved
-