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

Vladimir Sitnikov vsitnikov at openjdk.org
Thu Dec 14 04:19:56 UTC 2023


On Wed, 13 Dec 2023 21:14:29 GMT, andrlos <duke at openjdk.org> wrote:

>> I am under impression that naming interface with suffix "Interface" is kinda a good practice..
>
> 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 `ResultModifier` does not correspond to the actual intention of the interface: the implementation does not **modify** the result.

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

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


More information about the jtharness-dev mailing list