-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (158 loc) · 5.39 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Do Research and Practice of Code Smell Identification Walk Together? A Social Representations Analysis</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('body').scrollspy({
target : '#mainNavBar'
})
});
</script>
</head>
<body>
<nav id="mainNavBar" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span> <span
class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">ESEM 2019</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#abstract">Abstract <span
class="sr-only">(current)</span></a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="#authors">Authors</a></li>
<!--<li><a href="#references">References</a></li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div class="container container-gral">
<div class="page-title">
<h1>
Do Research and Practice of Code Smell Identification Walk Together? A Social Representations Analysis
<br>
</h1>
</div>
<br>
<p class="text-justify">
This website contains complementary data to the
<!--submitted-->
paper.
</p>
<h3 id="abstract" class="page-header">Abstract</h3>
<p class="text-justify"> Context: It is frequently claimed the need for bridging the gap between software engineering research and practice. In this sense, the theory of social representations may be useful to characterize the actual concerns of software developers. It comprises the system of values, behaviors, and practices of communities regarding a particular social object, such as the task of smell identification. Aim: To characterize the social representations of smell identification by software developers. Method: Based on the answers given to a questionnaire, we analyzed the associations made by the developers about smell identification, i.e., what immediately comes to their minds when they think about this task. Results: We found that developers strongly associate smell identification with the practice of smell removal and with the incidence of bugs. They also frequently associate the task with the practice of inspection and with the need of having individual skills. Besides, we verified that the current state of the art on smell identification partially address the social representations of the software developers. Conclusion: There is a considerable gap between the research of smell identification and its practice. We propose directions to mitigating this gap.
</p>
<h3 id="downloads" class="page-header">Downloads</h3>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Artifact</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a href="download/Terms_Evoked.xlsx"
target="_blank">Terms Evoked </a></td>
<td>This file contains the terms evoked by the subjects (in Portuguese).
</tr>
</tbody>
</table>
<h3 class="page-header" id="authors">Authors</h3>
<p>Any questions and/or suggestions should be sent to the paper
authors as follows.</p>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>E-mail</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Rafael de Mello</td>
<td>rmaiani@inf.puc-rio.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">2</th>
<td>Anderson Uchôa</td>
<td>emfernandes@inf.puc-rio.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">3</th>
<td>Roberto Oliveira</td>
<td>roberto.oliveira@ueg.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">4</th>
<td>Willian Oizumi</td>
<td>woizumi@inf.puc-rio.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">5</th>
<td>Jairo Souza</td>
<td>jrmcs@ic.ufal.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">6</th>
<td>Kleyson Mendes</td>
<td>kleyson.lucas@gmail.com</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">7</th>
<td>Daniel Oliveira</td>
<td>doliveira@inf.puc-rio.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">8</th>
<td>Baldoino Fonseca</td>
<td>baldoino@ic.ufal.br</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">9</th>
<td>Alessandro Garcia</td>
<td>afgarcia@inf.puc-rio.br</td>
</tr>
</tbody>
</table>
<!-- <h3 id="references" class="page-header">References</h3> -->
</body>
</html>