Skip to content

baldimir/ibm-jdk-static-method-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ibm-jdk-static-method-reproducer

Reproduces a probable bug in IBM JDK.

When having a structure ParentClass -> ChildClass, where each class contains a static method with the same name, calling ChildClass.class.getMethods() returns methods which contains the static method from ParentClass and not the static method from ChildClass. It should contain the static method from ChildClass.

Steps to reproduce:

  1. Clone this repository
  2. Run mvn clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages