project.html 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. <?xml version="1.0" encoding="iso-8859-5"?>
  2. <!--
  3. Metrix++, Copyright 2009-2013, Metrix++ Project
  4. Link: http://metrixplusplus.sourceforge.net
  5. This file is part of Metrix++ Tool.
  6. Metrix++ is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, version 3 of the License.
  9. Metrix++ is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
  15. -->
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  17. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head>
  20. <meta http-equiv="cache-control" content="max-age=0" />
  21. <meta http-equiv="cache-control" content="no-cache" />
  22. <meta http-equiv="expires" content="0" />
  23. <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
  24. <meta http-equiv="pragma" content="no-cache" />
  25. <meta http-equiv="content-type" content="text/html; charset=iso-8859-5" />
  26. <title>Metrix++ Project</title>
  27. <link href="style.css" rel="stylesheet" type="text/css" />
  28. </head>
  29. <body>
  30. <table border="0" align="center" cellpadding="0" cellspacing="0" width="800">
  31. <tbody>
  32. <tr>
  33. <td></td>
  34. <td valign="middle"></td>
  35. </tr>
  36. <tr>
  37. <td><img src="logo_project.png" alt="Software Index Project Page" /></td>
  38. <td valign="top">
  39. <div align="right">
  40. <p align="center"><a
  41. href="http://sourceforge.net/projects/metrixplusplus"
  42. class="lowImportance"><img
  43. src="http://sflogo.sourceforge.net/sflogo.php?group_id=275605&amp;type=13"
  44. alt="Get Software Index at SourceForge.net. Fast, secure and Free Open Source software downloads"
  45. border="0" /></a></p>
  46. <p align="center"><script type="text/javascript"
  47. src="http://www.ohloh.net/p/485947/widgets/project_users_logo.js">
  48. </script>
  49. </p>
  50. </div>
  51. </td>
  52. </tr>
  53. <tr>
  54. <td colspan="2"><hr />
  55. </td>
  56. </tr>
  57. <tr>
  58. <td colspan="2" class="highImportance"
  59. style="text-align:center;margin-left:auto;margin-right:0;"><a
  60. href="#Overview">Overview</a> | <a href="#Download">Download</a> | <a
  61. href="#Documentation">Documentation</a> | <a href="#Support">Bur
  62. report</a> | <a href="#Support">Feature request</a> | <a
  63. href="#Createplugin">Create plugin</a></td>
  64. </tr>
  65. <tr>
  66. <td colspan="2"><hr />
  67. </td>
  68. </tr>
  69. <tr>
  70. <td colspan="2" valign="top">
  71. <table width="100%" border="0" cellspacing="0" cellpadding="10">
  72. <tbody>
  73. <tr>
  74. <td valign="top"><h3 id="Overview">Overview</h3>
  75. <p><span class="normalImportance">Metrix++</span> is the
  76. platform to collect and analyse code metrics.</p>
  77. <ul>
  78. <li>It has got plugin based architecture, so it is easy to
  79. add support for new languages and/or define new metrics
  80. and/or create new pre- and post-processing tools.</li>
  81. <li>Every metric has got 'turn-on' and other configuration
  82. options.</li>
  83. <li>There is no predefined thresholds for metrics or rules.
  84. You can choose and configure any limit you want.</li>
  85. <li>It scales well to big code bases. For example initial
  86. parsing of about 10000 files takes 2-3 minutes on average
  87. PC, and ONLY 10-20 seconds for iterative re-run. Reporting
  88. summary results and exceeded limits is less than 1 - 10
  89. seconds.</li>
  90. <li>It can compare results for 2 code snapshots (collections)
  91. and differentiate added regions (classes, functions, etc.),
  92. modified regions and unchanged regions.</li>
  93. <li>As a result, easy deployment is guaranteed into legacy
  94. software, helping you to deal with legacy code effiently -
  95. either enforce 'leave it not worse than it was before' rule
  96. or motivate re-factoring.</li>
  97. </ul>
  98. <h4>Standard Plugins</h4>
  99. <p>The distributive includes a set of standard plugins:</p>
  100. <ul>
  101. <li><h4>Code parsers</h4>
  102. <ul>
  103. <li><span class="normalImportance">C/C++</span> parser
  104. recognises definition of namespaces, definition of
  105. classes/structs (including enclosed in functions) and
  106. definition of functions/operators </li>
  107. </ul>
  108. </li>
  109. <li><h4>Metrics</h4>
  110. <ul>
  111. <li><span class="normalImportance">cyclomatic
  112. complexity</span> (by McCabe) per function <span
  113. class="lowImportance">[supports C/C++
  114. language]</span></li>
  115. <li><span class="normalImportance">mismatched
  116. brackets</span> '{}'' per file <span
  117. class="lowImportance">[supports C/C++
  118. language]</span></li>
  119. <li><span class="normalImportance">processing time</span>
  120. per file <span class="lowImportance">[supports any
  121. file]</span></li>
  122. </ul>
  123. </li>
  124. <li><h4>Analysis tools</h4>
  125. <ul>
  126. <li><span class="normalImportance">export.py</span> -
  127. exporter to xml, python or plain text of detailed
  128. information per file and/or aggregated information per
  129. file or directory <span
  130. class="lowImportance">[aggregated data includes <span
  131. class="normalImportance">sum</span>, <span
  132. class="normalImportance">maximum</span>, <span
  133. class="normalImportance">minimum</span>, <span
  134. class="normalImportance">average</span> within a subset
  135. of selected files or directories]</span></li>
  136. <li><span class="normalImportance">limit.py</span> - a
  137. tool to report regions exceeding speified thresholds,
  138. which are configurable (output is plain text with
  139. metadata compatible with gcc compiler warning
  140. messages)</li>
  141. </ul>
  142. </li>
  143. </ul>
  144. <h3 id="Download">Download &amp; Installation</h3>
  145. <p>For the installation of the <span
  146. class="normalImportance">Metrix++</span> <a
  147. href="http://sourceforge.net/projects/metrixplusplus/files/">download
  148. the archive</a> with <span class="highImportance">the latest
  149. stable version</span> and unpack it to some folder.
  150. Corresponding checkout from the version control system:</p>
  151. <p><pre>&gt; svn checkout <a href="https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/releases/">https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/releases/</a>&lt;version&gt;</pre>
  152. </p>
  153. <p>Alternatively, there is an option to <a
  154. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/?view=tar">download
  155. tarball file</a> with <span class="highImportance">the latest
  156. development version</span> of the tool or checkout this version
  157. of <a
  158. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/">source
  159. code</a> from the version conrol system:</p>
  160. <p><pre>&gt; svn checkout <a href="https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/mainline/">https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/mainline/</a></pre>
  161. </p>
  162. <h4>Prerequisites:</h4>
  163. <p>Python Runtime Environment (version 2.7.0 or later, version
  164. 3.0 has not been tested)</p>
  165. <h4>License:</h4>
  166. <p>This program is free software; you can redistribute it
  167. and/or modify it under the terms of the GNU General Public
  168. License as published by the Free Software Foundation; version 3
  169. of the License.</p>
  170. <p>This program is distributed in the hope that it will be
  171. useful, but WITHOUT ANY WARRANTY; without even the implied
  172. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  173. PURPOSE. See the GNU General Public License for more
  174. details.</p>
  175. <p>You should have received a copy of the GNU General Public
  176. License along with the <span
  177. class="normalImportance">Metriix++</span>; if not, contact <a
  178. href="mailto:avkonst@users.sourceforge.net">Project
  179. Administrator</a> and write to the Free Software Foundation,
  180. Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
  181. USA.</p>
  182. <h3 id="Documentation">Documentation</h3>
  183. <p>Tools are self-descriptive and have got comprehensive
  184. context help. Type in the command line: python
  185. &lt;tool-name&gt;.py --help</p>
  186. <h4>Known Limitations</h4>
  187. <p>Check 'doc/limitations.txt' file distributed with the tool
  188. or browse for recent version <a
  189. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/doc/limitations.txt">online</a>.</p>
  190. <h4>Basic Workflow</h4>
  191. <p>Assuming that you opened a terminal and your current working
  192. directory is in the root folder of the tool installed.</p>
  193. <p><strong>I.</strong> Start with running a collector tool,
  194. enabling a collection of cyclomatic complexity:</p>
  195. <p><pre>&gt; python <span class="highImportance">collect.py</span> <span class="normalImportance">--std.code.complexity.on</span> -- /path/to/your/project ../../path/to/some/other/project</pre>
  196. </p>
  197. <p>It will generate a database file in working directory with
  198. default name. In order to change the name or location, use
  199. corresponding command line option. Depending on a size of code
  200. base, collection may take seconds or minutes, but it is very
  201. fast in general. In order to achive the highest performance (~
  202. to calculation of crc32) for iterative re-scans, point out to
  203. the dabase file collected for the previous code revision:</p>
  204. <p><pre>&gt; python <span class="highImportance">collect.py</span> --std.code.complexity.on <span class="highImportance normalImportance">--general.db-file-prev=metrixpp-prev.db</span> --
  205. /path/to/your/project</pre>
  206. </p>
  207. <p>Paths are optional. If you do not specify a path, it will
  208. scan files in the current working directory. Check other
  209. available options for the tool by executing:</p>
  210. <p><pre>&gt; python <span class="highImportance">collect.py</span> <span class="normalImportance">--help</span></pre>
  211. </p>
  212. <p><strong>II.</strong> Secondly, export data using export
  213. tool.</p>
  214. <p><pre>&gt; python <span class="highImportance">export.py</span> --
  215. <span class="lowImportance">&lt;export&gt;
  216. &lt;data&gt;
  217. &lt;info path="" id="1" /&gt;
  218. &lt;file-data /&gt;
  219. &lt;subfiles&gt;
  220. &lt;/subfiles&gt;
  221. &lt;subdirs&gt;
  222. &lt;subdir&gt;path&lt;/subdir&gt;
  223. &lt;/subdirs&gt;
  224. &lt;aggregated-data&gt;
  225. &lt;<span class="normalImportance">std.code.complexity</span>&gt;
  226. &lt;cyclomatic max="2" total="14.0" avg="0.168674698795" min="0" /&gt;
  227. &lt;/<span class="normalImportance">std.code.complexity</span>&gt;
  228. &lt;<span class="normalImportance">std.code.cpp</span>&gt;
  229. &lt;files max="1" total="4.0" avg="1.0" min="1" /&gt;
  230. &lt;/<span class="normalImportance">std.code.cpp</span>&gt;
  231. &lt;/aggregated-data&gt;
  232. &lt;/data&gt;
  233. &lt;/export&gt;</span>
  234. </pre>
  235. </p>
  236. <p>By default, it exports all aggregated data for all files
  237. scanned in xml format. It is possible to re-configure output
  238. format to python or plain text. In order to narrow the scope,
  239. specify a path to directory or a file. In order to export only
  240. subset of metrics, specify them as well.</p>
  241. <p><pre>&gt; python <span class="highImportance">export.py</span> --general.format=<span class="normalImportance">python</span> --general.namespaces=<span class="normalImportance">std.code.complexity</span> --
  242. <span class="normalImportance">/path/to/your/project/subdir</span>
  243. <span class="lowImportance">&lt;export&gt;
  244. ...
  245. &lt;/export&gt;</span></pre>
  246. </p>
  247. <p>If you have got results collected for previous version,
  248. point out to the file using the corresponding option and the
  249. tool will add diff data.</p>
  250. <p><pre>&gt; python <span class="highImportance">export.py</span> --general.namespaces=<span class="normalImportance">std.code.complexity</span> --general.db-file-prev=<span class="normalImportance">metrixpp-prev.db</span> --
  251. <span class="lowImportance">&lt;export&gt;
  252. &lt;data&gt;
  253. &lt;info path="" id="1" /&gt;
  254. &lt;file-data /&gt;
  255. &lt;subfiles&gt;
  256. &lt;/subfiles&gt;
  257. &lt;subdirs&gt;
  258. &lt;subdir&gt;path&lt;/subdir&gt;
  259. &lt;/subdirs&gt;
  260. &lt;aggregated-data&gt;
  261. &lt;<span class="normalImportance">std.code.complexity</span>&gt;
  262. &lt;cyclomatic max="2" total="14.0" avg="0.168674698795" min="0"&gt;
  263. &lt;<span class="normalImportance">__diff__ max="0" total="0.0" avg="0.0" min="0"</span> /&gt;
  264. &lt;/cyclomatic&gt;
  265. &lt;/<span class="normalImportance">std.code.complexity</span>&gt;
  266. &lt;/aggregated-data&gt;
  267. &lt;/data&gt;
  268. &lt;/export&gt;</span>
  269. </pre>
  270. </p>
  271. <p>Check other available options for the tool by executing:</p>
  272. <p><pre>&gt; python <span class="highImportance">export.py</span> <span class="normalImportance">--help</span></pre>
  273. </p>
  274. <p><strong>III.</strong> Finally, identify code regions which
  275. exceed a specified limit, applying it to all scanned files:</p>
  276. <p><pre>&gt; python <span class="highImportance">limit.py</span> --general.max-limit=<span class="normalImportance">std.code.complexity</span><strong>:</strong><span class="normalImportance">cyclomatic</span><strong>:</strong><span class="normalImportance">7</span><strong> </strong>--
  277. <span class="lowImportance">/path/to/your/project/ui/notifications.cpp:72: warning: Metric '<span class="normalImportance">std.code.complexity</span>/<span class="normalImportance">cyclomatic</span>' for
  278. region 'doFont' exceeds the limit.
  279. Metric name : <span class="normalImportance">std.code.complexity</span>/<span class="normalImportance">cyclomatic</span>
  280. Region name : doFont
  281. Metric value : 10
  282. Modified : None
  283. Change trend : None
  284. Limit : 7
  285. /path/to/your/project/ui/notifications.cpp:144: warning: Metric '<span class="normalImportance">std.code.complexity</span>/<span class="normalImportance">cyclomatic</span>' for
  286. region 'doStyle' exceeds the limit.
  287. Metric name : <span class="normalImportance">std.code.complexity</span>/<span class="normalImportance">cyclomatic</span>
  288. Region name : doStyle
  289. Metric value : 9
  290. Modified : None
  291. Change trend : None
  292. Limit : 7</span></pre>
  293. </p>
  294. <p>You can limit the scope of analysis by defining paths to
  295. directories or files.If you have got results collected for
  296. previous version, point out to the file using the corresponding
  297. option and the tool will notify about change status:</p>
  298. <p><pre>&gt; python <span class="highImportance">limit.py</span> --general.max-limit=std.code.complexity<strong>:</strong>cyclomatic<strong>:</strong>7
  299. --general.db-file-prev=<span class="normalImportance">metrixpp-prev.db</span> --
  300. <span class="lowImportance normalImportance">/path/to/your/project/ui/notifications.cpp:72: warning: Metric 'std.code.complexity/cyclomatic' for
  301. region 'doFont' exceeds the limit.
  302. Metric name : std.code.complexity/cyclomatic
  303. Region name : doFont
  304. Metric value : 10
  305. Modified : <span class="normalImportance">True</span>
  306. Change trend : <span class="normalImportance">0</span>
  307. Limit : 7
  308. /path/to/your/project/ui/notifications.cpp:144: warning: Metric 'std.code.complexity/cyclomatic' for
  309. region 'doStyle' exceeds the limit.
  310. Metric name : std.code.complexity/cyclomatic
  311. Region name : doStyle
  312. Metric value : 9
  313. Modified : <span class="normalImportance">True</span>
  314. Change trend : <span class="normalImportance">+1</span>
  315. Limit : 7</span></pre>
  316. </p>
  317. <p>Another useful option for this tool helps you to <span
  318. class="highImportance">deal with legacy code</span>. It is not
  319. unusual if you have got enormous number of warnings enabling
  320. new thresholds for the code designed in the past, which has not
  321. be profiled/targeted to specific metric limits. By default the
  322. tool warns about all code regions, ignoring their change
  323. status. You can reconfigure it to one of the following:</p>
  324. <ul>
  325. <li>warn only about <span class="normalImportance">new</span>
  326. code regions (functions, classes):</li>
  327. </ul>
  328. <p><pre>&gt; python <span class="highImportance">limit.py</span> --general.max-limit=std.code.complexity<strong>:</strong>cyclomatic<strong>:</strong>7
  329. --general.db-file-prev=metrixpp-prev.db <span class="normalImportance">--general.warn=<strong>new</strong></span> --</pre>
  330. </p>
  331. <ul>
  332. <li>warn about <span class="normalImportance">new</span> code
  333. regions and <span class="normalImportance">modifed regions
  334. <strong>regressing</strong> the metric</span> (enforces the
  335. rule 'leave not worse than it was before'):</li>
  336. </ul>
  337. <p><pre>&gt; python <span class="highImportance">limit.py</span> --general.max-limit=std.code.complexity<strong>:</strong>cyclomatic<strong>:</strong>7
  338. --general.db-file-prev=metrixpp-prev.db <span class="normalImportance">--general.warn=<strong>trend</strong></span> --
  339. <span class="lowImportance normalImportance">/path/to/your/project/ui/notifications.cpp:144: warning: Metric 'std.code.complexity/cyclomatic' for
  340. region 'doStyle' exceeds the limit.
  341. Metric name : std.code.complexity/cyclomatic
  342. Region name : doStyle
  343. Metric value : 9
  344. Modified : <span class="normalImportance">True</span>
  345. Change trend : <span class="normalImportance"><strong>+1</strong></span>
  346. Limit : 7</span></pre>
  347. </p>
  348. <ul>
  349. <li>warn about <span class="normalImportance">new</span> and
  350. <span class="normalImportance">all modified regions</span>
  351. (motivates for refactoring of legacy code): </li>
  352. </ul>
  353. <p><pre>&gt; python <span class="highImportance">limit.py</span> --general.max-limit=std.code.complexity<strong>:</strong>cyclomatic<strong>:</strong>7
  354. --general.db-file-prev=metrixpp-prev.db <span class="normalImportance">--general.warn=<strong>touched</strong></span> --
  355. <span class="lowImportance normalImportance">/path/to/your/project/ui/notifications.cpp:72: warning: Metric 'std.code.complexity/cyclomatic' for
  356. region 'doFont' exceeds the limit.
  357. Metric name : std.code.complexity/cyclomatic
  358. Region name : doFont
  359. Metric value : 10
  360. Modified : <span class="normalImportance"><strong>True</strong></span>
  361. Change trend : <span class="normalImportance">0</span>
  362. Limit : 7
  363. /path/to/your/project/ui/notifications.cpp:144: warning: Metric 'std.code.complexity/cyclomatic' for
  364. region 'doStyle' exceeds the limit.
  365. Metric name : std.code.complexity/cyclomatic
  366. Region name : doStyle
  367. Metric value : 9
  368. Modified : <strong><span class="normalImportance">True</span></strong>
  369. Change trend : <span class="normalImportance">+1</span>
  370. Limit : 7</span></pre>
  371. </p>
  372. <p>Check other available options for the tool by executing:</p>
  373. <p><pre>&gt; python <span class="highImportance">limit.py</span> <span class="normalImportance">--help</span></pre>
  374. </p>
  375. <h3 id="Support">Bug Report &amp; Feature Request</h3>
  376. <p>Any types of enquiries are welcomed by e-mail to <a
  377. href="mailto:avkonst@users.sourceforge.net">project
  378. administrator</a>.</p>
  379. <h3 id="Createplugin">Create Plugin</h3>
  380. <p>Please, consider to join the project and <span
  381. class="normalImportance">contribute to the development</span>
  382. of the engine or <span class="normalImportance">include you
  383. plugins into the standard set</span> of plugins distributed
  384. together with this tool. Contact <a
  385. href="mailto:avkonst@users.sourceforge.net">project
  386. administrator</a> by e-mail.</p>
  387. <h4>New Metric</h4>
  388. <p>Unfortunately, there is no rich documentation at this stage.
  389. Briefly, any new plugin starts with creating 2 new files: 'ini'
  390. and 'py'. You can copy from other avaialble (for example, <a
  391. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/ext/std/code/complexity.ini">ini</a>
  392. and <a
  393. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/ext/std/code/complexity.py">py</a>
  394. files for the standard complexity plugin) and impelement the
  395. logic related to the new metric.</p>
  396. <h4>New Analysis Tool</h4>
  397. <p>Unfortunately, there is no rich documentation at this stage.
  398. Briefly, database API (class Loader implemented in '<a
  399. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/core/db/loader.py">core.db.loader</a>')
  400. is a starting point for any new post-analysis tool. There are 2
  401. standard tools (<a
  402. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/export.py">export.py</a>
  403. and <a
  404. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/limit.py">limit.py</a>)
  405. available which use this API.</p>
  406. <h4>New Language Support</h4>
  407. <p>Unfortunately, there is no rich documentation at this stage.
  408. Briefly:</p>
  409. <ul>
  410. <li>a plugin is registered in the same way as a plugin for
  411. new metric</li>
  412. <li>it subscribes to directory reader plugin</li>
  413. <li>parses a file in a callback, called by directory
  414. reader</li>
  415. <li>parser needs to identify markers (like comments, strings,
  416. preprocessor) and regions (like functions, classes, etc.)
  417. and tell about this to file data object passed as an
  418. argument for the callback.</li>
  419. </ul>
  420. <p>Parser for C/C++ language can serve as <a
  421. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/ext/std/code/cpp.py">an
  422. example</a>. There useful options and tools are avaialble for
  423. trobuleshooting purposes during development:</p>
  424. <ul>
  425. <li><span class="normalImportance">debug.py tool</span> is
  426. helpful troubleshooting tool. In mode 'dumphtml' it
  427. generates html code showing code highlightings</li>
  428. <li><span
  429. class="normalImportance">--general.nest-regions</span> for
  430. export tool forces exporting of code structure in tree
  431. format. It can be helpful for analysis of parser's
  432. internals</li>
  433. <li><span
  434. class="normalImportance">--general.log-level</span>=GENERAL.LOG_LEVEL
  435. for any tool is helpful to trace execution </li>
  436. </ul>
  437. <p>Finally, if there are any questions or enquires, please,
  438. feel free to contact <a
  439. href="mailto:avkonst@users.sourceforge.net">project
  440. administrator</a> by e-mail.</p>
  441. <h4>Source Code Repository</h4>
  442. <p>Source code is in the Subversion repository <a
  443. href="http://metrixplusplus.svn.sourceforge.net/viewvc/metrixplusplus/mainline/">(browse
  444. online)</a> used by the project. Corresponding checkout command
  445. is the following:</p>
  446. <p><pre>&gt; svn checkout <a href="https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/mainline/">https://metrixplusplus.svn.sourceforge.net/svnroot/metrixplusplus/mainline/</a></pre>
  447. </p>
  448. <h4></h4>
  449. </td>
  450. </tr>
  451. </tbody>
  452. </table>
  453. <hr />
  454. </td>
  455. </tr>
  456. <tr>
  457. <td colspan="2">
  458. <div align="center">
  459. <p align="right">Copyright <strong>&copy; </strong>2009 - 2013<br />
  460. <a href="mailto:avkonst@users.sourceforge.net"><span
  461. class="normalImportance">Metrix++</span> Project</a></p>
  462. <p align="right">License: <a
  463. href="http://www.gnu.org/licenses/gpl.txt">GPL</a></p>
  464. </div>
  465. </td>
  466. </tr>
  467. </tbody>
  468. </table>
  469. </body>
  470. </html>