Database of code smell history
收藏官方服务:
资源简介:
This database was generated from the analysis of 255K commits from 324 Android apps by Sniffer.It contains the full history of 180K Android code smells.<br>This is a PostgreSQL database, use the following commands to access it:<br><pre><code>$ sudo su - postgres</code></pre><pre><code>$ psql</code></pre><pre><code>postgres=> CREATE DATABASE tracker;</code></pre><pre><code>postgres=> CREATE USER tracker WITH PASSWORD 'tracker';</code></pre><pre><code>postgres=> GRANT ALL PRIVILEGES ON DATABASE tracker to tracker;</code></pre><pre>$ psql postgres://localhost:5432/tracker -U tracker < Database_Sniffer.sql</pre><pre>$ psql postgres://localhost:5432/tracker -U tracker</pre><pre>tracker=> set SEARCH_PATH to tracker;</pre>
提供机构:
figshare创建时间:
2021-02-01



