当我们尝试在SonarQube 6.7.1版本中搜索特定项目时,请说Map<Key, String> map = ...;
map.entrySet().forEach(e -> {
e.setValue(e.getKey(), toUpper.apply(e.getValue()));
}
很少有其他项目也会被列出并且没有过滤掉。
其他项目名称是:
Dev_Automation_Test_XML
Dev_Automation_Test_COBOL
这个问题有什么问题吗?