RFR: 7903270: Util classes should be final and have a private constructor [v7]
    Per Minborg 
    duke at openjdk.org
       
    Tue Sep 20 09:35:48 UTC 2022
    
    
  
> 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.
Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
  Update class
-------------
Changes:
  - all: https://git.openjdk.org/jextract/pull/65/files
  - new: https://git.openjdk.org/jextract/pull/65/files/306a1d9b..75c478e6
Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jextract&pr=65&range=06
 - incr: https://webrevs.openjdk.org/?repo=jextract&pr=65&range=05-06
  Stats: 11 lines in 1 file changed: 3 ins; 2 del; 6 mod
  Patch: https://git.openjdk.org/jextract/pull/65.diff
  Fetch: git fetch https://git.openjdk.org/jextract pull/65/head:pull/65
PR: https://git.openjdk.org/jextract/pull/65
    
    
More information about the jextract-dev
mailing list