gpt4 book ai didi

web-services - 如何在 Sonar REST api 中获取特定指标的所有值

转载 作者:行者123 更新时间:2023-12-03 09:26:53 25 4
gpt4 key购买 nike

我能够使用以下 java 代码从 Sonar REST API 获取项目(资源)列表

Sonar sonar = Sonar.create("wwww.example.com/sonar/api/resources?metrics=nloc");
ResourceQuery query = new ResourceQuery();
List resourceList = sonar.findAll(query);
for(Resource resource : resourceList){
System.out.println(resource.getid()+":"+resource.getMetricIntValue("nloc"));
}

但这导致了

1001:null
1002:null
1003:null
1004:null

为什么代码行值返回空值?

最佳答案

docs显示值为 ncloc 而不是 nlocmetrics 参数。我认为您只是打错了字。

关于web-services - 如何在 Sonar REST api 中获取特定指标的所有值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23611274/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com