| Summary: | [GEF4] Point.getConvexHull(Point...) throws ArithmeticException for duplicate points | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> | ||||
| Component: | GEF Geometry | Assignee: | Matthias Wienand <matthias.wienand> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | matthias.wienand, nyssen | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Matthias Wienand
Created attachment 218202 [details]
Fixes the getConvexHull() bug
Patches the Point.java file to remove duplicate points from the list of points given to the getConvexHull() method before applying the Graham scan.
Ensure Point#getConvexHull() is robust against duplicate points. Pushed changes to master. Resolving as FIXED. |