I20220723-0730
- Fixes https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/148 - Use IMethodBinding#getParameterNames() to support parameter name code mining for records - Simply pass the parameter names at the call site and adjust methods accordingly for JavaMethodParameterCodeMining constructor & skipParameterNameCodeMining(..) - Add testcase for record constructor to ParameterNamesCodeMiningTest - Add JavaProjectHelper.addRTJar_17(..) Signed-off-by: Roland Grunberg <rgrunber@redhat.com>