update readme

This commit is contained in:
fixminer
2020-04-10 15:55:12 +02:00
parent 2af997b5fc
commit d9620acef6
2 changed files with 9 additions and 7 deletions
+6 -6
View File
@@ -67,8 +67,8 @@
<entry file="file://$PROJECT_DIR$/README.md"> <entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="574"> <first_editor relative-caret-position="480">
<caret line="248" column="1" selection-start-line="248" selection-start-column="1" selection-end-line="248" selection-end-column="1" /> <caret line="227" selection-start-line="227" selection-end-line="227" />
<folding> <folding>
<element signature="e#3#21#0" expanded="true" /> <element signature="e#3#21#0" expanded="true" />
</folding> </folding>
@@ -560,7 +560,7 @@
<frame x="0" y="0" width="1680" height="1050" extended-state="0" /> <frame x="0" y="0" width="1680" height="1050" extended-state="0" />
<editor active="true" /> <editor active="true" />
<layout> <layout>
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49315068" visible="true" weight="0.30708182" /> <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49315068" visible="true" weight="0.30708182" />
<window_info id="Structure" order="1" sideWeight="0.5068493" side_tool="true" visible="true" weight="0.30708182" /> <window_info id="Structure" order="1" sideWeight="0.5068493" side_tool="true" visible="true" weight="0.30708182" />
<window_info id="Image Layers" order="2" /> <window_info id="Image Layers" order="2" />
<window_info id="Designer" order="3" /> <window_info id="Designer" order="3" />
@@ -574,7 +574,7 @@
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" /> <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" /> <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" /> <window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="bottom" id="Terminal" order="7" sideWeight="0.71428573" visible="true" weight="0.32959184" /> <window_info active="true" anchor="bottom" id="Terminal" order="7" sideWeight="0.71428573" visible="true" weight="0.32959184" />
<window_info anchor="bottom" id="Event Log" order="8" sideWeight="0.50183153" side_tool="true" weight="0.4" /> <window_info anchor="bottom" id="Event Log" order="8" sideWeight="0.50183153" side_tool="true" weight="0.4" />
<window_info anchor="bottom" id="Version Control" order="9" /> <window_info anchor="bottom" id="Version Control" order="9" />
<window_info anchor="bottom" id="Messages" order="10" sideWeight="0.498779" weight="0.32959184" /> <window_info anchor="bottom" id="Messages" order="10" sideWeight="0.498779" weight="0.32959184" />
@@ -1149,8 +1149,8 @@
<entry file="file://$PROJECT_DIR$/README.md"> <entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]"> <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT"> <state split_layout="SPLIT">
<first_editor relative-caret-position="574"> <first_editor relative-caret-position="480">
<caret line="248" column="1" selection-start-line="248" selection-start-column="1" selection-end-line="248" selection-end-column="1" /> <caret line="227" selection-start-line="227" selection-end-line="227" />
<folding> <folding>
<element signature="e#3#21#0" expanded="true" /> <element signature="e#3#21#0" expanded="true" />
</folding> </folding>
+3 -1
View File
@@ -38,6 +38,7 @@ Fixminer is a systematic and automated approach to mine relevant and actionable
* OS: macOS Mojave (10.14.3) * OS: macOS Mojave (10.14.3)
* JDK8: (**important!**) * JDK8: (**important!**)
* To mine from c code, [srcml 1.0.0](https://www.srcml.org/#download)
* Download and configure Anaconda * Download and configure Anaconda
* Create an python environment using the [environment file](environment.yml) * Create an python environment using the [environment file](environment.yml)
```powershell ```powershell
@@ -204,7 +205,7 @@ It is necessary to run the FixMiner, following the order.
## VII. Structure of the project ## VII. Structure of the project
--> -->
<!--
## III. Replication Data ## III. Replication Data
Replication Data: Replication Data:
@@ -224,6 +225,7 @@ Replication Data:
[ALLbugReportsComplete.pickle](python/data/ALLbugReportsComplete.pickle) [ALLbugReportsComplete.pickle](python/data/ALLbugReportsComplete.pickle)
The pickle object that represents the bug reports under the following columns 'bugReport', 'summary', 'description', 'created', 'updated', 'resolved', 'reporterDN', 'reporterEmail','hasAttachment', 'attachmentTime', 'hasPR', 'commentsCount' The pickle object that represents the bug reports under the following columns 'bugReport', 'summary', 'description', 'created', 'updated', 'resolved', 'reporterDN', 'reporterEmail','hasAttachment', 'attachmentTime', 'hasPR', 'commentsCount'
-->
#### Data Viewer #### Data Viewer