[jfx-tests] RFR: JDK-8315895: Some 3D camera tests fail because of NPE
Jayathirth D V
jdv at openjdk.org
Mon Sep 11 07:21:45 UTC 2023
On Fri, 8 Sep 2023 17:05:41 GMT, Alexandre Iline <shurailine at openjdk.org> wrote:
>> There was a field in a subclass hiding a field in a superclass.
>
> @jayathirthrao FYI
Thanks @shurymury for fixing this.
I have verified that this change fixes subtests which were failing because of `java.lang.NullPointerException: Cannot invoke "javafx.scene.Camera.setNearClip(double)" because "this.camera" is null `
LGTM.
-------------
PR Comment: https://git.openjdk.org/jfx-tests/pull/8#issuecomment-1713307191
More information about the openjfx-dev
mailing list