Produced by Araxis Merge on 10/5/2018 9:05:35 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip | generate-code-coverage-report.xml | Thu Jul 19 20:06:36 2018 UTC |
| 2 | MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0\scheduling-manager-resources-2.4.0.zip | generate-code-coverage-report.xml | Fri Oct 5 16:53:30 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 288 |
| Changed | 1 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml | |
| 2 | version="1 .0" | |
| 3 | encoding=" UTF-8" | |
| 4 | ?> | |
| 5 | <project | |
| 6 | name="Exam ple Ant Bu ild to wri te JaCoCo Report" | |
| 7 | default="r eport" | |
| 8 | xmlns:jaco co="antlib :org.jacoc o.ant" | |
| 9 | > | |
| 10 | ||
| 11 | ||
| 12 | <taskdef | |
| 13 | uri="antli b:org.jaco co.ant" | |
| 14 | resource=" org/jacoco /ant/antli b.xml" | |
| 15 | > | |
| 16 | ||
| 17 | <classpath | |
| 18 | path="${en v.VAGRANT_ DIR}/jacoc o/lib/jaco coant.jar" | |
| 19 | /> | |
| 20 | ||
| 21 | </taskdef> | |
| 22 | ||
| 23 | ||
| 24 | <target | |
| 25 | name="dele teReport" | |
| 26 | depends="r eport.chec k" | |
| 27 | if="dir.ex ists" | |
| 28 | > | |
| 29 | ||
| 30 | <echo> | |
| 31 | deleting r eport dire ctory..... .. | |
| 32 | </echo> | |
| 33 | ||
| 34 | <delete | |
| 35 | dir="${env .VAGRANT_D IR}/jacoco /schedulin g-manager- resources/ report" | |
| 36 | /> | |
| 37 | ||
| 38 | </target> | |
| 39 | ||
| 40 | ||
| 41 | <target | |
| 42 | name="repo rt.check" | |
| 43 | > | |
| 44 | ||
| 45 | <condition | |
| 46 | property=" dir.exists " | |
| 47 | > | |
| 48 | ||
| 49 | <available | |
| 50 | file="${en v.VAGRANT_ DIR}/jacoc o/scheduli ng-manager -resources /report" | |
| 51 | type="dir" | |
| 52 | /> | |
| 53 | ||
| 54 | </conditio n> | |
| 55 | ||
| 56 | </target> | |
| 57 | ||
| 58 | ||
| 59 | <target | |
| 60 | name="dump " | |
| 61 | > | |
| 62 | ||
| 63 | <jacoco:du mp | |
| 64 | address=" IP " | |
| 65 | PORT="PORT " | |
| 66 | reset="tru e" | |
| 67 | append="tr ue" | |
| 68 | destfile=" ${env.VAGR ANT_DIR}/j acoco/sche duling-man ager-resou rces/jacoc o.exec" | |
| 69 | /> | |
| 70 | ||
| 71 | </target> | |
| 72 | ||
| 73 | ||
| 74 | ||
| 75 | <target | |
| 76 | name="repo rt" | |
| 77 | depends="d eleteRepor t,integrat ionTest,du mp" | |
| 78 | > | |
| 79 | ||
| 80 | ||
| 81 | <jacoco:re port> | |
| 82 | ||
| 83 | <!-- execu tion data as input f or report generation --> | |
| 84 | ||
| 85 | <execution data> | |
| 86 | ||
| 87 | <file | |
| 88 | file="${en v.VAGRANT_ DIR}/jacoc o/scheduli ng-manager -resources /jacoco.ex ec" | |
| 89 | /> | |
| 90 | ||
| 91 | </executio ndata> | |
| 92 | ||
| 93 | <!-- the c lass files of the me asured app lication - -> | |
| 94 | ||
| 95 | <structure | |
| 96 | name="sche duling-man ager-resou rces" | |
| 97 | > | |
| 98 | ||
| 99 | <classfile s> | |
| 100 | ||
| 101 | <fileset | |
| 102 | dir="${env .ROOT_DIR} /Schedulin gManagerMD WSLib/buil d/classes/ main" | |
| 103 | /> | |
| 104 | ||
| 105 | <fileset | |
| 106 | dir="${env .ROOT_DIR} /Schedulin gManagerLi b/build/cl asses/main " | |
| 107 | /> | |
| 108 | ||
| 109 | </classfil es> | |
| 110 | ||
| 111 | ||
| 112 | <!-- speci fying the source fil es allows to view th e covered code --> | |
| 113 | ||
| 114 | <sourcefil es | |
| 115 | encoding=" UTF-8" | |
| 116 | > | |
| 117 | ||
| 118 | <fileset | |
| 119 | dir="${env .ROOT_DIR} /Schedulin gManagerLi b/src/main /java" | |
| 120 | /> | |
| 121 | ||
| 122 | <fileset | |
| 123 | dir="${env .ROOT_DIR} /Schedulin gManagerMD WSLib/src/ main/java" | |
| 124 | /> | |
| 125 | ||
| 126 | <fileset | |
| 127 | dir="${env .ROOT_DIR} /Schedulin gManagerSe rvice/src/ main/java" | |
| 128 | /> | |
| 129 | ||
| 130 | </sourcefi les> | |
| 131 | ||
| 132 | </structur e> | |
| 133 | ||
| 134 | ||
| 135 | <!-- write HTML repo rt --> | |
| 136 | ||
| 137 | <html | |
| 138 | destdir="$ {env.VAGRA NT_DIR}/ja coco/sched uling-mana ger-resour ces/report " | |
| 139 | /> | |
| 140 | ||
| 141 | ||
| 142 | </jacoco:r eport> | |
| 143 | ||
| 144 | </target> | |
| 145 | ||
| 146 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.