简体   繁体   English

我可以通过声纳Web服务API获得数量(或列表)复杂度大于一定数量的方法吗?

[英]Can I get methods amount (or list) whose complexity are greater than a certain number by sonar web service API?

I can get complexity by web service API ( http://docs.sonarqube.org/display/SONAR/Metric+definitions ) 我可以通过Web服务API( http://docs.sonarqube.org/display/SONAR/Metric+definitions )获得复杂性

But I wanna get method amount (or list) whose complexity are greater than a certain number. 但是我想获得方法数量(或列表),其复杂度大于一定数量。

Best Regards, Eric 最好的问候,埃里克

Sorry, method-level metrics are not stored. 抱歉,未存储方法级指标。 File-level metrics, including complexity, are. 文件级指标,包括复杂性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果销售额大于特定金额,则无法获取if语句以显示奖金金额-JAVA - Cannot get if statement to display bonus amount if sales are greater than certain amount - JAVA 链接列表不包含大于特定数字的值 - Linked list doesn't contain values greater than a certain number JXLS无法正确读取长度大于10的数字 - JXLS can't read number whose length is greater than 10 correctly 有没有一种更快的方法来检查列表中的某个项目是否大于,小于或等于某个数字? - Is there a faster way to check if an item in a list if it is greater than, less than, equal to a certain number? 限制Web服务中的方法数量 - Limit to the number of methods in a web service 如何计算小于n且总和大于n * 2的3个整数的组合数? - How to calculate the number of combinations of 3 integers less than n whose sum is greater than n * 2? 如何检查列表中的数字是否大于并延续到列表中的下一个数字 - How to check if number in a list is greater than and in continuation to next number in list 在数组中搜索一定数量的大于一个整数的整数 - Searching an array for certain number of integers greater than one integer 如何生成大于或小于先前随机数的随机数? - How can I generate a random number greater or less than a previous random number? 如何在同一活动中使用两种Web服务方法? - How can i use two web service methods in the same activity?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM