You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

jpcoverage.html 19 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. <html>
  2. <head>
  3. <title>JProbe Tasks</title>
  4. </head>
  5. <body>
  6. <h1><a name="jprobe">JProbe</a></h1>
  7. <p>by</p>
  8. <ul>
  9. <li>Stephane Bailliez (<a href="mailto:sbailliez@imediation.com">sbailliez@imediation.com</a>)</li>
  10. </ul>
  11. <h2>Introduction</h2>
  12. <p>This task runs the tools from the JProbe suite.<br>
  13. For more information, visit <a href="http://www.sitraka.com">http://www.sitraka.com</a>.
  14. An evaluation version is available for download if you already don't own it.
  15. </p>
  16. <p>This task has been written using JProbe Suite Server Side 3.0.</p>
  17. <p>It is highly recommended to read the JProbe documentation to understand
  18. the values of the command line arguments described below. This
  19. document is less complete than the manual, it only gives the basic information
  20. and is not intended as a replacement to the manual.
  21. </p>
  22. <h2>Tasks</h2>
  23. <table border="0" cellspacing="0" cellpadding="3">
  24. <tr>
  25. <td><a href="#jpcoverage">JPCoverage</a></td>
  26. <td>Measure coverage of Java code.</td>
  27. </tr>
  28. <tr>
  29. <td><a href="#jpcovmerge">JPCovMerge</a></td>
  30. <td>Merge different snapshots into one.</td>
  31. </tr>
  32. <tr>
  33. <td><a href="#jpcovreport">JPCovReport</a></td>
  34. <td>Create a report from a snapshot</td>
  35. </tr>
  36. </table>
  37. <hr>
  38. <h2><a name="jpcoverage">JPCoverage</a></h2>
  39. Perform code covering functions by comparing source code line execution to the program�s source code as a whole.
  40. <h3>Parameters</h3>
  41. <table border="1" cellpadding="2" cellspacing="0">
  42. <tr>
  43. <td width="12%" valign="top"><b>Attribute</b></td>
  44. <td width="78%" valign="top"><b>Description</b></td>
  45. <td width="10%" valign="top"><b>Required</b></td>
  46. </tr>
  47. <tr>
  48. <td valign="top">home</td>
  49. <td valign="top">The directory where JProbe is installed.</td>
  50. <td align="center" valign="top">Yes</td>
  51. </tr>
  52. <tr>
  53. <td valign="top">vm</td>
  54. <td valign="top">
  55. Indicates which virtual machine to run.
  56. Must be one of "jdk117", "jdk118" or "java2".If "java2" is specified, the user is
  57. also required to specify a path via <tt>javaexe</tt>, otherwise it will check if
  58. the current executing VM is 1.2+ and use its java.home property to determine its
  59. location.</td>
  60. <td align="center" valign="top">No, default to embedded VM if 1.2+</td>
  61. </tr>
  62. <tr>
  63. <td valign="top">javaexe</td>
  64. <td valign="top">The path to the java executable.</td>
  65. <td align="center" valign="top">No, use only for java2 vm.</td>
  66. </tr>
  67. <tr>
  68. <td valign="top">applet</td>
  69. <td valign="top">Run an applet. The default is false, unless the file under
  70. analysis ends with htm or html.</td>
  71. <td align="center" valign="top">No, default is "false".</td>
  72. </tr>
  73. <tr>
  74. <td valign="top">seedname</td>
  75. <td valign="top">Seed name for the temporary snapshot files (files will be named
  76. seed.jpc, seed1.jpc, seed2.jpc, ...)</td>
  77. <td align="center" valign="top">No, default to &quot;snapshot&quot;</td>
  78. </tr>
  79. <tr>
  80. <td valign="top">exitprompt</td>
  81. <td valign="top">Toggles display of the console prompt: &quot;Press Enter to close
  82. this window.&quot; &quot;always&quot;: Always displays the prompt. &quot;never&quot;: Never displays the
  83. prompt. &quot;error&quot;: Only displays prompt after an error.</td>
  84. <td align="center" valign="top">No, default is "never"</td>
  85. </tr>
  86. <tr>
  87. <td valign="top">finalsnapshot</td>
  88. <td valign="top">Type of snapshot to send at program termination. Must be one
  89. of &quot;none&quot;,&quot;coverage&quot;,&quot;all&quot;</td>
  90. <td align="center" valign="top">No, default to &quot;coverage&quot;</td>
  91. </tr>
  92. <tr>
  93. <td valign="top">recordfromstart</td>
  94. <td valign="top">Must be one of "coverage", "all", "none". If you want
  95. Coverage to start analyzing as soon as the program begins to run, use "all".
  96. If not, select "none".</td>
  97. <td align="center" valign="top">No, default to "coverage"</td>
  98. </tr>
  99. <tr>
  100. <td valign="top">warnlevel</td>
  101. <td valign="top">Set warning level (0-3, where 0 is the least amount of warnings).</td>
  102. <td align="center" valign="top">No, default to 0</td>
  103. </tr>
  104. <tr>
  105. <td valign="top">snapshotdir</td>
  106. <td valign="top">The path to the directory where snapshot files are stored.
  107. Choose a directory that is reachable by both the remote and local computers,
  108. and enter the same path on the command line and in the viewer.</td>
  109. <td align="center" valign="top">No, default to current directory</td>
  110. </tr>
  111. <tr>
  112. <td valign="top">workingdir</td>
  113. <td valign="top">The physical path to the working directory for the VM.</td>
  114. <td align="center" valign="top">No, default is current directory.</td>
  115. </tr>
  116. <tr>
  117. <td valign="top">tracknatives</td>
  118. <td valign="top">Test native methods. Note that testing native methods with
  119. Java 2 disables the JIT</td>
  120. <td align="center" valign="top">No, default to &quot;false&quot;.</td>
  121. </tr>
  122. <tr>
  123. <td valign="top">classname</td>
  124. <td valign="top">the name of the class to analyze.</td>
  125. <td align="center" valign="top">Yes</td>
  126. </tr>
  127. </table>
  128. <h3><a name="nested">Nested Elements</a></h3>
  129. <h4>classpath</h4>
  130. <p><code>jpcoverage</code> supports a nested <code>&lt;classpath&gt;</code>
  131. element, that represents a <a href="../using.html#path">PATH like
  132. structure</a>.</p>
  133. <h4>jvmarg</h4>
  134. <p>Additional parameters may be passed to the VM via nested <code>&lt;jvmarg&gt;</code>
  135. attributes, for example:</p>
  136. <pre></pre>
  137. <blockquote>
  138. <pre>&lt;jpcoverage home=&quot;c:\jprobe&quot; classname=&quot;MyClass&quot;&gt;
  139. &lt;jvmarg value=&quot;-classic&quot;/&gt;
  140. &lt;classpath path=&quot;.&quot;/&gt;
  141. &lt;/jpcoverage&gt;
  142. </pre>
  143. </blockquote>
  144. would run the coverage on &quot;MyClass&quot; in classic mode VM.
  145. <p><code>&lt;jvmarg&gt;</code> allows all attributes described in <a
  146. href="../using.html#arg">Command line arguments</a>.</p>
  147. <h4>arg</h4>
  148. <p>
  149. Parameters may be passed to the executed class via nested <tt>&lt;arg&gt;</tt>
  150. attributes, as described in <a href="../using.html#arg">Command line arguments</a>.
  151. </p>
  152. <h4>socket</h4>
  153. <p>Define a host and port to connect to if you want to do remote viewing.
  154. </p>
  155. <table border="1" cellpadding="2" cellspacing="0">
  156. <tr>
  157. <td width="12%" valign="top"><b>Attribute</b></td>
  158. <td width="78%" valign="top"><b>Description</b></td>
  159. <td width="10%" valign="top"><b>Required</b></td>
  160. </tr>
  161. <tr>
  162. <td valign="top">host</td>
  163. <td valign="top">the host name/ip of the machine on which the Viewer is running</td>
  164. <td align="center">No, default to localhost</td>
  165. </tr>
  166. <tr>
  167. <td valign="top">port</td>
  168. <td valign="top">The port number on which you will connect to the Viewer</td>
  169. <td align="center">No, default to 4444</td>
  170. </tr>
  171. </table>
  172. <h4>filters</h4>
  173. <p>Defines class/method filters based on pattern matching.
  174. The syntax is filters is similar to a <a href="../CoreTypes/fileset.html">fileset</a>.
  175. </p>
  176. <table border="1" cellpadding="2" cellspacing="0">
  177. <tr>
  178. <td width="12%" valign="top"><b>Attribute</b></td>
  179. <td width="78%" valign="top"><b>Description</b></td>
  180. <td width="10%" valign="top"><b>Required</b></td>
  181. </tr>
  182. <tr>
  183. <td valign="top">defaultexclude</td>
  184. <td valign="top">As a default, the coverage excludes all classes and methods.
  185. Default filters are equivalent to
  186. <pre>
  187. &lt;filters&gt;
  188. &lt;exclude class=&quot;*&quot; method=&quot;*&quot;/&gt;
  189. &lt;/filters&gt;
  190. </pre>
  191. </td>
  192. <td align="center">No, default to "true"</td>
  193. </tr>
  194. </table>
  195. <p>
  196. As seen above, nested elements are <b><tt>include</tt></b> and <b><tt>exclude</tt></b>
  197. with a <tt>name</tt> attribute.
  198. </p>
  199. <blockquote>
  200. <table border="1" cellpadding="2" cellspacing="0">
  201. <tr>
  202. <td width="12%" valign="top"><b>Attribute</b></td>
  203. <td width="78%" valign="top"><b>Description</b></td>
  204. <td width="10%" valign="top"><b>Required</b></td>
  205. </tr>
  206. <tr>
  207. <td valign="top">class</td>
  208. <td valign="top">The class mask as a simple regular expression</td>
  209. <td align="center">No, defaults to "*"</td>
  210. </tr>
  211. <tr>
  212. <td valign="top">method</td>
  213. <td valign="top">The method mask as a simple regular expression</td>
  214. <td align="center">No, defaults to "*"</td>
  215. </tr>
  216. <tr>
  217. <td valign="top">enabled</td>
  218. <td valign="top">is the filter enabled?</td>
  219. <td align="center">No, defaults to true</td>
  220. </tr>
  221. </table>
  222. </blockquote>
  223. <h3>Example of filters</h3>
  224. <blockquote>
  225. <pre>&lt;filters&gt;
  226. &lt;include class=&quot;com.mycompany.*&quot; method=&quot;*&quot;/&gt;
  227. &lt;exclude class=&quot;com.mycompany.MyClass&quot; method=&quot;test*&quot;/&gt;
  228. &lt;/filters&gt;</pre>
  229. </blockquote>
  230. reports the coverage on all packages, classes and methods from <tt>com.mycompany</tt>
  231. except all methods starting by <tt>test</tt> on the class <tt>MyClass</tt>
  232. in the package <tt>com.mycompany</tt>
  233. <h4>triggers</h4>
  234. <p>Define a number of events to use for interacting with the collection
  235. of data performed during coverage. For example you may run a whole application
  236. but only decide to collect data once it reaches a certain method and once it
  237. exits another one.</p>
  238. <p>
  239. The only type of nested element is the <tt>method</tt> element (triggers are performed
  240. on method) and it has the following attributes:
  241. </p>
  242. <table border="1" cellpadding="2" cellspacing="0">
  243. <tr>
  244. <td width="12%" valign="top"><b>Attribute</b></td>
  245. <td width="78%" valign="top"><b>Description</b></td>
  246. <td width="10%" valign="top"><b>Required</b></td>
  247. </tr>
  248. <tr>
  249. <td valign="top">name</td>
  250. <td valign="top">The name of the method(s) as a regular expression. The name
  251. is the fully qualified name on the form <tt>package.classname.method</tt></td>
  252. <td align="center" valign="top">Yes</td>
  253. </tr>
  254. <tr>
  255. <td valign="top">event</td>
  256. <td valign="top">the event on the method that will trigger the action. Must be
  257. &quot;enter&quot; or &quot;exit&quot;.</td>
  258. <td align="center" valign="top">Yes</td>
  259. </tr>
  260. <tr>
  261. <td valign="top">action</td>
  262. <td valign="top">the action to execute. Must be one of &quot;clear&quot;,
  263. &quot;pause&quot;, &quot;resume&quot;, &quot;snapshot&quot;, &quot;suspend&quot;,
  264. or &quot;exit&quot;. They respectively clear recording, pause recording,
  265. resume recording, take a snapshot, suspend the recording and exit the program.
  266. </td>
  267. <td align="center" valign="top">Yes</td>
  268. </tr>
  269. </table>
  270. <h3>Example of triggers</h3>
  271. <blockquote>
  272. <pre>&lt;triggers&gt;
  273. &lt;method name=&quot;ClassName.*()&quot; event=&quot;enter&quot; action=&quot;snapshot&quot;/&gt;
  274. &lt;method name=&quot;ClassName.MethodName()&quot; event=&quot;exit&quot; action=&quot;exit&quot;/&gt;
  275. &lt;/triggers&gt;
  276. </pre>
  277. </blockquote>
  278. <p>Will take a snapshot when it enters any method of the class <tt>ClassName</tt>
  279. and will exit the program once it exits the method <tt>MethodName</tt> of the
  280. same class.</p>
  281. <hr>
  282. <h2><a name="jpcovmerge">JPCovMerge</a></h2>
  283. <h3>Description</h3>
  284. <p>Perform the merge of several snapshots into a single one.</p>
  285. <h3>Parameters</h3>
  286. <table border="1" cellpadding="2" cellspacing="0">
  287. <tr>
  288. <td width="12%" valign="top"><b>Attribute</b></td>
  289. <td width="78%" valign="top"><b>Description</b></td>
  290. <td width="10%" valign="top"><b>Required</b></td>
  291. </tr>
  292. <tr>
  293. <td valign="top">home</td>
  294. <td valign="top">The directory where JProbe is installed.</td>
  295. <td align="center" valign="top">Yes</td>
  296. </tr>
  297. <tr>
  298. <td valign="top">tofile</td>
  299. <td valign="top">the output filename that will be the result
  300. of the name.</td>
  301. <td align="center" valign="top">Yes</td>
  302. </tr>
  303. <tr>
  304. <td valign="top">verbose</td>
  305. <td valign="top">Perform the merge in verbose mode giving
  306. details about the snapshot processing.</td>
  307. <td align="center" valign="top">No. Default to false</td>
  308. </tr>
  309. </table>
  310. <p>
  311. <tt>jpcovmerge</tt> collects snapshots using the nested <a href="../CoreTypes/fileset.html"><code>&lt;FileSet&gt;</code></a>
  312. element.
  313. </p>
  314. <h3>Example of merge</h3>
  315. <blockquote>
  316. <pre>&lt;jpcovmerge home=&quot;c:\jprobe&quot; tofile=&quot;merge.jpc&quot; verbose=&quot;true&quot;&gt;
  317. &lt;fileset dir=&quot;./snapshots&quot;&gt;
  318. &lt;include name=&quot;snap*.jpc&quot;/&gt;
  319. &lt;/fileset&gt;
  320. &lt;/jpcovmerge&gt;
  321. </pre>
  322. </blockquote>
  323. <p>
  324. would run the merge in verbose mode on all snapshot files starting by <tt>snap</tt> in the
  325. directory <tt>snapshots</tt>. The resulting file will be named <tt>merge.jpc</tt>.
  326. </p>
  327. <hr>
  328. <h2><a name="jpcovreport">JPCovReport</a></h2>
  329. <h3>Description</h3>
  330. <p>Generate a readable/printable report of a snapshot. Note that you will need <a href="http://jakarta.apache.org/oro/index.html">Jakarta
  331. Oro</a> in Ant classpath, to run the <tt>reference</tt> feature.</p>
  332. <h3>Parameters</h3>
  333. <table border="1" cellpadding="2" cellspacing="0">
  334. <tr>
  335. <td width="12%" valign="top"><b>Attribute</b></td>
  336. <td width="78%" valign="top"><b>Description</b></td>
  337. <td width="10%" valign="top"><b>Required</b></td>
  338. </tr>
  339. <tr>
  340. <td valign="top">home</td>
  341. <td valign="top">The directory where JProbe is installed.</td>
  342. <td align="center" valign="top">Yes</td>
  343. </tr>
  344. <tr>
  345. <td valign="top">format</td>
  346. <td valign="top">The format of the generated report. Must be &quot;xml&quot;, &quot;html&quot; or &quot;text&quot;</td>
  347. <td align="center" valign="top">No, default to &quot;html&quot;</td>
  348. </tr>
  349. <tr>
  350. <td valign="top">type</td>
  351. <td valign="top">The type of report to be generated. Must be &quot;executive&quot;,
  352. &quot;summary&quot;, &quot;detailed&quot; or &quot;verydetailed&quot;</td>
  353. <td align="center" valign="top">No. Default to &quot;detailed&quot;</td>
  354. </tr>
  355. <tr>
  356. <td valign="top">percent</td>
  357. <td valign="top">A numeric value for the threshold for printing methods. Must
  358. be between 0 and 100.</td>
  359. <td align="center" valign="top">No, default to 100</td>
  360. </tr>
  361. <tr>
  362. <td valign="top">snapshot</td>
  363. <td valign="top">The name of the snapshot file that is the source to the report.</td>
  364. <td align="center" valign="top">Yes</td>
  365. </tr>
  366. <tr>
  367. <td valign="top">tofile</td>
  368. <td valign="top">The name of the generated output file</td>
  369. <td align="center" valign="top">Yes</td>
  370. </tr>
  371. <tr>
  372. <td valign="top">includesource</td>
  373. <td valign="top">Include text of the source code lines. Only applies to
  374. format=&quot;xml&quot; and type=&quot;verydetailed&quot;</td>
  375. <td align="center" valign="top">No. Defaults to &quot;yes&quot;</td>
  376. </tr>
  377. </table>
  378. <h4>sourcepath</h4>
  379. <p>
  380. Path to source files can be set via nested sourcepath elements that are <a href="../using.html#path">PATH like structures</a>.
  381. </p>
  382. <h4>reference (only applies to format=&quot;xml&quot;)</h4>
  383. <p>A reference is a set of classes whose coverage information will be checked
  384. against. Since Coverage is only able to give you information about loaded
  385. classes, it will only report classes that were at least used in some points in
  386. your tests,
  387. therefore you will not be able to know what classes are not exercised at all
  388. during your tests. The reference is an additional feature that will analyze the
  389. bytecode of all classes in a given classpath that match some filters and modify
  390. the XML report accordingly. In short, it will:
  391. </p>
  392. <ul>
  393. <li>remove the classes that do not exists in the reference classpath. (For
  394. example you might have in your report some helper test classes that you do
  395. not want to appear in the report, but are unable to filter without adding
  396. hundred of filters for all your classes).</li>
  397. <li>add classes that exists in the reference set and match the filters but are
  398. not reported.</li>
  399. <li>remove abstract methods that are incorrectly reported in JProbe 3.0
  400. (should be fixed in a later SP)</li>
  401. <li>remove classes/methods that do not match the filters.</li>
  402. </ul>
  403. <blockquote>
  404. <h4>classpath
  405. </h4>
  406. <p>
  407. Path to the reference set of files can be set via nested classpath elements that are <a href="../using.html#path">PATH like structures</a>.
  408. </p>
  409. <h4>filters
  410. </h4>
  411. <p>Nested elements are <b><tt>include</tt></b> and <b><tt>exclude</tt></b>
  412. with a <tt>class </tt>and&nbsp; <tt>method </tt>attribute.
  413. </p>
  414. </blockquote>
  415. <blockquote>
  416. <table border="1" cellpadding="2" cellspacing="0">
  417. <tr>
  418. <td width="12%" valign="top"><b>Attribute</b></td>
  419. <td width="78%" valign="top"><b>Description</b></td>
  420. <td width="10%" valign="top"><b>Required</b></td>
  421. </tr>
  422. <tr>
  423. <td valign="top">class</td>
  424. <td valign="top">The class mask as a simple regular expression</td>
  425. <td align="center">No, default to *</td>
  426. </tr>
  427. <tr>
  428. <td valign="top">method</td>
  429. <td valign="top">The method mask as a simple regular expression</td>
  430. <td align="center">No, default to *</td>
  431. </tr>
  432. </table>
  433. </blockquote>
  434. <h3>Example of report</h3>
  435. <blockquote>
  436. <pre>&lt;jpcovreport home=&quot;c:\jprobe&quot; snapshot=&quot;merge.jpc&quot; format=&quot;xml&quot; tofile=&quot;result.xml&quot;&gt;
  437. &lt;sourcepath path=&quot;./src&quot;/&gt;
  438. &lt;reference&gt;
  439. &lt;classpath path=&quot;./bin/classes&quot;/&gt;
  440. &lt;filters&gt;
  441. &lt;include class=&quot;com.mycompany.*&quot;/&gt;
  442. &lt;exclude class=&quot;com.mycompany.MyClass&quot; method=&quot;test*&quot;/&gt;
  443. &lt;/filters&gt;
  444. &lt;/reference&gt;
  445. &lt;/jpcovreport&gt;
  446. </pre>
  447. </blockquote><p>
  448. would generate the report of the file <tt>merge.jpc</tt> and write it to <tt>result.xml</tt>
  449. using the source path <tt>src</tt>. As well, it will modify the result.xml by
  450. analyzing all classes in the <tt>./bin/classes</tt> that are port of the package
  451. <tt>com.mycompany</tt> except the method that start by <tt>test</tt> from the class <tt>MyClass</tt>.
  452. </p>
  453. <h3>Recommendation</h3>
  454. <p>If you generate your main code and your testcases in a separate directory,
  455. say bin/classes and test/classes. You should mostly end up with a reference such
  456. as:</p>
  457. <blockquote>
  458. <pre>&lt;reference&gt;
  459. &nbsp;&nbsp;&nbsp; &lt;classpath path=&quot;./bin/classes&quot;/&gt;
  460. &lt;/reference&gt;</pre>
  461. </blockquote>
  462. <p>With such a reference, your XML report will be cleaned up against parasite
  463. classes from your testcases (that as a common practice, generally match the
  464. exact package structure of the class you exercise).</p>
  465. <h3>HTML reports</h3>
  466. <p>You will find in Ant etc directory a stylesheet called coverage-frames.xsl.
  467. This file can be used to generate a framed report a la javadoc similar to the
  468. one for JUnit. It needs either Xalan 1.2.2 or Xalan 2.x.</p>
  469. <p>Xalan 1.2.2 (you must have xalan.jar and bsf.jar in your classpath)
  470. </p>
  471. <pre>&lt;style processor=&quot;xalan&quot; in=&quot;./reports/xml/results.xml&quot; out=&quot;./reports/html/dummy.file&quot;
  472. style=&quot;${ant.home}/etc/coverage-frames.xsl&quot;&gt;
  473. &lt;param name=&quot;output.dir&quot; expression=&quot;'${basedir}/reports/html'&quot;/&gt;
  474. &lt;/style&gt;</pre>
  475. <p>Xalan 2.x (note the parameter without single quote)</p>
  476. <pre>&lt;style processor=&quot;trax&quot; in=&quot;./reports/xml/results.xml&quot; out=&quot;./reports/html/dummy.file&quot;
  477. style=&quot;${ant.home}/etc/coverage-frames.xsl&quot;&gt;
  478. &nbsp; &lt;param name=&quot;output.dir&quot; expression=&quot;${basedir}/reports/html&quot;/&gt;
  479. &lt;/style&gt;</pre>
  480. <hr>
  481. <p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
  482. Reserved.</p>
  483. </body>
  484. </html>