-
Notifications
You must be signed in to change notification settings - Fork 13
/
book.bib
3012 lines (2807 loc) · 144 KB
/
book.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
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% Place TeX-style references in this file.
@inproceedings{mujahid2017examining,
title={Examining user complaints of wearable apps: a case study on android wear},
author={Mujahid, Suhaib and Sierra, Giancarlo and Abdalkareem, Rabe and Shihab, Emad and Shang, Weiyi},
booktitle={Mobile Software Engineering and Systems (MOBILESoft), 2017 IEEE/ACM 4th International Conference on},
pages={96--99},
year={2017},
organization={IEEE}
}
@article{hassan2018studying,
title={Studying the dialogue between users and developers of free apps in the Google Play Store},
author={Hassan, Safwat and Tantithamthavorn, Chakkrit and Bezemer, Cor-Paul and Hassan, Ahmed E},
journal={Empirical Software Engineering},
volume={23},
number={3},
pages={1275--1312},
year={2018},
publisher={Springer}
}
@article{mcilroy2017worth,
title={Is It Worth Responding to Reviews? Studying the Top Free Apps in Google Play},
author={McIlroy, Stuart and Shang, Weiyi and Ali, Nasir and Hassan, Ahmed E},
journal={IEEE Software},
volume={34},
number={3},
pages={64--71},
year={2017},
publisher={IEEE}
}
@phdthesis{mcilroy2014empirical,
title={Empirical studies of the distribution and feedback mechanisms of mobile app stores},
author={Mcilroy, Stuart},
year={2014}
}
@misc{appNumber,
author = {Statista},
title = {Number of apps available in leading app stores as of 1st quarter 2018},
year = 2018,
howpublished = {\url{https://www.statista.com/statistics/276623/number-of-apps-available-in-leading-app-stores}},
note = {Accessed: 2018-10-10}
}
@misc{appStoreLaunch,
author = {AppleInsider},
title = {Apple's App Store launches with more than 500 apps},
year = 2008,
howpublished = {\url{http://appleinsider.com/articles/08/07/10/apples_app_store_launches_with_more_than_500_apps}},
note = {Accessed: 2018-10-10}
}
@misc{androidMarketLaunch,
author = {Melissa Perenson},
title = {Google Launches Android Market},
year = 2008,
howpublished = {\url{https://www.pcworld.com/article/152613/google_android_ships.html}},
note = {Accessed: 2018-10-10}
}
@article{scoccia2018investigation,
title={An Investigation into Android Run-time Permissions from the End Users’ Perspective},
author={Scoccia, Gian Luca and Ruberto, Stefano and Malavolta, Ivano and Autili, Marco and Inverardi, Paola},
year={2018}
}
@article{palomba2018crowdsourcing,
title={Crowdsourcing user reviews to support the evolution of mobile apps},
author={Palomba, Fabio and Linares-V{\'a}squez, Mario and Bavota, Gabriele and Oliveto, Rocco and Di Penta, Massimiliano and Poshyvanyk, Denys and De Lucia, Andrea},
journal={Journal of Systems and Software},
volume={137},
pages={143--162},
year={2018},
publisher={Elsevier}
}
@inproceedings{wei2017oasis,
title={OASIS: prioritizing static analysis warnings for Android apps based on app user reviews},
author={Wei, Lili and Liu, Yepang and Cheung, Shing-Chi},
booktitle={Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering},
pages={672--682},
year={2017},
organization={ACM}
}
@inproceedings{palomba2017recommending,
title={Recommending and localizing change requests for mobile apps based on user reviews},
author={Palomba, Fabio and Salza, Pasquale and Ciurumelea, Adelina and Panichella, Sebastiano and Gall, Harald and Ferrucci, Filomena and De Lucia, Andrea},
booktitle={Proceedings of the 39th international conference on software engineering},
pages={106--117},
year={2017},
organization={IEEE Press}
}
@inproceedings{jha2017mining,
title={Mining user requirements from application store reviews using frame semantics},
author={Jha, Nishant and Mahmoud, Anas},
booktitle={International Working Conference on Requirements Engineering: Foundation for Software Quality},
pages={273--287},
year={2017},
organization={Springer}
}
@inproceedings{li2017crowdsourced,
title={Crowdsourced App Review Manipulation},
author={Li, Shanshan and Caverlee, James and Niu, Wei and Kaghazgaran, Parisa},
booktitle={Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval},
pages={1137--1140},
year={2017},
organization={ACM}
}
@article{hu2018studying,
title={Studying the consistency of star ratings and reviews of popular free hybrid Android and iOS apps},
author={Hu, Hanyang and Wang, Shaowei and Bezemer, Cor-Paul and Hassan, Ahmed E},
journal={Empirical Software Engineering},
pages={1--26},
year={2018},
publisher={Springer}
}
@inproceedings{ali2017same,
title={Same app, different app stores: A comparative study},
author={Ali, Mohamed and Joorabchi, Mona Erfani and Mesbah, Ali},
booktitle={Proceedings of the 4th International Conference on Mobile Software Engineering and Systems},
pages={79--90},
year={2017},
organization={IEEE Press}
}
@article{li2017mining,
title={Mining User Reviews for Mobile App Comparisons},
author={Li, Yuanchun and Jia, Baoxiong and Guo, Yao and Chen, Xiangqun},
journal={Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies},
volume={1},
number={3},
pages={75},
year={2017},
publisher={ACM}
}
@inproceedings{anchieta2017,
title={Exploring Unsupervised Learning Towards Extractive Summarization of User Reviews},
author={Anchi{\^e}ta, Rafael T and Moura, Raimundo S},
booktitle={Proceedings of the 23rd Brazillian Symposium on Multimedia and the Web},
pages={217--220},
year={2017},
organization={ACM}
}
@inproceedings{panichella2016ardoc,
title={Ardoc: App reviews development oriented classifier},
author={Panichella, Sebastiano and Di Sorbo, Andrea and Guzman, Emitza and Visaggio, Corrado A and Canfora, Gerardo and Gall, Harald C},
booktitle={Proceedings of the 2016 24th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
pages={1023--1027},
year={2016},
organization={ACM}
}
@inproceedings{gao2018online,
title={Online app review analysis for identifying emerging issues},
author={Gao, Cuiyun and Zeng, Jichuan and Lyu, Michael R and King, Irwin},
booktitle={2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE)},
pages={48--58},
year={2018},
organization={IEEE}
}
@inproceedings{simmons2016agree,
title={Agree to disagree: on labelling helpful app reviews},
author={Simmons, Andrew and Hoon, Leonard},
booktitle={Proceedings of the 28th Australian Conference on Computer-Human Interaction},
pages={416--420},
year={2016},
organization={ACM}
}
@inproceedings{i2017crowdsourced,
title={Crowdsourced App Review Manipulation},
author={Li, Shanshan and Caverlee, James and Niu, Wei and Kaghazgaran, Parisa},
booktitle={Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval},
pages={1137--1140},
year={2017},
organization={ACM}
}
@inproceedings{chen2017toward,
title={Toward detecting collusive ranking manipulation attackers in mobile app markets},
author={Chen, Hao and He, Daojing and Zhu, Sencun and Yang, Jingshun},
booktitle={Proceedings of the 2017 ACM on Asia Conference on Computer and Communications Security},
pages={58--70},
year={2017},
organization={ACM}
}
@inproceedings{xie2016you,
title={You can promote, but you can't hide: large-scale abused app detection in mobile app stores},
author={Xie, Zhen and Zhu, Sencun and Li, Qing and Wang, Wenjing},
booktitle={Proceedings of the 32nd Annual Conference on Computer Security Applications},
pages={374--385},
year={2016},
organization={ACM}
}
@article{nayebi2018app,
title={App store mining is not enough for app improvement},
author={Nayebi, Maleknaz and Cho, Henry and Ruhe, Guenther},
journal={Empirical Software Engineering},
pages={1--31},
year={2018},
publisher={Springer}
}
@article{martin2015survey,
title={A survey of app store analysis for software engineering},
author={Martin, William and Sarro, Federica and Jia, Yue and Zhang, Yuanyuan and Harman, Mark},
journal={IEEE transactions on software engineering},
volume={43},
number={9},
pages={817--847},
year={2017},
publisher={IEEE}
}
@article{genc2017systematic,
title={A systematic literature review: Opinion mining studies from mobile app store user reviews},
author={Genc-Nayebi, Necmiye and Abran, Alain},
journal={Journal of Systems and Software},
volume={125},
pages={207--219},
year={2017},
publisher={Elsevier}
}
@inproceedings{aralikatte2018fault,
title={Fault in your stars: an analysis of Android app reviews},
author={Aralikatte, Rahul and Sridhara, Giriprasad and Gantayat, Neelamadhav and Mani, Senthil},
booktitle={Proceedings of the ACM India Joint International Conference on Data Science and Management of Data},
pages={57--66},
year={2018},
organization={ACM}
}
@inproceedings{wang2018android,
title={Why are Android apps removed from Google Play?: a large-scale empirical study},
author={Wang, Haoyu and Li, Hao and Li, Li and Guo, Yao and Xu, Guoai},
booktitle={Proceedings of the 15th International Conference on Mining Software Repositories},
pages={231--242},
year={2018},
organization={ACM}
}
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/},
}
@article{kitchenham2004procedures,
title={Procedures for performing systematic reviews},
author={Kitchenham, Barbara},
journal={Keele, UK, Keele University},
volume={33},
number={2004},
pages={1--26},
year={2004}
}
% ---- INITIAL SEED BUG PREDICTION ---- %
@article{DAmbros2010,
archivePrefix = {arXiv},
arxivId = {arXiv:1402.3873v2},
author = {D'Ambros, Marco and Lanza, Michele and Robbes, Romain},
doi = {10.1109/MSR.2010.5463279},
eprint = {arXiv:1402.3873v2},
isbn = {9781424468034},
issn = {02705257},
journal = {Proceedings - International Conference on Software Engineering},
keywords = {[Electronic Manuscript]},
pages = {31--41},
pmid = {14571374},
title = {{An extensive comparison of bug prediction approaches}},
year = {2010}
}
@inproceedings{Lewis2013,
author = {Lewis, Chris and Lin, Zhongpeng and Sadowski, Caitlin and Zhu, Xiaoyan and Ou, Rong and Whitehead, E. James},
booktitle = {2013 35th International Conference on Software Engineering (ICSE)},
doi = {10.1109/ICSE.2013.6606583},
isbn = {978-1-4673-3076-3},
month = {may},
pages = {372--381},
publisher = {IEEE},
title = {{Does bug prediction support human developers? Findings from a Google case study}},
url = {http://ieeexplore.ieee.org/document/6606583/},
year = {2013}
}
@article{Arisholm2010,
author = {Arisholm, Erik and Briand, Lionel C and Johannessen, Eivind B},
doi = {10.1016/j.jss.2009.06.055},
isbn = {0164-1212},
issn = {01641212},
journal = {Journal of Systems and Software},
keywords = {Cost-effectiveness,Fault prediction models,Verification},
number = {1},
pages = {2--17},
title = {{A systematic and comprehensive investigation of methods to build and evaluate fault prediction models}},
url = {https://ac.els-cdn.com/S0164121209001605/1-s2.0-S0164121209001605-main.pdf?{\_}tid=92a2f1a8-4bd2-4fe0-afdd-6ba58bccd31d{\&}acdnat=1536888305{\_}7d2566bc695559cbb4e74fdee3304bc0},
volume = {83},
year = {2010}
}
@article{Gyimothy2005,
author = {Gyimothy, T. and Ferenc, R. and Siket, I.},
doi = {10.1109/TSE.2005.112},
issn = {0098-5589},
journal = {IEEE Transactions on Software Engineering},
month = {oct},
number = {10},
pages = {897--910},
title = {{Empirical validation of object-oriented metrics on open source software for fault prediction}},
url = {http://ieeexplore.ieee.org/document/1542070/},
volume = {31},
year = {2005}
}
@article{Hall2012,
author = {Hall, T. and Beecham, S. and Bowes, D. and Gray, D. and Counsell, S.},
doi = {10.1109/TSE.2011.103},
issn = {0098-5589},
journal = {IEEE Transactions on Software Engineering},
month = {nov},
number = {6},
pages = {1276--1304},
title = {{A Systematic Literature Review on Fault Prediction Performance in Software Engineering}},
url = {http://ieeexplore.ieee.org/document/6035727/},
volume = {38},
year = {2012}
}
@misc{Catal2009review,
archivePrefix = {arXiv},
arxivId = {arXiv:1011.1669v3},
author = {Catal, Cagatay and Diri, Banu},
booktitle = {Expert Systems with Applications},
doi = {10.1016/j.eswa.2008.10.027},
eprint = {arXiv:1011.1669v3},
isbn = {0957-4174},
issn = {09574174},
keywords = {Automated fault prediction models,Expert systems,Machine learning,Method-level metrics,Public datasets},
number = {4},
pages = {7346--7354},
pmid = {25246403},
title = {{A systematic review of software fault prediction studies}},
url = {https://ac.els-cdn.com/S0957417408007215/1-s2.0-S0957417408007215-main.pdf?{\_}tid=f8b58ec9-c9a8-42d6-8bfd-d73c0f25d69e{\&}acdnat=1536697658{\_}4a8c6621a4a2ac4f49d65e0687927d91},
volume = {36},
year = {2009}
}
% ---- END INITIAL SEED BUG PREDICTION ---- %
% ---- BUG PREDICTION ---- %
@inproceedings{giger2012,
author = {Giger, Emanuel and D'Ambros, Marco and Pinzger, Martin and Gall, Harald C.},
title = {Method-level Bug Prediction},
booktitle = {Proceedings of the ACM-IEEE International Symposium on Empirical Software Engineering and Measurement},
series = {ESEM '12},
year = {2012},
isbn = {978-1-4503-1056-7},
location = {Lund, Sweden},
pages = {171--180},
numpages = {10},
url = {http://doi.acm.org/10.1145/2372251.2372285},
doi = {10.1145/2372251.2372285},
acmid = {2372285},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {code metrics, fine-grained source code changes, method-level bug prediction},
}
@INPROCEEDINGS{wang2016,
author={S. Wang and T. Liu and L. Tan},
booktitle={2016 IEEE/ACM 38th International Conference on Software Engineering (ICSE)},
title={Automatically Learning Semantic Features for Defect Prediction},
year={2016},
volume={},
number={},
pages={297-308},
keywords={belief networks;neural nets;program diagnostics;programming language semantics;public domain software;source code (software);semantic feature learning;software defect prediction;representation-learning algorithm;deep learning;programs semantic representation;source code;deep belief network;token vectors;abstract syntax trees;DBN;AST;open source projects;within-project defect prediction;cross-project defect prediction;WPDP;CPDP;Semantics;Feature extraction;Training;Predictive models;Buildings;Syntactics;Data models;defect prediction;feature generation;deep learning},
doi={10.1145/2884781.2884804},
ISSN={1558-1225},
month={May},
}
@inproceedings{zimmermann2009,
author = {Zimmermann, Thomas and Nagappan, Nachiappan and Gall, Harald and Giger, Emanuel and Murphy, Brendan},
title = {Cross-project Defect Prediction: A Large Scale Experiment on Data vs. Domain vs. Process},
booktitle = {Proceedings of the the 7th Joint Meeting of the European Software Engineering Conference and the ACM SIGSOFT Symposium on The Foundations of Software Engineering},
series = {ESEC/FSE '09},
year = {2009},
isbn = {978-1-60558-001-2},
location = {Amsterdam, The Netherlands},
pages = {91--100},
numpages = {10},
url = {http://doi.acm.org/10.1145/1595696.1595713},
doi = {10.1145/1595696.1595713},
acmid = {1595713},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {churn, cross-project, decision trees, defect prediction, logistic regression, prediction quality},
}
@inproceedings{hassan2009,
author = {Hassan, Ahmed E.},
title = {Predicting Faults Using the Complexity of Code Changes},
booktitle = {Proceedings of the 31st International Conference on Software Engineering},
series = {ICSE '09},
year = {2009},
isbn = {978-1-4244-3453-4},
pages = {78--88},
numpages = {11},
url = {http://dx.doi.org/10.1109/ICSE.2009.5070510},
doi = {10.1109/ICSE.2009.5070510},
acmid = {1555024},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{kim2007,
author = {Kim, Sunghun and Zimmermann, Thomas and Whitehead Jr., E. James and Zeller, Andreas},
title = {Predicting Faults from Cached History},
booktitle = {Proceedings of the 29th International Conference on Software Engineering},
series = {ICSE '07},
year = {2007},
isbn = {0-7695-2828-7},
pages = {489--498},
numpages = {10},
url = {http://dx.doi.org/10.1109/ICSE.2007.66},
doi = {10.1109/ICSE.2007.66},
acmid = {1248881},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{rahman2011,
author = {Rahman, Foyzur and Posnett, Daryl and Hindle, Abram and Barr, Earl and Devanbu, Premkumar},
title = {BugCache for Inspections: Hit or Miss?},
booktitle = {Proceedings of the 19th ACM SIGSOFT Symposium and the 13th European Conference on Foundations of Software Engineering},
series = {ESEC/FSE '11},
year = {2011},
isbn = {978-1-4503-0443-6},
location = {Szeged, Hungary},
pages = {322--331},
numpages = {10},
url = {http://doi.acm.org/10.1145/2025113.2025157},
doi = {10.1145/2025113.2025157},
acmid = {2025157},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {empirical software engineering, fault prediction, inspection},
}
@INPROCEEDINGS{Rahman2013,
author={F. Rahman and P. Devanbu},
booktitle={2013 35th International Conference on Software Engineering (ICSE)},
title={How, and why, process metrics are better},
year={2013},
volume={},
number={},
pages={432-441},
keywords={software metrics;software performance evaluation;software quality;statistical analysis;process metrics;defect prediction;quality-assurance efforts;defect-prone files;statistical tools;software metrics;model deployment;code metrics;performance;stability;portability;Measurement;Predictive models;Object oriented modeling;Training;Support vector machines;Software;Complexity theory},
doi={10.1109/ICSE.2013.6606589},
ISSN={0270-5257},
month={May},}
@article{DiNucci2018,
author={Di Nucci,D. and Palomba,F. and De Rosa,G. and Bavota,G. and Oliveto,R. and De Lucia,A.},
year={2018},
title={A Developer Centered Bug Prediction Model},
journal={IEEE Transactions on Software Engineering},
volume={44},
number={1},
pages={5-24},
language={English},
url={www.scopus.com}
}
@article{DiNucci2018,
author={Di Nucci,D. and Palomba,F. and De Rosa,G. and Bavota,G. and Oliveto,R. and De Lucia,A.},
year={2018},
title={A Developer Centered Bug Prediction Model},
journal={IEEE Transactions on Software Engineering},
volume={44},
number={1},
pages={5-24},
language={English},
url={www.scopus.com}
}
@article{DAmbros2012,
author={D'Ambros,M. and Lanza,M. and Robbes,R.},
year={2012},
title={Evaluating defect prediction approaches: A benchmark and an extensive comparison},
journal={Empirical Software Engineering},
volume={17},
number={4-5},
pages={531-577},
note={Cited By :167},
language={English},
url={www.scopus.com},
}
@article{Catal2011,
author={Catal,C.},
year={2011},
title={Software fault prediction: A literature review and current trends},
journal={Expert Systems with Applications},
volume={38},
number={4},
pages={4626-4636},
note={Cited By :138},
language={English},
url={www.scopus.com},
}
@article{Catal2009investigating,
author={Catal,C. and Diri,B.},
year={2009},
title={Investigating the effect of dataset size, metrics sets, and feature selection techniques on software fault prediction problem},
journal={Information Sciences},
volume={179},
number={8},
pages={1040-1058},
note={Cited By :109},
language={English},
url={www.scopus.com},
}
@article{Lessman2008,
author={Lessmann,S. and Baesens,B. and Mues,C. and Pietsch,S.},
year={2008},
title={Benchmarking classification models for software defect prediction: A proposed framework and novel findings},
journal={IEEE Transactions on Software Engineering},
volume={34},
number={4},
pages={485-496},
note={Cited By :491},
language={English},
url={www.scopus.com},
}
@inproceedings{Herzig2013,
author={Herzig,K. and Just,S. and Zeller,A.},
editor={ },
year={2013},
title={It's not a bug, it's a feature: How misclassification impacts bug prediction},
booktitle={Proceedings - International Conference on Software Engineering},
pages={392-401},
note={Cited By :128},
language={English},
url={www.scopus.com},
}
@article{Gao2011,
author={Gao,K. and Khoshgoftaar,T. M. and Wang,H. and Seliya,N.},
year={2011},
title={Choosing software metrics for defect prediction: An investigation on feature selection techniques},
journal={Software - Practice and Experience},
volume={41},
number={5},
pages={579-606},
note={Cited By :107},
language={English},
url={www.scopus.com},
}
@inproceedings{Kamei2010,
author = {Kamei, Yasutaka and Matsumoto, Shinsuke and Monden, Akito and Matsumoto, Ken-ichi and Adams, Bram and Hassan, Ahmed E.},
title = {Revisiting Common Bug Prediction Findings Using Effort-aware Models},
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.5609530},
doi = {10.1109/ICSM.2010.5609530},
acmid = {1913298},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Lamkanfi2011,
author = {Lamkanfi, Ahmed and Demeyer, Serge and Soetens, Quinten David and Verdonck, Tim},
title = {Comparing Mining Algorithms for Predicting the Severity of a Reported Bug},
booktitle = {Proceedings of the 2011 15th European Conference on Software Maintenance and Reengineering},
series = {CSMR '11},
year = {2011},
isbn = {978-0-7695-4343-7},
pages = {249--258},
numpages = {10},
url = {http://dx.doi.org/10.1109/CSMR.2011.31},
doi = {10.1109/CSMR.2011.31},
acmid = {1962803},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {Text Mining, Naive Bayes, Bug Reports, Bug Severity, Bugzilla},
}
@article{Radjenovic2013,
author = {Radjenovi\'{c}, Danijel and Heri\v{c}ko, Marjan and Torkar, Richard and \v{Z}ivkovi\v{c}, Ale\v{s}},
title = {Software Fault Prediction Metrics},
journal = {Information and Software Technology},
issue_date = {August 2013},
volume = {55},
number = {8},
month = aug,
year = {2013},
issn = {0950-5849},
pages = {1397--1418},
numpages = {22},
url = {http://dx.doi.org/10.1016/j.infsof.2013.02.009},
doi = {10.1016/j.infsof.2013.02.009},
acmid = {2771005},
publisher = {Butterworth-Heinemann},
address = {Newton, MA, USA},
keywords = {Software fault prediction, Software metric, Systematic literature review},
}
@article{Malhotra2015,
author = {Malhotra, Ruchika},
title = {A Systematic Review of Machine Learning Techniques for Software Fault Prediction},
journal = {Applied Soft Computing},
issue_date = {February 2015},
volume = {27},
number = {C},
month = feb,
year = {2015},
issn = {1568-4946},
pages = {504--518},
numpages = {15},
url = {http://dx.doi.org/10.1016/j.asoc.2014.11.023},
doi = {10.1016/j.asoc.2014.11.023},
acmid = {2803085},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Machine learning, Software fault proneness, Systematic literature review},
}
@inproceedings{Giger2011,
author = {Giger, Emanuel and Pinzger, Martin and Gall, Harald C.},
title = {Comparing Fine-grained Source Code Changes and Code Churn for Bug Prediction},
booktitle = {Proceedings of the 8th Working Conference on Mining Software Repositories},
series = {MSR '11},
year = {2011},
isbn = {978-1-4503-0574-7},
location = {Waikiki, Honolulu, HI, USA},
pages = {83--92},
numpages = {10},
url = {http://doi.acm.org/10.1145/1985441.1985456},
doi = {10.1145/1985441.1985456},
acmid = {1985456},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {code churn, nonlinear regression, prediction models, software bugs, source code changes},
}
@inproceedings{Kim2011,
author = {Kim, Sunghun and Zhang, Hongyu and Wu, Rongxin and Gong, Liang},
title = {Dealing with Noise in Defect Prediction},
booktitle = {Proceedings of the 33rd International Conference on Software Engineering},
series = {ICSE '11},
year = {2011},
isbn = {978-1-4503-0445-0},
location = {Waikiki, Honolulu, HI, USA},
pages = {481--490},
numpages = {10},
url = {http://doi.acm.org/10.1145/1985793.1985859},
doi = {10.1145/1985793.1985859},
acmid = {1985859},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {buggy changes, buggy files, data quality, defect prediction, noise resistance},
}
@article{Jiang2008,
author = {Jiang, Yue and Cukic, Bojan and Ma, Yan},
title = {Techniques for Evaluating Fault Prediction Models},
journal = {Empirical Software Engineering},
issue_date = {October 2008},
volume = {13},
number = {5},
month = oct,
year = {2008},
issn = {1382-3256},
pages = {561--595},
numpages = {35},
url = {http://dx.doi.org/10.1007/s10664-008-9079-3},
doi = {10.1007/s10664-008-9079-3},
acmid = {1416836},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {Empirical studies, Fault-prediction models, Model evaluation, Predictive models in software engineering},
}
@Article{Bowes2018,
author="Bowes, David
and Hall, Tracy
and Petri{\'{c}}, Jean",
title="Software defect prediction: do different classifiers find the same defects?",
journal="Software Quality Journal",
year="2018",
month="Jun",
day="01",
volume="26",
number="2",
pages="525--552",
issn="1573-1367",
doi="10.1007/s11219-016-9353-3",
url="https://doi.org/10.1007/s11219-016-9353-3"
}
@inproceedings{wWng2011,
title={How many software metrics should be selected for defect prediction?},
author={Wang, Huanjing and Khoshgoftaar, Taghi M and Seliya, Naeem},
booktitle={FLAIRS Conference},
year={2011}
}
@inproceedings{Jiang2013,
author = {Jiang, Tian and Tan, Lin and Kim, Sunghun},
title = {Personalized Defect Prediction},
booktitle = {Proceedings of the 28th IEEE/ACM International Conference on Automated Software Engineering},
series = {ASE'13},
year = {2013},
isbn = {978-1-4799-0215-6},
location = {Silicon Valley, CA, USA},
pages = {279--289},
numpages = {11},
url = {https://doi.org/10.1109/ASE.2013.6693087},
doi = {10.1109/ASE.2013.6693087},
acmid = {3107693},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {change classification, machine learning, personalized defect prediction, software reliability},
}
@inproceedings{Ghotra2015,
author = {Ghotra, Baljinder and McIntosh, Shane and Hassan, Ahmed E.},
title = {Revisiting the Impact of Classification Techniques on the Performance of Defect Prediction Models},
booktitle = {Proceedings of the 37th International Conference on Software Engineering - Volume 1},
series = {ICSE '15},
year = {2015},
isbn = {978-1-4799-1934-5},
location = {Florence, Italy},
pages = {789--800},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2818754.2818850},
acmid = {2818850},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{Lee2011,
author = {Lee, Taek and Nam, Jaechang and Han, DongGyun and Kim, Sunghun and In, Hoh Peter},
title = {Micro Interaction Metrics for Defect Prediction},
booktitle = {Proceedings of the 19th ACM SIGSOFT Symposium and the 13th European Conference on Foundations of Software Engineering},
series = {ESEC/FSE '11},
year = {2011},
isbn = {978-1-4503-0443-6},
location = {Szeged, Hungary},
pages = {311--321},
numpages = {11},
url = {http://doi.acm.org/10.1145/2025113.2025156},
doi = {10.1145/2025113.2025156},
acmid = {2025156},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {defect prediction, micro interaction metrics, mylyn},
}
@inproceedings{Matsumoto2010,
author = {Matsumoto, Shinsuke and Kamei, Yasutaka and Monden, Akito and Matsumoto, Ken-ichi and Nakamura, Masahide},
title = {An Analysis of Developer Metrics for Fault Prediction},
booktitle = {Proceedings of the 6th International Conference on Predictive Models in Software Engineering},
series = {PROMISE '10},
year = {2010},
isbn = {978-1-4503-0404-7},
location = {Timi\şoara, Romania},
pages = {18:1--18:9},
articleno = {18},
numpages = {9},
url = {http://doi.acm.org/10.1145/1868328.1868356},
doi = {10.1145/1868328.1868356},
acmid = {1868356},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {developer metrics, fault prediction, human factor},
}
@ARTICLE{Shepperd2014,
author={M. Shepperd and D. Bowes and T. Hall},
journal={IEEE Transactions on Software Engineering},
title={Researcher Bias: The Use of Machine Learning in Software Defect Prediction},
year={2014},
volume={40},
number={6},
pages={603-616},
keywords={learning (artificial intelligence);object-oriented programming;reverse engineering;software metrics;software performance evaluation;statistical analysis;machine learning;software defect prediction;defect-prone software component prediction;performance evaluation;reverse engineering;common response variable;random effects ANOVA model;model building factors;classifier factor;data set factor;input metrics factor;researcher group factor;researcher bias;blind analysis;reporting protocol improvement;intergroup studies;Software;Predictive models;Correlation;Data models;Buildings;Software engineering;Measurement;Software defect prediction;meta-analysis;researcher bias},
doi={10.1109/TSE.2014.2322358},
ISSN={0098-5589},
month={June}
}
@inproceedings{khoshgoftaar2010,
title={Attribute selection and imbalanced data: Problems in software defect prediction},
author={Khoshgoftaar, Taghi M and Gao, Kehan and Seliya, Naeem},
booktitle={Tools with Artificial Intelligence (ICTAI), 2010 22nd IEEE International Conference on},
volume={1},
pages={137--144},
year={2010},
organization={IEEE}
}
@inproceedings{Moser2008,
author = {Moser, Raimund and Pedrycz, Witold and Succi, Giancarlo},
title = {A Comparative Analysis of the Efficiency of Change Metrics and Static Code Attributes for Defect Prediction},
booktitle = {Proceedings of the 30th International Conference on Software Engineering},
series = {ICSE '08},
year = {2008},
isbn = {978-1-60558-079-1},
location = {Leipzig, Germany},
pages = {181--190},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368114},
doi = {10.1145/1368088.1368114},
acmid = {1368114},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {cost-sensitive classification, defect prediction, software metrics},
}
@ARTICLE{Song2011,
author={Q. Song and Z. Jia and M. Shepperd and S. Ying and J. Liu},
journal={IEEE Transactions on Software Engineering},
title={A General Software Defect-Proneness Prediction Framework},
year={2011},
volume={37},
number={3},
pages={356-370},
keywords={learning (artificial intelligence);software fault tolerance;software performance evaluation;software defect proneness prediction framework;scheme evaluation;competing learning schemes;defect predictor;Software;Training data;Predictive models;Buildings;Data models;Prediction algorithms;Training;Software defect prediction;software defect-proneness prediction;machine learning;scheme evaluation.},
doi={10.1109/TSE.2010.90},
ISSN={0098-5589},
month={May},}
% ---- END BUG PREDICTION ---- %
%% Software Ecosystems References
@inproceedings{Abdalkareem2017,
doi = {10.1145/3106237.3106267},
url = {https://doi.org/10.1145/3106237.3106267},
year = {2017},
publisher = {{ACM} Press},
author = {Rabe Abdalkareem and Olivier Nourry and Sultan Wehaibi and Suhaib Mujahid and Emad Shihab},
title = {Why do developers use trivial packages? an empirical case study on npm},
booktitle = {Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering - {ESEC}/{FSE} 2017}
}
@inproceedings{Abate2009,
doi = {10.1109/esem.2009.5316017},
url = {https://doi.org/10.1109/esem.2009.5316017},
year = {2009},
month = {oct},
publisher = {{IEEE}},
author = {Pietro Abate and Roberto Di Cosmo and Jaap Boender and Stefano Zacchiroli},
title = {Strong dependencies between software components},
booktitle = {2009 3rd International Symposium on Empirical Software Engineering and Measurement}
}
@inproceedings{Abate2011,
doi = {10.1109/icdew.2011.5767626},
url = {https://doi.org/10.1109/icdew.2011.5767626},
year = {2011},
month = {apr},
publisher = {{IEEE}},
author = {Pietro Abate and Roberto Di Cosmo},
title = {Predicting upgrade failures using dependency analysis},
booktitle = {2011 {IEEE} 27th International Conference on Data Engineering Workshops}
}
@article{Bavota2014,
doi = {10.1007/s10664-014-9325-9},
url = {https://doi.org/10.1007/s10664-014-9325-9},
year = {2014},
month = {sep},
publisher = {Springer Nature},
volume = {20},
number = {5},
pages = {1275--1317},
author = {Gabriele Bavota and Gerardo Canfora and Massimiliano Di Penta and Rocco Oliveto and Sebastiano Panichella},
title = {How the Apache community upgrades dependencies: an evolutionary study},
journal = {Empirical Software Engineering}
}
@inproceedings{Blincoe2015,
doi = {10.1109/msr.2015.26},
url = {https://doi.org/10.1109/msr.2015.26},
year = {2015},
month = {may},
publisher = {{IEEE}},
author = {Kelly Blincoe and Francis Harrison and Daniela Damian},
title = {Ecosystems in {GitHub} and a Method for Ecosystem Identification Using Reference Coupling},
booktitle = {2015 {IEEE}/{ACM} 12th Working Conference on Mining Software Repositories}
}
@inproceedings{Bogart2016,
doi = {10.1145/2950290.2950325},
url = {https://doi.org/10.1145/2950290.2950325},
year = {2016},
publisher = {{ACM} Press},
author = {Christopher Bogart and Christian K\"{a}stner and James Herbsleb and Ferdian Thung},
title = {How to break an {API}: cost negotiation and community values in three software ecosystems},
booktitle = {Proceedings of the 2016 24th {ACM} {SIGSOFT} International Symposium on Foundations of Software Engineering - {FSE} 2016}
}
@inproceedings{Claes2015,
doi = {10.1109/msr.2015.27},
url = {https://doi.org/10.1109/msr.2015.27},
year = {2015},
month = {may},
publisher = {{IEEE}},
author = {Maelick Claes and Tom Mens and Roberto Di Cosmo and Jerome Vouillon},
title = {A Historical Analysis of Debian Package Incompatibilities},
booktitle = {2015 {IEEE}/{ACM} 12th Working Conference on Mining Software Repositories}
}
@article{Constantinou2017,
doi = {10.1007/s11334-017-0303-4},
url = {https://doi.org/10.1007/s11334-017-0303-4},
year = {2017},
month = {aug},
publisher = {Springer Nature},
volume = {13},
number = {2-3},
pages = {101--115},
author = {Eleni Constantinou and Tom Mens},
title = {An empirical comparison of developer retention in the {RubyGems} and npm software ecosystems},
journal = {Innovations in Systems and Software Engineering}
}
@inproceedings{Cox2015,
doi = {10.1109/icse.2015.140},
url = {https://doi.org/10.1109/icse.2015.140},
year = {2015},
month = {may},
publisher = {{IEEE}},
author = {Joel Cox and Eric Bouwers and Marko van Eekelen and Joost Visser},
title = {Measuring Dependency Freshness in Software Systems},
booktitle = {2015 {IEEE}/{ACM} 37th {IEEE} International Conference on Software Engineering}
}
@inproceedings{Decan2017,
doi = {10.1109/saner.2017.7884604},
url = {https://doi.org/10.1109/saner.2017.7884604},
year = {2017},
month = {feb},
publisher = {{IEEE}},
author = {Alexandre Decan and Tom Mens and Maelick Claes},
title = {An empirical comparison of dependency issues in {OSS} packaging ecosystems},
booktitle = {2017 {IEEE} 24th International Conference on Software Analysis, Evolution and Reengineering ({SANER})}
}
@article{Decan2018,
doi = {10.1007/s10664-017-9589-y},
url = {https://doi.org/10.1007/s10664-017-9589-y},
year = {2018},
month = {feb},
publisher = {Springer Nature},
author = {Alexandre Decan and Tom Mens and Philippe Grosjean},
title = {An empirical comparison of dependency network evolution in seven software packaging ecosystems},
journal = {Empirical Software Engineering}
}
@inproceedings{Dietrich2014,
doi = {10.1109/csmr-wcre.2014.6747226},
url = {https://doi.org/10.1109/csmr-wcre.2014.6747226},
year = {2014},
month = {feb},
publisher = {{IEEE}},
author = {Jens Dietrich and Kamil Jezek and Premek Brada},
title = {Broken promises: An empirical study into evolution problems in Java programs caused by library upgrades},
booktitle = {2014 Software Evolution Week - {IEEE} Conference on Software Maintenance, Reengineering, and Reverse Engineering ({CSMR}-{WCRE})}
}
@article{Dittrich2014,
doi = {10.1016/j.infsof.2014.02.012},
url = {https://doi.org/10.1016/j.infsof.2014.02.012},
year = {2014},
month = {nov},
publisher = {Elsevier {BV}},
volume = {56},
number = {11},
pages = {1436--1456},
author = {Yvonne Dittrich},
title = {Software engineering beyond the project {\textendash} Sustaining software ecosystems},
journal = {Information and Software Technology}
}
@inproceedings{Hejderup2018,
doi = {10.1145/3183399.3183417},
url = {https://doi.org/10.1145/3183399.3183417},
year = {2018},
publisher = {{ACM} Press},
author = {Joseph Hejderup and Arie van Deursen and Georgios Gousios},
title = {Software ecosystem call graph for dependency management},
booktitle = {Proceedings of the 40th International Conference on Software Engineering New Ideas and Emerging Results - {ICSE}-{NIER} {\textquotesingle}18}
}
@article{Hora2016,
doi = {10.1007/s11219-016-9344-4},
url = {https://doi.org/10.1007/s11219-016-9344-4},
year = {2016},
month = {oct},
publisher = {Springer Nature},
volume = {26},
number = {1},
pages = {161--191},
author = {Andr{\'{e}} Hora and Romain Robbes and Marco Tulio Valente and Nicolas Anquetil and Anne Etien and St{\'{e}}phane Ducasse},
title = {How do developers react to {API} evolution? A large-scale empirical study},