Database of code smell history
收藏DataCite Commons2021-02-01 更新2024-07-28 收录
下载链接:
https://figshare.com/articles/dataset/Database_of_code_smell_history/7694687/1
下载链接
链接失效反馈官方服务:
资源简介:
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



