在声纳分析中包含 xml 文件(Android 项目)
我刚刚配置了 Sonar 来分析我的 android 项目,但意识到默认情况下只分析 Java 文件。
有没有一种(简单)方法可以将 xml 资源包含在分析中? 我在他们的项目页面中找不到 Sonar 的插件,但也许那里有东西?!
I just configured Sonar to analyse my android project but realized that only the Java-files are analyzed by default.
Is there a (easy) way to include the xml-resources in the analysis?
I could not find a plugin for Sonar in their project page but maybe there's something out there?!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Sonar 提供了一个 XML 插件:
http://docs.codehaus.org/display/SONAR/XML+Plugin
Sonar offers a XML-Plugin:
http://docs.codehaus.org/display/SONAR/XML+Plugin