mkansara23 commented on PR #20526: URL: https://github.com/apache/kafka/pull/20526#issuecomment-3344813177
Hi @DL1231 , I noticed 5 rename refactoring in your [recent commit](https://github.com/apache/kafka/commit/e27ea8d4dbb17681a05672dd6fedb8a85c37a28f): - Field Declaration config -> hasMultiLogDirs. - Single Variable Declaration config -> multiLogDirSupplier. - Method Declaration testWith -> executeMetadataUpdate. - Variable Declaration Statement config -> multiLogDirSupplier. How did you identify that these 5 elements were connected and should be renamed together? - Did you find this task challenging in any way? - Did you perform the renames manually or with tools? - Would it be helpful if tools could detect and rename connected program elements together instead of one by one? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
