<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 代理获取我的应用程序的代码覆盖率

        时间:2024-05-10

          <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 代理获取我的应用程序的代码覆盖率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 Sonar 中,如何防止检查某些包中的某些规则? 下一篇:如何解决“定义并抛出专用异常而不是使用通用异常".

                  相关文章

                    <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'>

                    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>