RFR: 8304376: Rename t1/t2 classes in com/sun/jdi/CLETest.java to avoid class duplication error in IDE
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Mar 17 07:24:21 UTC 2023
On Thu, 16 Mar 2023 23:54:13 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> The com/sun/jdi tests are located in the on package, and classes with same name cause 'class duplication error' when this directory is opened as source code in IDE.
>
> The simplest fix to avoid this is just to rename class.
The fix looks good in general - approved.
Nit: But why don't use longer/better class names?
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/13069
More information about the serviceability-dev
mailing list