RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing [v4]
andrlos
duke at openjdk.org
Thu Dec 14 08:12:09 UTC 2023
On Thu, 14 Dec 2023 04:17:26 GMT, Vladimir Sitnikov <vsitnikov at openjdk.org> wrote:
>> but if you insist on renaming it I have no problem with it :-)
>
> Neither jtreg nor openjdk use `...Interface` suffixes. Java naming convention does not suggest using it as well: https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html
>
> The naming of `StatusModifier` does not correspond to the actual intention of the interface: the implementation does not **modify** the status, but it provides a new one instead.
Okay, will be renamed as `StatusTransformator` ?
-------------
PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1426374230
More information about the jtharness-dev
mailing list