alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.91k stars 8.33k forks source link

Recommend to use sonarqube #1975

Open HelloThisWorld opened 3 years ago

HelloThisWorld commented 3 years ago

https://github.com/alibaba/spring-cloud-alibaba/blob/41e65294f5d2accec8c8a4520e67ad2ba2527c1d/spring-cloud-alibaba-starters/spring-cloud-starter-dubbo/src/main/java/com/alibaba/cloud/dubbo/service/parameter/RequestBodyServiceParameterResolver.java#L127-L128

If you are using sonarqube, it will tell you to use this rather than using an internal variable. return arguments[clientRestMethodMetadata.getBodyIndex()];

theonefx commented 3 years ago

contributer is welcome