Integrated: 7903270: Util classes should be final and have a private constructor

Per Minborg duke at openjdk.org
Tue Sep 20 11:00:27 UTC 2022


On Tue, 30 Aug 2022 07:29:21 GMT, Per Minborg <duke at openjdk.org> wrote:

> This PR makes some of the classes and fields `final`. Also, a general cleanup of the `RuntimeHelper` class is proposed.
> 
> There are some files that are "overhidden" (by attempting to "override"/hide static methods). This will be fixed in a separate PR and so these classes are not affected in this PR.

This pull request has now been integrated.

Changeset: dc3fada0
Author:    Per Minborg <pminborg at gmail.com>
Committer: Athijegannathan Sundararajan <sundar at openjdk.org>
URL:       https://git.openjdk.org/jextract/commit/dc3fada0e76fa6fed55fe198c656e7a7f4300e5f
Stats:     131 lines in 7 files changed: 73 ins; 21 del; 37 mod

7903270: Util classes should be final and have a private constructor

Reviewed-by: sundar

-------------

PR: https://git.openjdk.org/jextract/pull/65


More information about the jextract-dev mailing list