在声纳分析中包含 xml 文件(Android 项目)

发布于 2024-11-02 02:12:00 字数 187 浏览 1 评论 0原文

我刚刚配置了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赴月观长安 2024-11-09 02:12:00

Sonar 提供了一个 XML 插件:
http://docs.codehaus.org/display/SONAR/XML+Plugin

任何 XML 文件都可以通过以下方式进行验证
这个插件。该插件提供
XML文件的静态代码分析
声纳内。典型用例是
验证文件的编码或
可用性标准。

以下功能是
提供:

XML 验证
XML 模式验证
使用 XPath 的可配置规则
调整大小(文件、代码行)

XML
验证可用
盒子。可配置的 XPath 规则
需要一些 XPath 知识。

该插件扫描以下文件
默认情况下:.xml、.xhtml。该文件
扩展名和文件包含
模式是可配置的。

该插件导入 XML 文件
声纳,并执行验证。
检查可在
声纳规则存储库。

Sonar offers a XML-Plugin:
http://docs.codehaus.org/display/SONAR/XML+Plugin

Any XML file can be validated with
this plugin. The plugin provides
static code analysis of XML files
within Sonar. Typical use cases are
validation of files for coding or
usability standards.

The following functionality is
provided:

XML validation
XML schema validation
Configurable rules using XPath
sizing (files, lines of code)

The XML
validation is available out-of-the
box. The configurable XPath rules
requires some knowledge of XPath.

The plugin scans the following files
by default: .xml, .xhtml. The file
extensions and the file inclusion
patterns are configurable.

The plugin imports the XML files in
Sonar, and performs the validations.
The checks are configurable in the
Sonar rules repository.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文