These classes are structured as immutable, but their fields (rgb, xyz) are not declared final. The risk is that these values will be modified internally by mistake. It's safest to make them final.
- relates to
-
JDK-8226454 Point2D and Point3D should implement Interpolatable
-
- Resolved
-