-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
164 lines (136 loc) · 6.07 KB
/
about.html
File metadata and controls
164 lines (136 loc) · 6.07 KB
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
<!DOCTYPE html>
<html>
<head>
<title>BUMPER. Find Out How Other Fixed It</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/89f2f44ba07ea3fff7e561c2142813b278c2d6c6/devicon.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,100,100italic,300,300italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/font-mfizz/font-mfizz.css">
<link rel="stylesheet" type="text/css" href="css/css.css">
<script type="text/javascript">
$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
</script>
</head>
<body class="misc">
<div class="container">
<h1 style="text-align:center" id="search-bar-header"><span class="logo-bumper">
<span class="blue">b</span>
<span class="red">u</span>
<span class="yellow">m</span>
<span class="blue">p</span>
<span class="green">e</span>
<span class="red">r</span></span> <br />
Find Out How <u>Others</u> Fixed It
</h1>
<br>
<br>
<br>
<br>
<br>
<p style="text-align:justify">
In recent years, mining bug report (BR) repositories has perhaps been one of the most active software engineering research fields. There exist many open source and proprietary bug tracking and source code version systems that developers and researchers can use to examine bug reports so as to reason about software quality. The issue is that these repositories use different interfaces and ways to access and represent data, which hinders productivity and reuse. To address this, we introduce BUMPER (BUg Metarepository for dEvelopers and Researchers), a common infrastructure for developers and researchers interested in mining data from many (heterogeneous) repositories. BUMPER is an open source web-based environment that extracts information from a variety of BR repositories and version control systems. It is equipped with a powerful search engine to help users rapidly query the repositories using a single point of access. To demonstrate the effectiveness of BUMPER, we use it to build a large dataset from a variety of repositories. The dataset contains more than one million bug reports and fixes. Both BUMPER and the dataset are publicly available at https://bumper-app.com.
</p>
<style media="screen">
#footer_left{
background-image: url('img/Concordia_Logo.png');
background-position: left 10px top 20px;
padding-left: 120px;
padding-top: 20px;
background-repeat: no-repeat;
background-size: 100px auto;
float: left;
height: 150px;
width: 37%;
text-align: justify;
}
#footer_right{
background-image: url('img/book_mas.jpg');
background-position: right 10px;
padding-right: 90px;
padding-top: 20px;
background-repeat: no-repeat;
background-size: 70px auto;
float: right;
text-align: justify;
height: 150px;
width: 37%;
}
#footer_left img, #footer_right img{
width: 100px;
height: auto;
}
</style>
<div id="footer_left">
Made with <i style="color:#CC0F0F!important" class="fa fa-heart"></i> by <a href="http://mathieu-nayrolles.com">Mathieu Nayrolles</a>
and Dr. <a href="http://users.encs.concordia.ca/~abdelw/">Wahab Hamou-Lhadj</a> from the
<a href="http://users.encs.concordia.ca/~abdelw/sba/">Software Behaviour Analysis (SBA)</a> Research
Lab
<br />
<a href="https://www.concordia.ca/">Concordia University</a>, Montréal, Québec, Canada.
</div>
<div id="footer_right">
If you want to learn more about <a href="http://lucene.apache.org/solr/">Apache Solr</a>, the full-text search engine powering BUMPER, make sure to get yourself a copy of <a href="http://www.amazon.com/Mastering-Apache-Solr-practical-guide/dp/8192784509/ref=sr_1_1?ie=UTF8&qid=1400238519&sr=8-1&keywords=mastering+inkstall"
title="Mastering Apache Solr">Mastering Apache Solr</a>. You can download the full dataset <a href="https://bumper-app.com/bumper_dataset.zip">here</a>.
</div>
<br>
<br>
<br>
<br>
<br>
</div>
<footer style="position:absolute" class="footer">
<div class="container">
<div class="col-md-12">
<div class="col-md-2 footer-link">
<p>
<a href="showcase.html">Showcase</a>
</p>
</div>
<div class="col-md-3 footer-link">
<a id="query-mode" onclick="toogleQueryingMode();">
Advanced Query Mode
</a>
</div>
<div class="col-md-1 footer-link">
<p>
<a href="api.html">API</a>
</p>
</div>
<div class="col-md-2 footer-link">
<p>
<a href="datasets.html">Datasets</a>
</p>
</div>
<div class="col-md-2 ">
<p>
<a href="publications.html">Publications</a>
</p>
</div>
<div class="col-md-2 ">
<p>
<a href="about.html">About</a>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>