-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.bib
873 lines (802 loc) · 32 KB
/
references.bib
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
@inproceedings{icse2018,
author = {Andre Hora and Danilo Silva and Romain Robbes and Marco Tulio Valente},
title = {Assessing the Threat of Untracked Changes in Software Evolution},
booktitle = {40th International Conference on Software Engineering (ICSE)},
year = {2018},
pages = {1102-1113},
}
@inproceedings{msr2017,
author = {Danilo Silva and Marco Tulio Valente},
title = {{RefDiff}: Detecting Refactorings in Version Histories},
booktitle = {14th International Conference on Mining Software Repositories (MSR)},
year = {2017},
pages = {1--11},
}
@article{MurphyHill2012,
author = {Emerson R. Murphy-Hill and Chris Parnin and Andrew P. Black},
title = {How We Refactor, and How We Know It},
journal = {IEEE Transactions on Software Engineering},
volume = {38},
number = {1},
year = {2012},
pages = {5-18},
}
@inproceedings{bavota2012does,
title={When Does a Refactoring Induce Bugs? An Empirical Study},
author={Bavota, Gabriele and De Carluccio, Bernardino and De Lucia, Andrea and Di Penta, Massimiliano and Oliveto, Rocco and Strollo, Orazio},
booktitle={12th Conference on Source Code Analysis and Manipulation (SCAM)},
pages={104-113},
year={2012}
}
@inproceedings{negara2013,
author = {Stas Negara and Nicholas Chen and Mohsen Vakilian and Ralph E. Johnson and Danny Dig},
title = {A Comparative Study of Manual and Automated Refactorings},
booktitle = {27th European Conference on Object-Oriented Programming (ECOOP)},
year = {2013},
pages = {552-576},
}
@inproceedings{tsantalis_empiricalstudy,
author = {Nikolaos Tsantalis and Victor Guana and Eleni Stroulia and Abram Hindle},
title = {A Multidimensional Empirical Study on Refactoring Activity},
booktitle = {Conference of the Centre for Advanced Studies on Collaborative Research (CASCON)},
year = {2013},
pages = {132-146},
}
@inproceedings{Kim:2012:FSE,
author = {Kim, Miryung and Zimmermann, Thomas and Nagappan, Nachiappan},
title = {A Field Study of Refactoring Challenges and Benefits},
booktitle = {20th Symposium on the Foundations of Software Engineering (FSE)},
--series = {FSE '12},
year = {2012},
isbn = {978-1-4503-1614-9},
location = {Cary, North Carolina},
pages = {50:1-50:11},
articleno = {50},
numpages = {11},
--url = {http://doi.acm.org/10.1145/2393596.2393655},
doi = {10.1145/2393596.2393655},
acmid = {2393655},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {churn, component dependencies, defects, empirical study, refactoring, software evolution}
}
@article{kim-tse-2014,
title = "An Empirical Study of Refactoring Challenges and Benefits at {M}icrosoft",
author = "Miryung Kim and Thomas Zimmermann and Nachiappan Nagappan",
year = "2014",
month = "July",
journal = "IEEE Transactions on Software Engineering",
number = "7",
volume = "40"
}
@article{Murphy-Hill:2008:fitness,
author = {Emerson R. Murphy-Hill and Andrew P. Black},
title = {Refactoring Tools: Fitness for Purpose},
journal = {IEEE Software},
volume = {25},
number = {5},
year = {2008},
pages = {38-44},
}
@article{Murphy:2006,
author = {Murphy, Gail C. and Kersten, Mik and Findlater, Leah},
title = {How Are {Java} Software Developers Using the {Eclipse} {IDE}?},
journal = {IEEE Software},
issue_date = {July 2006},
volume = {23},
number = {4},
month = jul,
year = {2006},
issn = {0740-7459},
pages = {76-83},
numpages = {8},
--url = {http://dx.doi.org/10.1109/MS.2006.105},
doi = {10.1109/MS.2006.105},
acmid = {1159396},
--publisher = {IEEE Computer Society Press},
--address = {Los Alamitos, CA, USA},
keywords = {coding tools and techniques, construction tools, programming environments, programming environments, construction tools, coding tools and techniques},
}
@article{wilking2007empirical,
title={An Empirical Evaluation of Refactoring.},
author={Wilking, Dirk and Kahn, Umar Farooq and Kowalewski, Stefan},
journal={e-Informatica Software Engineering Journal},
volume={1},
number={1},
pages={27-42},
year={2007},
publisher={Citeseer}
}
@inproceedings{Murphy-Hill:2008,
author = {Murphy-Hill, Emerson and Black, Andrew P.},
title = {Breaking the Barriers to Successful Refactoring: Observations and Tools for {Extract} {Method}},
booktitle = {30th International Conference on Software Engineering (ICSE)},
--series = {ICSE '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {421-430},
numpages = {10},
--url = {http://doi.acm.org/10.1145/1368088.1368146},
doi = {10.1145/1368088.1368146},
acmid = {1368146},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {environments, refactoring, tools, usability},
}
@inproceedings{ratzinger2007mining,
title={Mining software evolution to predict refactoring},
author={Ratzinger, Jacek and Sigmund, Thomas and Vorburger, Peter and Gall, Harald},
booktitle={1st International Symposium on Empirical Software Engineering and Measurement (ESEM)},
pages={354-363},
year={2007}
}
@inproceedings{pinto2014mining,
title={Mining questions about software energy consumption},
author={Pinto, Gustavo and Castor, Fernando and Liu, Yu David},
booktitle={11th Working Conference on Mining Software Repositories (MSR)},
pages={22-31},
year={2014}
}
@inproceedings{Negara:2014,
author = {Negara, Stas and Codoban, Mihai and Dig, Danny and Johnson, Ralph E.},
title = {Mining Fine-grained Code Changes to Detect Unknown Change Patterns},
booktitle = {36th International Conference on Software Engineering (ICSE)},
--series = {ICSE 2014},
year = {2014},
isbn = {978-1-4503-2756-5},
location = {Hyderabad, India},
pages = {803-813},
numpages = {11},
--url = {http://doi.acm.org/10.1145/2568225.2568317},
doi = {10.1145/2568225.2568317},
acmid = {2568317},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {Code Changes, Data Mining, Program Transformation},
}
@inproceedings{Kawrykow:2011,
author = {Kawrykow, David and Robillard, Martin P.},
title = {Non-essential Changes in Version Histories},
booktitle = {33rd International Conference on Software Engineering (ICSE)},
--series = {ICSE '11},
year = {2011},
isbn = {978-1-4503-0445-0},
location = {Waikiki, Honolulu, HI, USA},
pages = {351-360},
numpages = {10},
--url = {http://doi.acm.org/10.1145/1985793.1985842},
doi = {10.1145/1985793.1985842},
acmid = {1985842},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {differencing algorithms, mining software repositories, software change analysis},
}
@inproceedings{Dias:2015,
author = {Martin Dias and
Alberto Bacchelli and
Georgios Gousios and
Damien Cassou and
St{\'{e}}phane Ducasse},
title = {Untangling fine-grained code changes},
booktitle = {22nd {IEEE} International Conference on Software Analysis, Evolution, and Reengineering},
pages = {341-350},
year = {2015},
url = {http://dx.doi.org/10.1109/SANER.2015.7081844},
doi = {10.1109/SANER.2015.7081844},
timestamp = {Tue, 14 Apr 2015 19:33:07 +0200},
}
@incollection{Bavota:2015,
year={2014},
isbn={978-3-642-45134-8},
booktitle={Recommendation Systems in Software Engineering},
editor={Robillard, Martin P. and Maalej, Walid and Walker, Robert J. and Zimmermann, Thomas},
doi={10.1007/978-3-642-45135-5_15},
title={Recommending Refactoring Operations in Large Software Systems},
url={http://dx.doi.org/10.1007/978-3-642-45135-5_15},
publisher={Springer Berlin Heidelberg},
author={Bavota, Gabriele and De Lucia, Andrea and Marcus, Andrian and Oliveto, Rocco},
pages={387-419},
language={English}
}
@book{Fowler:1999,
author = {Fowler, Martin},
title = {Refactoring: Improving the Design of Existing Code},
publisher = {Addison-Wesley},
year = {1999}
}
@book{fowler2018refactoring,
title={Refactoring: improving the design of existing code},
author={Fowler, Martin},
year={2018},
publisher={Addison-Wesley}
}
@article{Tsantalis:2011,
author = {Tsantalis, Nikolaos and Chatzigeorgiou, Alexander},
title = {Identification of {Extract} {Method} Refactoring Opportunities for the Decomposition of Methods},
journal = {J. Syst. Softw.},
issue_date = {October, 2011},
volume = {84},
number = {10},
month = oct,
year = {2011},
issn = {0164-1212},
pages = {1757-1782},
numpages = {26},
--url = {http://dx.doi.org/10.1016/j.jss.2011.05.016},
doi = {10.1016/j.jss.2011.05.016},
acmid = {2010870},
--publisher = {Elsevier Science Inc.},
--address = {New York, NY, USA},
keywords = {Extract Method refactoring, Module decomposition, Program slicing},
}
@inproceedings{Silva:2014,
author = {Silva, Danilo and Terra, Ricardo and Valente, Marco Tulio},
title = {Recommending Automated {Extract} {Method} Refactorings},
booktitle = {Proceedings of the 22nd International Conference on Program Comprehension},
--series = {ICPC 2014},
year = {2014},
isbn = {978-1-4503-2879-1},
location = {Hyderabad, India},
pages = {146-156},
numpages = {11},
--url = {http://doi.acm.org/10.1145/2597008.2597141},
doi = {10.1145/2597008.2597141},
acmid = {2597141},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {Extract Method, Program comprehension supporting tools, Refactoring, Self-documenting methods},
}
@Inproceedings {Meng:2015,
author = {Na Meng and Lisa Hua and Miryung Kim and Kathryn S. McKinley},
booktitle = {Proceedings of the 37th International Conference on Software Engineering (ICSE)},
month = {May},
title = {Does Automated Refactoring Obviate Systematic Editing?},
year = {2015},
}
@article{Tsantalis:2015,
author={Tsantalis, N. and Mazinanian, D. and Krishnan, G. P.},
journal={IEEE Transactions on Software Engineering},
title={Assessing the Refactorability of Software Clones},
year={2015},
volume={41},
number={11},
pages={1055-1090},
doi={10.1109/TSE.2015.2448531},
ISSN={0098-5589},
month={Nov},
}
@inproceedings{Kim:2012:testing,
author={Rachatasumrit, N. and Miryung Kim},
booktitle={28th IEEE International Conference on Software Maintenance},
title={An empirical investigation into the impact of refactoring on regression testing},
year={2012},
--month={Sept},
pages={357-366},
keywords={Java;configuration management;program testing;program verification;public domain software;software maintenance;software quality;system recovery;ANT;FaultTracer;JMeter;Java open source project;RefFinder;XMLSecurity;atomic change;change impact analysis;developer productivity improvement;failure-inducing change;functionality regression;refactoring edit validation;refactoring reconstruction analysis;regression testing;software quality improvement;software system maintenance;software system understanding;testing cost;version history;Conferences;Engines;History;Measurement;Software maintenance;Testing;empirical study;refactoring;regression testing;software evolution},
doi={10.1109/ICSM.2012.6405293},
ISSN={1063-6773},
}
@inproceedings{Vakilian:2012,
author = {Vakilian, Mohsen and Chen, Nicholas and Negara, Stas and Rajkumar, Balaji Ambresh and Bailey, Brian P. and Johnson, Ralph E.},
title = {Use, Disuse, and Misuse of Automated Refactorings},
booktitle = {Proceedings of the 34th International Conference on Software Engineering (ICSE)},
--series = {ICSE '12},
year = {2012},
isbn = {978-1-4673-1067-3},
location = {Zurich, Switzerland},
pages = {233-243},
numpages = {11},
--url = {http://dl.acm.org/citation.cfm?id=2337223.2337251},
acmid = {2337251},
--publisher = {IEEE Press},
--address = {Piscataway, NJ, USA},
}
@inproceedings{Sales:2013,
author={Sales, V. and Terra, R. and Miranda, L.F. and Valente, M.T.},
booktitle={Proceedings of the 20th Working Conference on Reverse Engineering},
title={Recommending {Move} {Method} refactorings using dependency sets},
year={2013},
--month={Oct},
pages={232-241},
keywords={object-oriented programming;program diagnostics;recommender systems;software maintenance;JDeodorant;Qualitas Corpus;dependency sets;move method recommendation system;move method refactorings;object-oriented systems;static dependencies;Computer architecture;Couplings;Educational institutions;Feature extraction;System analysis and design;Time measurement;Dependency sets;Move method refactorings;Recommendation systems},
doi={10.1109/WCRE.2013.6671298},
}
@article{Tsantalis:2009,
author = {Tsantalis, Nikolaos and Chatzigeorgiou, Alexander},
title = {Identification of {Move} {Method} Refactoring Opportunities},
journal = {IEEE Transactions on Software Engineering},
issue_date = {May 2009},
volume = {35},
number = {3},
month = may,
year = {2009},
issn = {0098-5589},
pages = {347-367},
numpages = {21},
url = {http://dx.doi.org/10.1109/TSE.2009.1},
doi = {10.1109/TSE.2009.1},
acmid = {1592367},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Feature Envy, Jaccard distance, Move Method refactoring, Move Method refactoring, Feature Envy, object-oriented design, Jaccard distance, design quality., design quality., object-oriented design},
}
@article{Bavota:2014,
author = {Bavota, Gabriele and Oliveto, Rocco and Gethers, Malcom and Poshyvanyk, Denys and De Lucia, Andrea},
title = {Methodbook: Recommending {Move} {Method} Refactorings via Relational Topic Models},
journal = {IEEE Transactions on Software Engineering},
issue_date = {July 2014},
volume = {40},
number = {7},
month = jul,
year = {2014},
issn = {0098-5589},
pages = {671-694},
numpages = {24},
url = {http://dx.doi.org/10.1109/TSE.2013.60},
doi = {10.1109/TSE.2013.60},
acmid = {2693290},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@article{Bavota:2011,
author = {Bavota, Gabriele and De Lucia, Andrea and Oliveto, Rocco},
title = {Identifying {Extract} {Class} Refactoring Opportunities Using Structural and Semantic Cohesion Measures},
journal = {J. Syst. Softw.},
issue_date = {March, 2011},
volume = {84},
number = {3},
month = mar,
year = {2011},
issn = {0164-1212},
pages = {397-414},
numpages = {18},
--url = {http://dx.doi.org/10.1016/j.jss.2010.11.918},
doi = {10.1016/j.jss.2010.11.918},
acmid = {1931100},
--publisher = {Elsevier Science Inc.},
--address = {New York, NY, USA},
keywords = {Cohesion, Coupling, Empirical studies, Extract Class refactoring, Graph theory, MaxFlow-MinCut},
}
@inproceedings{Hotta:2012,
author = {Hotta, Keisuke and Higo, Yoshiki and Kusumoto, Shinji},
title = {Identifying, Tailoring, and Suggesting {Form} {Template} {Method} Refactoring Opportunities with Program Dependence Graph},
booktitle = {Proceedings of the 16th European Conference on Software Maintenance and Reengineering},
--series = {CSMR '12},
year = {2012},
isbn = {978-0-7695-4666-7},
pages = {53-62},
numpages = {10},
--url = {http://dx.doi.org/10.1109/CSMR.2012.16},
doi = {10.1109/CSMR.2012.16},
acmid = {2192550},
--publisher = {IEEE Computer Society},
--address = {Washington, DC, USA},
keywords = {Code Clones, Refactoring, Form Template Method, Program Dependence Graph, Software Maintenance},
}
@article{Tairas:2012,
author = {Tairas, Robert and Gray, Jeff},
title = {Increasing Clone Maintenance Support by Unifying Clone Detection and Refactoring Activities},
journal = {Inf. Softw. Technol.},
issue_date = {December, 2012},
volume = {54},
number = {12},
month = dec,
year = {2012},
issn = {0950-5849},
pages = {1297-1307},
numpages = {11},
url = {http://dx.doi.org/10.1016/j.infsof.2012.06.011},
doi = {10.1016/j.infsof.2012.06.011},
acmid = {2365395},
publisher = {Butterworth-Heinemann},
address = {Newton, MA, USA},
keywords = {Code clones, Maintenance, Refactoring},
}
@inproceedings{Weissgerber:2006,
author = {Wei{\ss}gerber, Peter and Diehl, Stephan},
title = {Are Refactorings Less Error-prone Than Other Changes?},
booktitle = {3rd Workshop on Mining Software Repositories (MSR)},
--series = {MSR '06},
year = {2006},
isbn = {1-59593-397-2},
location = {Shanghai, China},
pages = {112-118},
numpages = {7},
--url = {http://doi.acm.org/10.1145/1137983.1138011},
doi = {10.1145/1137983.1138011},
acmid = {1138011},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {re-engineering, refactoring, reverse engineering, software evolution},
}
@inproceedings{Nagappan:2005,
author = {Nagappan, Nachiappan and Ball, Thomas},
title = {Use of Relative Code Churn Measures to Predict System Defect Density},
booktitle = {Proceedings of the 27th International Conference on Software Engineering (ICSE)},
--series = {ICSE '05},
year = {2005},
isbn = {1-58113-963-2},
location = {St. Louis, MO, USA},
pages = {284-292},
numpages = {9},
--url = {http://doi.acm.org/10.1145/1062455.1062514},
doi = {10.1145/1062455.1062514},
acmid = {1062514},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {defect density, fault-proneness, multiple regression, principal component analysis, relative code churn},
}
@inproceedings{Kim:2011,
author = {Kim, Miryung and Cai, Dongxiang and Kim, Sunghun},
title = {An Empirical Investigation into the Role of {API}-level Refactorings During Software Evolution},
booktitle = {33rd International Conference on Software Engineering (ICSE)},
--series = {ICSE '11},
year = {2011},
isbn = {978-1-4503-0445-0},
location = {Waikiki, Honolulu, HI, USA},
pages = {151-160},
numpages = {10},
--url = {http://doi.acm.org/10.1145/1985793.1985815},
doi = {10.1145/1985793.1985815},
acmid = {1985815},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {defects, empirical study, refactoring, release cycle, software evolution},
}
@inproceedings{Kataoka:2002,
author={Kataoka, Y. and Imai, T. and Andou, H. and Fukaya, T.},
booktitle={Proceedings of the International Conference on Software Maintenance},
title={A quantitative evaluation of maintainability enhancement by refactoring},
year={2002},
month={},
pages={576-585},
keywords={software maintenance;software metrics;coupling metrics;maintainability enhancement;program refactoring;quantitative evaluation;Computer bugs;Laboratories;Maintenance engineering;Performance analysis;Process planning;Programming profession;Project management;Software design;Software maintenance;Systems engineering and theory},
doi={10.1109/ICSM.2002.1167822},
ISSN={1063-6773},
}
@inproceedings{Xing:2005,
author = {Xing, Zhenchang and Stroulia, Eleni},
title = {{UMLDiff}: An Algorithm for Object-oriented Design Differencing},
booktitle = {20th International Conference on Automated Software Engineering (ASE)},
--series = {ASE '05},
year = {2005},
isbn = {1-58113-993-4},
location = {Long Beach, CA, USA},
pages = {54-65},
numpages = {12},
--url = {http://doi.acm.org/10.1145/1101908.1101919},
doi = {10.1145/1101908.1101919},
acmid = {1101919},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {design differencing, design mentoring, design understanding, structural evolution},
}
@inproceedings{Kim:2010:RefFinder,
author = {Kim, Miryung and Gee, Matthew and Loh, Alex and Rachatasumrit, Napol},
title = {{Ref-Finder}: A Refactoring Reconstruction Tool Based on Logic Query Templates},
booktitle = {8th Symposium on Foundations of Software Engineering (FSE)},
--series = {FSE '10},
year = {2010},
isbn = {978-1-60558-791-2},
location = {Santa Fe, New Mexico, USA},
pages = {371-372},
numpages = {2},
--url = {http://doi.acm.org/10.1145/1882291.1882353},
doi = {10.1145/1882291.1882353},
acmid = {1882353},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {logic-based program representation, program differencing, refactoring, software evolution},
}
@inproceedings{prete2010template,
title={Template-based reconstruction of complex refactorings},
author={Prete, Kyle and Rachatasumrit, Napol and Sudan, Nikita and Kim, Miryung},
booktitle={26th International Conference on Software Maintenance (ICSM)},
pages={1-10},
year={2010}
}
@inproceedings{Xing:2008:JDevAn,
author = {Xing, Zhenchang and Stroulia, Eleni},
title = {The {JDEvAn} Tool Suite in Support of Object-oriented Evolutionary Development},
booktitle = {30th International Conference on Software Engineering (ICSE)},
--series = {ICSE Companion '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {951-952},
numpages = {2},
--url = {http://doi.acm.org/10.1145/1370175.1370203},
doi = {10.1145/1370175.1370203},
acmid = {1370203},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {asynchronous api evolution, evolutionary software development, model differencing, refactoring detection},
}
@article{Hintze.Nelson:1998,
abstract = {Many modifications build on Tukey's original box plot. A proposed further adaptation, the violin plot, pools the best statistical features of alternative graphical representations of batches of data. It adds the information available from local density estimates to the basic summary statistics inherent in box plots. This marriage of summary statistics and density shape into a single plot provides a useful tool for data analysis and exploration.},
added-at = {2014-01-21T07:37:48.000+0100},
author = {Hintze, Jerry L. and Nelson, Ray D.},
biburl = {http://www.bibsonomy.org/bibtex/2524a97cc7d63a13ef5a6e256cf141edd/marsianus},
editor = {Statistician, The American},
interhash = {f222fa9f2d7c8a03833c884ec6e59f51},
intrahash = {524a97cc7d63a13ef5a6e256cf141edd},
journal = {The American Statistician},
keywords = {Boxplot Plot Violinplot},
number = 2,
pages = {181-184},
timestamp = {2014-01-21T07:37:48.000+0100},
title = {Violin Plots: A Box Plot-Density Trace Synergism},
volume = 52,
year = 1998
}
@inproceedings{Cruzes:2011,
author = {Cruzes, Daniela S. and Dyba, Tore},
title = {Recommended Steps for Thematic Synthesis in Software Engineering},
booktitle = {Proceedings of the 2011 International Symposium on Empirical Software Engineering and Measurement},
--series = {ESEM '11},
year = {2011},
isbn = {978-0-7695-4604-9},
pages = {275-284},
numpages = {10},
--url = {http://dx.doi.org/10.1109/ESEM.2011.36},
doi = {10.1109/ESEM.2011.36},
acmid = {2083434},
--publisher = {IEEE Computer Society},
--address = {Washington, DC, USA},
keywords = {research synthesis, secondary research, systematic review, evidence-based and empirical software engineering},
}
@inproceedings{Prete:2010,
author = {Prete, Kyle and Rachatasumrit, Napol and Sudan, Nikita and Kim, Miryung},
title = {Template-based Reconstruction of Complex Refactorings},
booktitle = {Proceedings of the 2010 IEEE International Conference on Software Maintenance},
--series = {ICSM '10},
year = {2010},
isbn = {978-1-4244-8630-4},
pages = {1-10},
numpages = {10},
--url = {http://dx.doi.org/10.1109/ICSM.2010.5609577},
doi = {10.1109/ICSM.2010.5609577},
acmid = {1913308},
--publisher = {IEEE Computer Society},
--address = {Washington, DC, USA},
}
@article{Soares:2013,
author = {Soares, Gustavo and Gheyi, Rohit and Murphy-Hill, Emerson and Johnson, Brittany},
title = {Comparing Approaches to Analyze Refactoring Activity on Software Repositories},
journal = {Journal of Systems and Software},
issue_date = {April, 2013},
volume = {86},
number = {4},
month = apr,
year = {2013},
issn = {0164-1212},
pages = {1006-1022},
numpages = {17},
acmid = {2445820},
publisher = {Elsevier Science Inc.},
address = {New York, NY, USA},
keywords = {Automated analysis, Manual analysis, Refactoring, Repository},
}
@phdthesis{Opdyke:1992,
author = {Opdyke, William F.},
title = {Refactoring object-oriented frameworks},
year = {1992},
school = {University of Illinois at Urbana-Champaign, IL, USA},
}
@ARTICLE{mens:survey:2004,
author={Mens, T. and Tourwe, T.},
journal={IEEE Transactions on Software Engineering},
title={A survey of software refactoring},
year={2004},
volume={30},
number={2},
pages={126-139},
}
@book{Beck:1999,
author = {Beck, Kent},
title = {Extreme Programming Explained: Embrace Change},
year = {2000},
publisher = {Addison-Wesley},
}
@article {Dit:2013,
author = {Dit, Bogdan and Revelle, Meghan and Gethers, Malcom and Poshyvanyk, Denys},
title = {Feature location in source code: a taxonomy and survey},
journal = {Journal of Software: Evolution and Process},
volume = {25},
number = {1},
publisher = {John Wiley & Sons, Ltd},
issn = {2047-7481},
url = {http://dx.doi.org/10.1002/smr.567},
doi = {10.1002/smr.567},
pages = {53-95},
keywords = {Feature location, concept location, program comprehension, software maintenance and evolution},
year = {2013},
}
@inproceedings{Pinto:2013,
author = {Pinto, Gustavo H. and Kamei, Fernando},
title = {What Programmers Say About Refactoring Tools?: An Empirical Investigation of Stack Overflow},
booktitle = {Proceedings of the 2013 ACM Workshop on Workshop on Refactoring Tools},
--series = {WRT '13},
year = {2013},
isbn = {978-1-4503-2604-9},
location = {Indianapolis, Indiana, USA},
pages = {33-36},
numpages = {4},
--url = {http://doi.acm.org/10.1145/2541348.2541357},
doi = {10.1145/2541348.2541357},
acmid = {2541357},
--publisher = {ACM},
--address = {New York, NY, USA},
keywords = {programming knowledge, question-answer websites, refactoring tools},
}
@inproceedings{Wang:2009,
author={Yi Wang},
booktitle={IEEE International Conference on Software Maintenance},
title={What motivate software engineers to refactor source code? evidences from professional developers},
year={2009},
pages={413-416},
doi={10.1109/ICSM.2009.5306290},
ISSN={1063-6773},
month={Sept},}
@inproceedings{Chaparro:2014,
title={On the impact of refactoring operations on code quality metrics},
author={Chaparro, Oscar and Bavota, Gabriele and Marcus, Andrian and Di Penta, Massimiliano},
booktitle={30th International Conference on Software Maintenance and Evolution (ICSME)},
pages={456-460},
year={2014}
}
@article{Murphy-Hill:2015,
author={Murphy-Hill, E. and Zimmermann, T. and Bird, C. and Nagappan, N.},
journal={IEEE Transactions on Software Engineering},
title={The Design Space of Bug Fixes and How Developers Navigate It},
year={2015},
volume={41},
number={1},
pages={65-81},
keywords={program debugging;software engineering;Microsoft engineers;Pex4Fun environment;bug fix design space;bug localization;bug prediction;bug triage meetings;design choices;qualitative interviews;software engineers;Buildings;Computer bugs;Encoding;Interviews;Navigation;Protocols;Software;Design concepts;human factors in software design;maintainability},
doi={10.1109/TSE.2014.2357438},
ISSN={0098-5589},
month={Jan},
}
@inproceedings{DuBois:2005,
author = {Du Bois, Bart and Demeyer, Serge and Verelst, Jan},
title = {Does the "Refactor to Understand" Reverse Engineering Pattern Improve Program Comprehension?},
booktitle = {Proceedings of the Ninth European Conference on Software Maintenance and Reengineering},
--series = {CSMR '05},
year = {2005},
isbn = {0-7695-2304-8},
pages = {334-343},
numpages = {10},
url = {http://dx.doi.org/10.1109/CSMR.2005.25},
doi = {10.1109/CSMR.2005.25},
acmid = {1049046},
--publisher = {IEEE Computer Society},
--address = {Washington, DC, USA},
}
@Inbook{Singer:2008,
author="Singer, Janice and Sim, Susan E. and Lethbridge, Timothy C.",
editor="Shull, Forrest and Singer, Janice and Sj{\o}berg, Dag I. K.",
chapter="Software Engineering Data Collection for Field Studies",
title="Guide to Advanced Empirical Software Engineering",
year="2008",
publisher="Springer London",
address="London",
pages="9-34",
isbn="978-1-84800-044-5",
doi="10.1007/978-1-84800-044-5_1",
url="http://dx.doi.org/10.1007/978-1-84800-044-5_1"
}
@inproceedings{Kadar:2016,
author = {Istv{\'a}n K{\'a}d{\'a}r and P{\'e}ter Heged{\"{u}}s and Rudolf Ferenc and Tibor Gyim{\'o}thy},
booktitle={23rd IEEE International Conference on Software Analysis, Evolution, and Reengineering},
title={A Code Refactoring Dataset and Its Assessment Regarding Software Maintainability},
year={2016},
pages={599-603},
keywords={public domain software;software maintenance;software metrics;software reliability;source code (software);clone metrics;code refactoring dataset processing;excessive open dataset;open-source systems;quality attributes;software maintainability;source code classes;source code metrics;Cloning;Complexity theory;Correlation;Java;Measurement;Open source software;code refactoring;empirical study;software maintainability},
doi={10.1109/SANER.2016.42},
month={March},
}
@inproceedings{fse2016-why-we-refactor,
author = {Danilo Silva and Nikolaos Tsantalis and Marco Tulio Valente},
title = {Why We Refactor? Confessions of {GitHub} Contributors},
booktitle = {24th Symposium on the Foundations of Software Engineering (FSE)},
year = {2016},
pages = {858-870},
}
@inproceedings{dig2006automated,
title={Automated detection of refactorings in evolving components},
author={Dig, Danny and Comertoglu, Can and Marinov, Darko and Johnson, Ralph},
booktitle={20th European Conference on Object-Oriented Programming (ECOOP)},
pages={404-428},
year={2006}
}
@inproceedings{chierichetti2010finding,
title={Finding the Jaccard median},
author={Chierichetti, Flavio and Kumar, Ravi and Pandey, Sandeep and Vassilvitskii, Sergei},
booktitle={21st Symposium on Discrete Algorithms (SODA)},
pages={293-311},
year={2010}
}
@book{salton1986introduction,
title={Introduction to modern information retrieval},
author={Salton, Gerard and McGill, Michael J},
year={1986},
publisher={McGraw-Hill}
}
@inproceedings{ratzinger2008relation,
title={On the relation of refactorings and software defect prediction},
author={Ratzinger, Jacek and Sigmund, Thomas and Gall, Harald C},
booktitle={5th Working Conference on Mining Software Repositories (MSR)},
pages={35-38},
year={2008}
}
@inproceedings{henkel2005catchup,
title={CatchUp!: capturing and replaying refactorings to support {API} evolution},
author={Henkel, Johannes and Diwan, Amer},
booktitle={27th International Conference on Software Engineering (ICSE)},
pages={274-283},
year={2005}
}
@inproceedings{weissgerber2006identifying,
title={Identifying refactorings from source-code changes},
author={Weissgerber, Peter and Diehl, Stephan},
booktitle={21st International Conference on Automated Software Engineering (ASE)},
pages={231-240},
year={2006}
}
@inproceedings{weissgerber2006refactorings,
title={Are refactorings less error-prone than other changes?},
author={Wei{\ss}gerber, Peter and Diehl, Stephan},
booktitle={3rd Workshop on Mining Software Repositories (MSR)},
pages={112-118},
year={2006}
}
@inproceedings{demeyer2000finding,
title={Finding refactorings via change metrics},
author={Demeyer, Serge and Ducasse, St{\'e}phane and Nierstrasz, Oscar},
booktitle={ACM SIGPLAN Notices},
volume={35},
number={10},
pages={166-177},
year={2000}
}
@article{soares2010making,
title={Making program refactoring safer},
author={Soares, Gustavo and Gheyi, Rohit and Serey, Dalton and Massoni, Tiago},
journal={IEEE software},
volume={27},
number={4},
pages={52-57},
year={2010},
publisher={IEEE}
}
@inproceedings{dig2007refactoring,
title={Refactoring-aware configuration management for object-oriented programs},
author={Dig, Danny and Manzoor, Kashif and Johnson, Ralph and Nguyen, Tien N},
booktitle={29th International Conference on Software Engineering (ICSE)},
pages={427-436},
year={2007}
}
@inproceedings{icsme2016,
author = {Hudson Borges and Andre Hora and Marco Tulio Valente},
title = {Understanding the Factors that Impact the Popularity of {GitHub} Repositories},
booktitle = {32nd IEEE International Conference on Software Maintenance and Evolution (ICSME)},
year = {2016},
pages = {334--344},
}
@article{jss-2018-github-stars,
author = {Hudson Silva and Marco Tulio Valente},
title = {What's in a {GitHub} Star? Understanding Repository Starring Practices in a Social Coding Platform},
journal = {Journal of Systems and Software},
volume = {146},
pages = {112--129},
year = {2018},
}
@inproceedings{tsantalis2018rminer,
author = {Tsantalis, Nikolaos and Mansouri, Matin and Eshkevari, Laleh M. and Mazinanian, Davood and Dig, Danny},
title = {Accurate and Efficient Refactoring Detection in Commit History},
booktitle = {40th International Conference on Software Engineering (ICSE)},
year = {2018},
pages = {483--494},
}