JDK 23 |
---|
23 b26Fixed |
Relates :
|
ClassModel::verify does not report fields and methods duplicities. For example a class with doubled method with the same signatures fails to load with error message: Error: LinkageError occurred while loading main class Test java.lang.ClassFormatError: Duplicate method name "test" with signature "()V" in class file Test
|