[code-reflection] Integrated: Replace string literals with class names with references to Class apis

Gary Frost gfrost at openjdk.org
Mon Dec 1 15:42:27 UTC 2025


On Mon, 1 Dec 2025 15:35:22 GMT, Gary Frost <gfrost at openjdk.org> wrote:

> We had a few references to class names as String literals, I replaced with Class.getSimpleName() so that we can safely refactor code (rename classes).

This pull request has now been integrated.

Changeset: 76e4d3b7
Author:    Gary Frost <gfrost at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/76e4d3b785a1c63b536a93fcc4d70e6db7aba1eb
Stats:     7 lines in 3 files changed: 1 ins; 2 del; 4 mod

Replace string literals with class names with references to Class apis

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

PR: https://git.openjdk.org/babylon/pull/719


More information about the babylon-dev mailing list