Software Open Access
Sotto-Mayor, Bruno;
Elmishali, Amir;
Kalech, Meir;
Abreu, Rui
<?xml version='1.0' encoding='utf-8'?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#"> <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.4110652"> <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/> <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.4110652</dct:identifier> <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4110652"/> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0002-4450-6906"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-4450-6906</dct:identifier> <foaf:name>Sotto-Mayor, Bruno</foaf:name> <foaf:givenName>Bruno</foaf:givenName> <foaf:familyName>Sotto-Mayor</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Ben-Gurion University of the Negev, Beer-Sheva, Israe</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <foaf:name>Elmishali, Amir</foaf:name> <foaf:givenName>Amir</foaf:givenName> <foaf:familyName>Elmishali</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Ben-Gurion University of the Negev, Beer-Sheva, Israe</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0001-7394-4713"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0001-7394-4713</dct:identifier> <foaf:name>Kalech, Meir</foaf:name> <foaf:givenName>Meir</foaf:givenName> <foaf:familyName>Kalech</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Software and Information Systems Engineering, BGU</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:creator> <rdf:Description rdf:about="http://orcid.org/0000-0003-3734-3157"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/> <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0003-3734-3157</dct:identifier> <foaf:name>Abreu, Rui</foaf:name> <foaf:givenName>Rui</foaf:givenName> <foaf:familyName>Abreu</foaf:familyName> <org:memberOf> <foaf:Organization> <foaf:name>Faculty of Engineering of University of Porto, Portugal</foaf:name> </foaf:Organization> </org:memberOf> </rdf:Description> </dct:creator> <dct:title>Exploring Design Smells for Smell-Based Defect Prediction</dct:title> <dct:publisher> <foaf:Agent> <foaf:name>Zenodo</foaf:name> </foaf:Agent> </dct:publisher> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2020</dct:issued> <dcat:keyword>Smell-based Defect Prediction</dcat:keyword> <dcat:keyword>Defect Prediction</dcat:keyword> <dcat:keyword>Bad Code Smells</dcat:keyword> <dcat:keyword>Code Smells</dcat:keyword> <dcat:keyword>Software Quality</dcat:keyword> <dcat:keyword>Software Engineering</dcat:keyword> <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-10-20</dct:issued> <dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/> <owl:sameAs rdf:resource="https://zenodo.org/record/4110652"/> <adms:identifier> <adms:Identifier> <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4110652</skos:notation> <adms:schemeAgency>url</adms:schemeAgency> </adms:Identifier> </adms:identifier> <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4103852"/> <owl:versionInfo>0.1</owl:versionInfo> <dct:description><p>The archived file code.zip includes the software developed for the study in the article Exploring Design Smells for Smell-Based Defect Prediction.</p> <p>After extracting the archived file, you will find several python files. To reproduce the results obtained in this study, you have to do the following steps. We assume the reader is using <em>macos</em> or <em>linux</em>, and has <em>python3</em>, <em>pip</em>, and <em>make</em> installed.</p> <ol> <li>Edit the file config.ini <ol> <li>Set the path of <strong>RepoDir</strong> to a directory where the program will install the 97 projects. (expect ~20GB)</li> </ol> </li> <li>Run, <em>&quot;make&quot;</em></li> </ol> <p>If there is an error equivalent to &quot;may have been in progress in another thread when fork() was called&quot;.</p> <p>Add the following line to your .bashrc:</p> <pre><code>export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES </code></pre> <p>For any other issues reproducing the code, contact us at <strong><a href="mailto:mail@brunosottomayor.com?subject=ESE%20-%20Reproducing%20Designite%20Smells%20Error&amp;body=Hi%20Bruno%2C%0A%0AI%20am%20having%20trouble%20reproducing%20the%20code.%0A%3CDescribe%20problem%3E">mail@brunosottomayor.com</a>.</strong></p></dct:description> <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/> <dct:accessRights> <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess"> <rdfs:label>Open Access</rdfs:label> </dct:RightsStatement> </dct:accessRights> <dcat:distribution> <dcat:Distribution> <dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4110652"/> </dcat:Distribution> </dcat:distribution> <dcat:distribution> <dcat:Distribution> <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4110652"/> <dcat:byteSize>146408272</dcat:byteSize> <dcat:downloadURL rdf:resource="https://zenodo.org/record/4110652/files/code.zip"/> <dcat:mediaType>application/zip</dcat:mediaType> </dcat:Distribution> </dcat:distribution> </rdf:Description> </rdf:RDF>
All versions | This version | |
---|---|---|
Views | 112 | 84 |
Downloads | 16 | 12 |
Data volume | 2.5 GB | 1.8 GB |
Unique views | 90 | 71 |
Unique downloads | 15 | 11 |