<bdo id='aUikd'></bdo><ul id='aUikd'></ul>

<tfoot id='aUikd'></tfoot>
    1. <small id='aUikd'></small><noframes id='aUikd'>

        <legend id='aUikd'><style id='aUikd'><dir id='aUikd'><q id='aUikd'></q></dir></style></legend>

      1. <i id='aUikd'><tr id='aUikd'><dt id='aUikd'><q id='aUikd'><span id='aUikd'><b id='aUikd'><form id='aUikd'><ins id='aUikd'></ins><ul id='aUikd'></ul><sub id='aUikd'></sub></form><legend id='aUikd'></legend><bdo id='aUikd'><pre id='aUikd'><center id='aUikd'></center></pre></bdo></b><th id='aUikd'></th></span></q></dt></tr></i><div id='aUikd'><tfoot id='aUikd'></tfoot><dl id='aUikd'><fieldset id='aUikd'></fieldset></dl></div>

      2. 在 Tomcat 上使用 JaCoCo Java 代理获取我的应用程序的代码覆盖率

        Getting code coverage of my application using JaCoCo Java agent on Tomcat(在 Tomcat 上使用 JaCoCo Java 代理获取我的应用程序的代码覆盖率)

          <small id='aLYQs'></small><noframes id='aLYQs'>

          <tfoot id='aLYQs'></tfoot>
              • <bdo id='aLYQs'></bdo><ul id='aLYQs'></ul>

              • <i id='aLYQs'><tr id='aLYQs'><dt id='aLYQs'><q id='aLYQs'><span id='aLYQs'><b id='aLYQs'><form id='aLYQs'><ins id='aLYQs'></ins><ul id='aLYQs'></ul><sub id='aLYQs'></sub></form><legend id='aLYQs'></legend><bdo id='aLYQs'><pre id='aLYQs'><center id='aLYQs'></center></pre></bdo></b><th id='aLYQs'></th></span></q></dt></tr></i><div id='aLYQs'><tfoot id='aLYQs'></tfoot><dl id='aLYQs'><fieldset id='aLYQs'></fieldset></dl></div>
                  <tbody id='aLYQs'></tbody>
                <legend id='aLYQs'><style id='aLYQs'><dir id='aLYQs'><q id='aLYQs'></q></dir></style></legend>

                  本文介绍了在 Tomcat 上使用 JaCoCo Java 代理获取我的应用程序的代码覆盖率的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  I want to measure the code coverage of integration tests using the JaCoCo and Sonar tools.

                  For that, I start my Tomcat 5.5 configured with the JaCoCo agent in order to get the dump file from JaCoCo.

                  Thus, I set the JAVA_OPTS for that:

                  set JAVA_OPTS=-Xrs -XX:MaxPermSize=256m -XX:PermSize=256m -XX:NewRatio=3 -Xms512m -Xmx1024m -XX:+UseParallelGC -javaagent:C:devserversjacoco-agent.jar=destfile=C:devserversjacoco.exec,append=true,includes=my.application.*
                  

                  When I start Tomcat, the C:devserversjacoco.exec file is generated, but no data is filled.

                  Is there something I forgot in the configuration of my server?

                  Regards.

                  解决方案

                  As far as I remember - file would be populated during shutdown of Tomcat.

                  这篇关于在 Tomcat 上使用 JaCoCo Java 代理获取我的应用程序的代码覆盖率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Slf4j LoggerFactory.getLogger and sonarqube(Slf4j LoggerFactory.getLogger 和 sonarqube)
                  Security - Array is stored directly(安全性 - 数组直接存储)
                  SonarQube quot;Class Not Foundquot; during Main AST Scan(SonarQube“找不到类在主 AST 扫描期间)
                  Integrate Spock#39;s test with Sonar(将 Spock 的测试与声纳集成)
                  How do I make Hudson/Jenkins fail if Sonar thresholds are breached?(如果违反声纳阈值,我如何让 Hudson/Jenkins 失败?)
                  automatically add curly brackets to all if/else/for/while etc. in a java code-base(自动将大括号添加到 java 代码库中的所有 if/else/for/while 等)
                    <bdo id='xqdiB'></bdo><ul id='xqdiB'></ul>
                    <tfoot id='xqdiB'></tfoot>

                    <legend id='xqdiB'><style id='xqdiB'><dir id='xqdiB'><q id='xqdiB'></q></dir></style></legend>

                    <small id='xqdiB'></small><noframes id='xqdiB'>

                      <tbody id='xqdiB'></tbody>

                        1. <i id='xqdiB'><tr id='xqdiB'><dt id='xqdiB'><q id='xqdiB'><span id='xqdiB'><b id='xqdiB'><form id='xqdiB'><ins id='xqdiB'></ins><ul id='xqdiB'></ul><sub id='xqdiB'></sub></form><legend id='xqdiB'></legend><bdo id='xqdiB'><pre id='xqdiB'><center id='xqdiB'></center></pre></bdo></b><th id='xqdiB'></th></span></q></dt></tr></i><div id='xqdiB'><tfoot id='xqdiB'></tfoot><dl id='xqdiB'><fieldset id='xqdiB'></fieldset></dl></div>