JDK-8179039 : TriangleMesh implementation needs to have proper handling of data overflow
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:8,9
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2017-04-20
Updated:2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
TriangleMesh contains geometric data. We need to look into how best to handle possible data overflow. Ideally it will be best if we can do this check in the existing data validation phase.
Comments
The lack of proper overflow handling is a bug rather than an RFE, so changed the issue type.