kopia lustrzana https://github.com/JOSM/MapWithAI
18 wiersze
726 B
HTML
18 wiersze
726 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf8>
|
|
<link rel=stylesheet href="./style/default.css">
|
|
<title>RapiD-plugin for JOSM</title>
|
|
|
|
<div class=container>
|
|
<h2>Developer resources</h2>
|
|
<ul>
|
|
<li><a href=./docs/javadoc/index.html>Javadoc</a></li>
|
|
<li><a href=./reports/junit/test/index.html>JUnit test results</a></li>
|
|
<li><a href=./reports/jacoco/index.html>Code coverage</a></li>
|
|
<li><a href=./reports/spotbugs/main.html>SpotBugs report (for main code)</a></li>
|
|
<li><a href=./reports/spotbugs/test.html>SpotBugs report (for unit tests)</a></li>
|
|
<li><a href=./reports/pmd/main.html>PMD report (for main code)</a></li>
|
|
<li><a href=./reports/pmd/test.html>PMD report (for unit tests)</a></li>
|
|
</ul>
|
|
</div>
|