<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10.04.2015 17:55, Zack Galbreath
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANgkMA6wJ5EvpkV-aAwhUXAjNVb4Ju6LZJbciob6=17Gbxs73Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Fri, Apr 10, 2015 at 11:37 AM,
            Nils Gladitz <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:nilsgladitz@gmail.com" target="_blank"
                onclick="window.open('https://mail.google.com/mail/?view=cm&tf=1&to=nilsgladitz@gmail.com&cc=&bcc=&su=&body=','_blank');return
                false;">nilsgladitz@gmail.com</a>></span> wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span
                class="">
                <blockquote type="cite">
                  <div dir="ltr">
                    <div class="gmail_extra">
                      <div class="gmail_extra">The .json files should
                        contain the package of the class.  This is what
                        CDash uses to report the coverage, as opposed to
                        the per-directory view that it uses for gcov.</div>
                    </div>
                  </div>
                </blockquote>
                <br>
              </span> Doesn't that break though if there are two classes
              with the same name in two distinct packages?</blockquote>
          </div>
          <br>
          <br>
        </div>
        <div class="gmail_extra">After looking more closely I think
          you're right.  We should probably incorporate the package name
          into $path for each file:</div>
        <div><br>
        </div>
        <div class="gmail_extra"><a moz-do-not-send="true"
href="https://github.com/Kitware/CDash/blob/master/xml_handlers/JavaJSONTar_handler.php#L164-L167">https://github.com/Kitware/CDash/blob/master/xml_handlers/JavaJSONTar_handler.php#L164-L167</a></div>
      </div>
    </blockquote>
    <br>
    I mean wouldn't emma currently try to generate the same .json file
    for both classes?<br>
    Since even though they are in different packages they would
    currently have the same <Class>.java.json filename written
    into the same output directory.<br>
    <br>
    Hence one overwriting the other and the former being lost?<br>
    <br>
    Nils<br>
  </body>
</html>