Skip to content

Conversation

@stephengold
Copy link
Member

No description provided.

@pspeed42
Copy link
Contributor

Seems like maybe the TransformTrack changes were committed by mistake. No real code changed, though.

@pspeed42
Copy link
Contributor

As for the real changes, isn't it odd to set accessible to true for ALL of the constructors only to then also specifically set it for the retrieved constructor?

Unless I'm missing something:
noArgConstructor.setAccessible(true);

...was enough. And:
AccessibleObject.setAccessible(allConstructors, true);

...is unnecessary.

@stephengold
Copy link
Member Author

stephengold commented Sep 17, 2019

Sorry for the confusion. I tried to re-use the fork from my previous PR, and it resulted in a mess, so I closed this PR and opened #1181. I'll address comments there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants