Closed oleg-nenashev closed 2 years ago
In stapler-1.246 there was a new KlassNavigator#getFunctions() introduced. During implementations of the tests for JENKINS-39414 I have discovered the implementation in RubyKlassNavigator does not actually return all routable methods.
KlassNavigator#getFunctions()
RubyKlassNavigator
JRuby support was removed in #308.
In stapler-1.246 there was a new
KlassNavigator#getFunctions()
introduced. During implementations of the tests for JENKINS-39414 I have discovered the implementation inRubyKlassNavigator
does not actually return all routable methods.