RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing [v7]

andrlos duke at openjdk.org
Thu Dec 14 13:58:15 UTC 2023


On Thu, 14 Dec 2023 08:09:43 GMT, andrlos <duke at openjdk.org> wrote:

>> 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` ?

renamed as StatusTransformer.. Transformator has been evoking the electronic component name in my brain and did not seem correct.. also changer seems suitable, but that is up to you

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

PR Review Comment: https://git.openjdk.org/jtharness/pull/57#discussion_r1426706369


More information about the jtharness-dev mailing list