Integrated: 7903319: The methods 'getAllMethods' and 'getMethods' in class 'BenchmarkGeneratorUtils' have the same feature

Guoxiong Li gli at openjdk.org
Tue Sep 20 19:05:06 UTC 2022


On Tue, 20 Sep 2022 10:50:18 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> Currently, the methods `getAllMethods` and `getMethods` in class 'BenchmarkGeneratorUtils' have the same feature. This patch removes `getMethods` and keeps `getAllMethods`  because `getAllMethods` is consistent with `getAllFields`.
> 
> Thanks for taking the time to review.
> 
> Best Regards,
> -- Guoxiong

This pull request has now been integrated.

Changeset: 8c7fedc9
Author:    Guoxiong Li <gli at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jmh/commit/8c7fedc9aa65c2ec0565f02e6a3e241b94bf7a8e
Stats:     14 lines in 2 files changed: 0 ins; 8 del; 6 mod

7903319: The methods 'getAllMethods' and 'getMethods' in class 'BenchmarkGeneratorUtils' have the same feature

Reviewed-by: shade

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

PR: https://git.openjdk.org/jmh/pull/78


More information about the jmh-dev mailing list