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

Guoxiong Li gli at openjdk.org
Tue Sep 20 10:58:34 UTC 2022


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

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

Commit messages:
 - CODETOOLS-7903319

Changes: https://git.openjdk.org/jmh/pull/78/files
 Webrev: https://webrevs.openjdk.org/?repo=jmh&pr=78&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903319
  Stats: 14 lines in 2 files changed: 0 ins; 8 del; 6 mod
  Patch: https://git.openjdk.org/jmh/pull/78.diff
  Fetch: git fetch https://git.openjdk.org/jmh pull/78/head:pull/78

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


More information about the jmh-dev mailing list