-
Notifications
You must be signed in to change notification settings - Fork 0
/
artefacts.html
243 lines (223 loc) · 11.5 KB
/
artefacts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>TruX-Debugging Task Force - Tools & Data</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/landing-page.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/user.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand" href="./index.html">TruX-DTF</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="./members.html">Members</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./publication.html">Publications</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./artefacts.html">Artefacts</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./award.html">Award</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./projects.html">Projects</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- Main Section -->
<aside class="banner" style="margin-top: 50px; padding-top: 50px; background: url(img/banner3.png) no-repeat center center; background-size: 100% auto;">
<div class="container">
<div class="row text-right">
<div class="col-lg-12">
<h2>Artefacts</h2>
</div>
<!--<div class="col-lg-6">
<div class="row">
<div class="col-sm-4 icon-feature">
<span class="fa-stack fa-2x">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-font fa-stack-1x"></i>
</span>
<p class="lead">Journal</p>
</div>
<div class="col-sm-4 icon-feature">
<span class="fa-stack fa-2x">
<i class="fa fa-file-o fa-stack-2x"></i>
<i class="fa fa-users fa-stack-1x"></i>
</span>
<p class="lead">Conference</p>
</div>
<div class="col-sm-4 icon-feature">
<i class="fa fa-file-text-o fa-4x"></i>
<p class="lead">Others</p>
</div>
</div>
</div>-->
</div>
</div>
</aside>
<!-- / Main Section -->
<section class="content-section-a" style="margin-bottom:-65pt">
<div class="container">
<div class="row m-2">
<div class="card w-100" style="margin-top:-55px;">
<div class="card-header" style="margin-top:-5pt; margin-bottom:-10pt;font-size: 22px;">
<h2>Tools</h2>
</div>
<div class="card-block">
<div class="card-deck rounded">
<div class="card p-2 rounded">
<table>
<tr>
<td>
<ul>
<li>
AVATAR -- A automated program tool with static analysis violation fix patterns. <br />
Open Sourced, See: <a href="https://github.com/SerVal-DTF/AVATAR">https://github.com/SerVal-DTF/AVATAR</a>
</li>
<li>
debug-method-name -- A tool of learning to spot and refactor inconsistent method names. <br />
Open Sourced, See: <a href="https://github.com/SerVal-DTF/debug-method-name">https://github.com/SerVal-DTF/debug-method-name</a>
</li>
<li>
fixminer-APR -- A tool of mining fix patterns and program repair. <br />
Open Sourced, See: <a href="https://github.com/SerVal-DTF/fixminer-APR">https://github.com/SerVal-DTF/fixminer-APR</a>
</li>
<li>
FixPatternMiner -- A tool of mining fix patterns for FindBugs violations. <br />
Open Sourced, See: <a href="https://github.com/FixPattern/findbugs-violations">https://github.com/FixPattern/findbugs-violations</a>
</li>
<li>
JavaCodeParser -- A tool of converting a Java code fragment into an AST or a simple code tree. <br />
Open Sourced, See: <a href="https://github.com/AutoProRepair/JavaCodeParser">https://github.com/AutoProRepair/JavaCodeParser</a>
</li>
<li>
iFixR -- A tool of bug report driven program repair. <br />
Open Sourced, See: <a href="https://github.com/SerVal-DTF/iFixR">https://github.com/SerVal-DTF/iFixR</a>
</li>
<li>
LSRepair -- An automated program repair tool with fix Ingredients searched from real-world code bases. <br />
Open Sourced, See: <a href="https://github.com/AutoProRepair/LSRepair">https://github.com/AutoProRepair/LSRepair</a>
</li>
<li>
PatchParser -- A tool of collecting patch-related commits and parsing patches. <br />
Open Sourced, See: <a href="https://github.com/AutoProRepair/PatchParser">https://github.com/AutoProRepair/PatchParser</a>
</li>
<li>
FaCoy -- A code-to-code search engine for finding semantically similar code fragments in large code bases. <br />
Open Sourced, See: <a href="https://github.com/FalconLK/facoy">https://github.com/FalconLK/facoy</a>
</li>
<li>
TBar -- A tool of automated program repair tool based on fix patterns. <br />
Open Sourced, See: <a href="https://github.com/SerVal-DTF/TBar">https://github.com/SerVal-DTF/TBar</a>
</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content-section-a" style="margin-bottom:-65pt">
<div class="container">
<div class="row m-2">
<div class="card w-100" style="margin-top:-25px;">
<div class="card-header" style="margin-top:-5pt; margin-bottom:-10pt;font-size: 22px;">
<h2>Dataset</h2>
</div>
<div class="card-block">
<div class="card-deck">
<div class="card p-2 rounded">
<table>
<tr>
<td>
<ul>
<li>
Bench4BL -- a collection of bug reports and corresponding source code files to fix a bug specified by each bug report to support bug localization research. <br />
See: <a href="https://github.com/SerVal-DTF/Bench4BL">https://github.com/SerVal-DTF/Bench4BL</a>
</li>
<li>
Dataset of our ICSME-2018 paper -- a collection of bug fixes collected from six open source Java projects with keyword-matching and bug-linking to support bug fixes analysis. <br />
See: <a href="https://zenodo.org/record/1491195#.XBNrXC2ZNTZ">https://zenodo.org/record/1491195#.XBNrXC2ZNTZ</a>
</li>
<li>
Linux-Patch-Study-Artefact[ISSTA17] -- a large, consistent and clean set of patches constructed in three processes: H patches, DLH patches, and HMG patches. <br />
See: <a href="https://drive.google.com/drive/folders/0Bx24Oc9eyMqseUZEak51dzFmcVE">https://drive.google.com/drive/folders/0Bx24Oc9eyMqseUZEak51dzFmcVE</a>
</li>
</ul>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Page Content -->
<!-- Footer -->
<footer>
<div class="container">
<ul class="list-inline">
<li class="list-inline-item lead">
<a href="./index.html">Home</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item lead">
<a href="./members.html">Members</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item lead">
<a href="./publication.html">Publications</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item lead">
<a href="./artefacts.html">Artefacts</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item lead">
<a href="./award.html">Award</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item lead">
<a href="./projects.html">Projects</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © SnT 2019. All Rights Reserved</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>