anukalp2804 opened a new pull request, #17772: URL: https://github.com/apache/iotdb/pull/17772
## Description Resolves SonarCloud rule `java:S1612`.Refactored lambda expression to method reference for improved readability and cleaner code. ## Addresed: #17723 ## Updated: `keys -> referencedInputs.addAll(keys)` to: `referencedInputs::addAll` This PR has: - [x] been self-reviewed. - [x] been built locally with `mvn spotless:apply`. - [x] been built locally with `mvn clean package -DskipTests`. - [x] been built locally with `mvn -pl iotdb-core -am test -DskipTests`. Resolves : https://sonarcloud.io/project/issues?id=apache_iotdb&pullRequest=17723&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true `No functional changes were introduced.` -- 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]
