SonarLint各种提示的意思
1、Refactor this method to reduce its Cognitive Complexity from 29 to the 15 allowed.
2、Method has 15 parameters, which is greater than 7 authorized.
意思是方法参数里面最好不要超过7个
文章来自:https://www.cnblogs.com/JAYIT/p/10986143.html
1、Refactor this method to reduce its Cognitive Complexity from 29 to the 15 allowed.
2、Method has 15 parameters, which is greater than 7 authorized.
意思是方法参数里面最好不要超过7个