-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproposal.bib
20132 lines (17838 loc) · 702 KB
/
proposal.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
@inproceedings{rahman2019seven,
title={The seven sins: security smells in infrastructure as code scripts},
author={Rahman, Akond and Parnin, Chris and Williams, Laurie},
booktitle={2019 IEEE/ACM 41st International Conference on Software Engineering (ICSE)},
pages={164--175},
year={2019},
organization={IEEE}
}
@proceedings{vassallo_carmine_2020_3860985,
title = {{Configuration Smells in Continuous Delivery
Pipelines: A Linter and A Six-Month Study on
GitLab}},
year = 2020,
publisher = {Zenodo},
month = may,
note = {{ACM Joint
European Software Engineering Conference and
Symposium on the Foundations of Software
Engineering (ESEC/FSE), Sun 8 - Fri 13 November
2020 Sacramento, California, United States.}},
doi = {10.5281/zenodo.3860985},
url = {https://doi.org/10.5281/zenodo.3860985}
}
@ARTICLE{8360943,
author={K. {Gallaba} and S. {McIntosh}},
journal={IEEE Transactions on Software Engineering},
title={Use and Misuse of Continuous Integration Features: An Empirical Study of Projects That (Mis)Use Travis CI},
year={2020},
volume={46},
number={1},
pages={33-50},}
@article{Hilton2017TradeoffsIC,
title={Trade-offs in continuous integration: assurance, security, and flexibility},
author={Michael C Hilton and Nicholas Nelson and T. Tunnell and D. Marinov and Danny Dig},
journal={Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering},
year={2017}
}
@inproceedings{elbaum2014,
title={Techniques for improving regression testing in continuous integration development
environments},
author={Elbaum, Sebastian and Rothermel, Gregg and Penix, John},
booktitle={Proceedings of the 22nd ACM SIGSOFT International Symposium on Foundations
of Software Engineering},
pages={235--245},
year={2014},
organization={ACM}
}
@article{chen2017replicating,
title={Replicating and Scaling up Qualitative Analysis using Crowdsourcing: A Github-based Case Study},
author={Chen, Di and Stolee, Kathryn T and Menzies, Tim},
jorunal="Submitted to FSE'17",
note={arXiv preprint arXiv:1702.08571},
year={2017}
}
@inproceedings{,
title={When a Tree Falls: Using Diversity in Ensemble Classifiers to Identify Evasion in Malware Detectors},
author={Charles Smutz and A. Stavrou},
booktitle={NDSS},
year={2016}
}
@ARTICLE{7422770,
author={A. {Saracino} and D. {Sgandurra} and G. {Dini} and F. {Martinelli}},
journal={IEEE Transactions on Dependable and Secure Computing},
title={MADAM: Effective and Efficient Behavior-based Android Malware Detection and Prevention},
year={2018},
volume={15},
number={1},
pages={83-97},}
@INPROCEEDINGS{7163058,
author={F. {Schuster} and T. {Tendyck} and C. {Liebchen} and L. {Davi} and A. {Sadeghi} and T. {Holz}},
booktitle={2015 IEEE Symposium on Security and Privacy},
title={Counterfeit Object-oriented Programming: On the Difficulty of Preventing Code Reuse Attacks in C++ Applications},
year={2015},
volume={},
number={},
pages={745-762},}
@INPROCEEDINGS{7509925,
author={D. {Maiorca} and D. {Ariu} and I. {Corona} and G. {Giacinto}},
booktitle={2015 International Conference on Information Systems Security and Privacy (ICISSP)},
title={A structural and content-based approach for a precise and robust detection of malicious PDF files},
year={2015},
volume={},
number={},
pages={27-36},}
@inproceedings{KurakinGB17a,
author = {Alexey Kurakin and
Ian J. Goodfellow and
Samy Bengio},
title = {Adversarial examples in the physical world},
booktitle = {5th International Conference on Learning Representations, {ICLR} 2017,
Toulon, France, April 24-26, 2017, Workshop Track Proceedings},
year = {2017}
}
@inproceedings{quinlan96, author = {Quinlan, J. R.}, title = {Bagging, Boosting, and C4.S}, year = {1996}, isbn = {026251091X}, publisher = {AAAI Press}, abstract = {Breiman's bagging and Freund and Schapire's boosting are recent methods for improving the predictive power of classifier learning systems. Both form a set of classifiers that are combined by voting, bagging by generating replicated bootstrap samples of the data, and boosting by adjusting the weights of training instances. This paper reports results of applying both techniques to a system that learns decision trees and testing on a representative collection of datasets. While both approaches substantially improve predictive accuracy, boosting shows the greater benefit. On the other hand, boosting also produces severe degradation on some datasets. A small change to the way that boosting combines the votes of learned classifiers reduces this downside and also leads to slightly better results on most of the datasets considered.}, booktitle = {Proceedings of the Thirteenth National Conference on Artificial Intelligence - Volume 1}, pages = {725–730}, numpages = {6}, location = {Portland, Oregon}, series = {AAAI'96} }
@article{sikorsi2012practical,
author = {Alexios Mylonas and
Dimitris Gritzalis},
title = {Practical Malware Analysis: The Hands-On Guide to Dissecting Malicious
Software},
journal = {Comput. Secur.},
volume = {31},
number = {6},
pages = {802--803},
year = {2012}
}
@article{alazab2015profiling,
title={Profiling and classifying the behavior of malicious codes},
author={Alazab, Mamoun},
journal={Journal of Systems and Software},
volume={100},
pages={91--102},
year={2015},
publisher={Elsevier}
}
@misc{shu2019improved,
title={Improved Recognition of Security Bugs via Dual Hyperparameter Optimization},
author={Rui Shu and Tianpei Xia and Jianfeng Chen and Laurie Williams and Tim Menzies},
year={2019},
eprint={1911.02476},
archivePrefix={arXiv},
primaryClass={cs.SE}
}
@article{dodge,
author = {Agrawal, Amritanshu and Fu, Wei and Chen, Di and Shen, Xipeng and Menzies, Tim},
year = {2019},
title = {How to "DODGE" Complex Software Analytics},
journal = {Transactions on Software Engineering},
}
@article{deb2005evaluating,
title={Evaluating the $\varepsilon$-domination based multi-objective evolutionary algorithm for a quick computation of Pareto-optimal solutions},
author={Deb, Kalyanmoy and Mohan, Manikanth and Mishra, Shikhar},
journal={Evolutionary computation},
volume={13},
number={4},
pages={501--525},
year={2005},
publisher={MIT Press}
}
@article{roundy2013binary,
title={Binary-code obfuscations in prevalent packer tools},
author={Roundy, Kevin A and Miller, Barton P},
journal={ACM Computing Surveys (CSUR)},
volume={46},
number={1},
pages={1--32},
year={2013},
publisher={ACM New York, NY, USA}
}
@inproceedings{murad2010evading,
title={Evading virus detection using code obfuscation},
author={Murad, Khurram and Shirazi, Syed Noor-ul-Hassan and Zikria, Yousaf Bin and Ikram, Nassar},
booktitle={International Conference on Future Generation Information Technology},
pages={394--401},
year={2010},
organization={Springer}
}
@article{euh2020comparative,
title={Comparative Analysis of Low-Dimensional Features and Tree-Based Ensembles for Malware Detection Systems},
author={Euh, Seoungyul and Lee, Hyunjong and Kim, Donghoon and Hwang, Doosung},
journal={IEEE Access},
volume={8},
pages={76796--76808},
year={2020},
publisher={IEEE}
}
@article{shirazisurvey,
title={A Survey on Adversarial Machine Learning},
author={Shirazi, Shirin Haji Amin},
year=2019
}
@inproceedings{khasawneh2017rhmd,
title={RHMD: Evasion-resilient hardware malware detectors},
author={Khasawneh, Khaled N and Abu-Ghazaleh, Nael and Ponomarev, Dmitry and Yu, Lei},
booktitle={Proceedings of the 50th Annual IEEE/ACM International Symposium on Microarchitecture},
pages={315--327},
year={2017}
}
@article{xiu2019exploratory,
title={An Exploratory Study on Machine Learning Model Stores},
author={Xiu, Minke and Ming, Zhen and Adams, Bram and others},
journal={arXiv preprint arXiv:1905.10677},
year={2019}
}
\misc{semla19,
title="Software Engineering for Machine Learning Applications (SEMLA), Montreal, Canada, May 23-24",
year=2019,
note="https://semla.polymtl.ca"
}
@ARTICLE {Ozkaya12,
author = {I. Ozkaya and R. L. Nord and P. Kruchten},
journal = {IEEE Software},
title = {Technical Debt: From Metaphor to Theory and Practice},
year = {2012},
volume = {29},
number = {06},
issn = {0740-7459},
pages = {18-21},
keywords = {software quality;investments;risk management;sofware testing;software maintenance;maintainability;technical debt;software quality;refactoring;evolvability},
doi = {10.1109/MS.2012.167},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = {nov}
}
@article{Bay:2001,
author = {Bay, Stephen D. and Pazzani, Michael J.},
title = {Detecting Group Differences: Mining Contrast Sets},
journal = {Data Min. Knowl. Discov.},
issue_date = {July 2001},
volume = {5},
number = {3},
month = jul,
year = {2001},
issn = {1384-5810},
pages = {213--246},
numpages = {34},
url = {http://dx.doi.org/10.1023/A:1011429418057},
doi = {10.1023/A:1011429418057},
acmid = {593515},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {association rules, change detection, contrast sets, data mining},
}
@article{bird2009does,
title={Does distributed development affect software quality?: an empirical case study of windows vista},
author={Bird, Christian and Nagappan, Nachiappan and Devanbu, Premkumar and Gall, Harald and Murphy, Brendan},
journal={Communications of the ACM},
volume={52},
number={8},
pages={85--93},
year={2009},
publisher={ACM}
}
@book{foster2005understanding,
title={Understanding and Using Advanced Statistics: A practical guide for students},
author={Foster, Jeremy J and Barkus, Emma and Yavorsky, Christian},
year={2005},
publisher={Sage}
}
@inproceedings{chen2012explaining,
title={Explaining Software Defects Using Topic Models},
author={Chen, Tse-Hsun and Thomas, Stephen W and Nagappan, Meiyappan and Hassan, Ahmed E},
booktitle={9th Working Conference on Mining Software Repositories},
year={2012}
}
@inproceedings{trainer2016hackathon,
title={How to hackathon: Socio-technical tradeoffs in brief, intensive collocation},
author={Trainer, Erik H and Kalyanasundaram, Arun and Chaihirunkarn, Chalalai and Herbsleb, James D},
booktitle={Proceedings of the 19th ACM Conference on Computer-Supported Cooperative Work \& Social Computing},
pages={1118--1130},
year={2016},
organization={ACM}
}
@inproceedings{bird2006mining,
title={Mining email social networks},
author={Bird, Christian and Gourley, Alex and Devanbu, Prem and Gertz, Michael and Swaminathan, Anand},
booktitle={Proceedings of the 2006 international workshop on Mining software repositories},
pages={137--143},
year={2006},
organization={ACM}
}
@Inbook{Atzmueller2006,
author="Atzmueller, Martin
and Puppe, Frank",
editor="F{\"u}rnkranz, Johannes
and Scheffer, Tobias
and Spiliopoulou, Myra",
title="SD-Map -- A Fast Algorithm for Exhaustive Subgroup Discovery",
bookTitle="Knowledge Discovery in Databases: PKDD 2006: 10th European Conference on Principles and Practice of Knowledge Discovery in Databases Berlin, Germany, September 18-22, 2006 Proceedings",
year="2006",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="6--17",
isbn="978-3-540-46048-0",
doi="10.1007/11871637_6",
url="http://dx.doi.org/10.1007/11871637_6"
}
@article{yang1999evaluation,
title={An evaluation of statistical approaches to text categorization},
author={Yang, Yiming},
journal={Information retrieval},
volume={1},
number={1-2},
pages={69--90},
year={1999},
publisher={Springer}
}
@article{Blei:2003,
author = {Blei, David M. and Ng, Andrew Y. and Jordan, Michael I.},
title = {Latent Dirichlet Allocation},
journal = {J. Mach. Learn. Res.},
issue_date = {3/1/2003},
volume = {3},
month = mar,
year = {2003},
issn = {1532-4435},
pages = {993--1022},
numpages = {30},
url = {http://dl.acm.org/citation.cfm?id=944919.944937},
acmid = {944937},
publisher = {JMLR.org},
}
@article{Novak:2009,
author = {Novak, Petra Kralj and Lavra\v{c}, Nada and Webb, Geoffrey I.},
title = {Supervised Descriptive Rule Discovery: A Unifying Survey of Contrast Set, Emerging Pattern and Subgroup Mining},
journal = {J. Mach. Learn. Res.},
issue_date = {12/1/2009},
volume = {10},
month = jun,
year = {2009},
issn = {1532-4435},
pages = {377--403},
numpages = {27},
url = {http://dl.acm.org/citation.cfm?id=1577069.1577083},
acmid = {1577083},
publisher = {JMLR.org},
}
@article{KrishnaML16,
author = {Rahul Krishna and
Tim Menzies and
Lucas Layman},
title = {Recommendations for Intelligent Code Reorganization},
journal = {arxiv.org, Cornell University},
volume = {abs/1609.03614},
year = {2016},
url = {http://arxiv.org/abs/1609.03614},
timestamp = {Mon, 03 Oct 2016 17:51:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/KrishnaML16},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{menzies2014sharing,
title={Sharing data and models in software engineering},
author={Menzies, Tim and Kocaguneli, Ekrem and Turhan, Burak and Minku, Leandro and Peters, Fayola},
year={2014},
publisher={Morgan Kaufmann}
}
@book{fowler09,
title={Refactoring: improving the design of existing code},
author={Fowler, Martin},
year={2009},
publisher={Pearson Education India}
}
@book{beck2003test,
title={Test-driven development: by example},
author={Beck, Kent},
year={2003},
publisher={Addison-Wesley Professional}
}
@book{shull2008guide,
title={Guide to advanced empirical
software engineering},
author={Shull, Forrest and Singer,
Janice and Sj{\o}berg, Dag
IK},
volume={93},
year={2008},
publisher={Springer}
}
@article{QiEffort17,
author = {Fumin Qi and
Xiao{-}Yuan Jing and
Xiaoke Zhu and
Xiaoyuan Xie and
Baowen Xu and
Shi Ying},
title = {Software effort estimation based on open source projects: Case study
of Github},
journal = {Information {\&} Software Technology},
volume = {92},
pages = {145--157},
year = {2017},
}
@article{garousi2016,
title={Highly-cited papers in software engineering: The top-100},
author={Garousi, Vahid and Fernandes, Jo{\~a}o M},
journal={Information and Software Technology},
volume={71},
pages={108--128},
year={2016},
publisher={Elsevier}
}
@article{wen2012,
title={Systematic literature review of machine learning based software development effort estimation models},
author={Wen, Jianfeng and Li, Shixian and Lin, Zhiyong and Hu, Yong and Huang, Changqin},
journal={Information and Software Technology},
volume={54},
number={1},
pages={41--59},
year={2012},
publisher={Elsevier}
}
@inproceedings{stoleeesem2013,
author = {Stolee, Kathryn T. and Elbaum, Sebastian},
title = {On the Use of Input/Output Queries for Code Search},
booktitle = {International Symposium. on Empirical Soft. Eng. and Measurement},
nonsries = {ESEM '13},
month={October},
year = {2013}
}
@inproceedings{esem2015,
author = {de Mello, Rafael Maiani and Stolee, Kathryn T. and Travassos, Guilherme Horta },
title = {Investigating Samples Representativeness for Online Experiments in Java Code Search},
booktitle = {International Symposium. on Empirical Soft. Eng. and Measurement},
nonsries = {ESEM '15},
year = {2015},
note={Conditionally Accepted.}
}
@inproceedings{Stolee:2011:ECS:1953163.1953197,
author = {Stolee, Kathryn T. and Fristoe, Teale},
title = {Expressing computer science concepts through Kodu game lab},
booktitle = {Technical symposium on Computer science education (SIGCSE)},
year = {2011},
isbn = {978-1-4503-0500-6},
location = {Dallas, TX, USA},
numpages = {6},
acmid = {1953197},
}
@inproceedings{Holzmann:2012,
author = {Holzmann, Gerard J.},
title = {Parallelizing the Spin Model Checker},
booktitle = {Proceedings of the 19th International Conference on Model Checking Software},
series = {SPIN'12},
year = {2012},
isbn = {978-3-642-31758-3},
location = {Oxford, UK},
pages = {155--171},
numpages = {17},
url = {http://dx.doi.org/10.1007/978-3-642-31759-0_12},
doi = {10.1007/978-3-642-31759-0_12},
acmid = {2364082},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
keywords = {bounded search, breadth-first search, concurrency, liveness, model checking, multi-core, parallelism, safety, software verification, spin},
}
@ARTICLE{hamlet90,
author={D. {Hamlet} and R. {Taylor}},
journal={IEEE Transactions on Software Engineering},
title={Partition testing does not inspire confidence (program testing)},
year={1990},
volume={16},
number={12},
pages={1402-1411},
keywords={program testing;system recovery;theoretical models;program testing;partition testing;abstract;failure detection;expected failures;Software testing;System testing;Programming profession;Data structures;Sampling methods;Performance evaluation;Reliability theory;Computer science;Genetic mutations},
doi={10.1109/32.62448},
ISSN={0098-5589},
month={Dec},}
@techreport{Judith:1996,
author = {Judith, Crow and Ben L. Di, Vito},
title = {Formalizing Space Shuttle Software Requirements},
year = {1996},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3ALTRS%3ANASA-fmsp-96-jc},
publisher = {NASA Langley Technical Report Server},
}
[download]
@book{Holzmann:2003,
author = {Holzmann, Gerard},
title = {Spin Model Checker, the: Primer and Reference Manual},
year = {2003},
isbn = {0-321-22862-6},
edition = {First},
publisher = {Addison-Wesley Professional},
}
@inproceedings{Holzmann:2017,
author = {Holzmann, Gerard J.},
title = {Cobra: Fast Structural Code Checking (Keynote)},
booktitle = {Proceedings of the 24th ACM SIGSOFT International SPIN Symposium on Model Checking of Software},
series = {SPIN},
year = {2017},
pages = {1--8},
publisher = {ACM},
keywords = {interactive analysis, lexical analysis, regular expressions, static source code analysis, structural code analysis, token expressions},
}
@inproceedings{Elbaum:2014,
author = {Elbaum, Sebastian and Rothermel, Gregg and Penix, John},
title = {Techniques for Improving Regression Testing in Continuous Integration Development Environments},
booktitle = {Proceedings of the 22Nd ACM SIGSOFT International Symposium on Foundations of Software Engineering},
series = {FSE 2014},
year = {2014},
isbn = {978-1-4503-3056-5},
location = {Hong Kong, China},
pages = {235--245},
numpages = {11},
url = {http://doi.acm.org/10.1145/2635868.2635910},
doi = {10.1145/2635868.2635910},
acmid = {2635910},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Continuous Integration, Regression Test Selection, Regression Testing, Test Case Prioritization},
}
@inproceedings{Stolee:2010:EUC:1852786.1852832,
author = {Stolee, Kathryn T. and Elbaum, Sebastian},
title = {Exploring the use of crowdsourcing to support empirical studies in software engineering},
booktitle = {International Symposium on Empirical Software Engineering and Measurement },
year = {2010},
isbn = {978-1-4503-0039-1},
location = {Bolzano-Bozen, Italy},
articleno = {35},
numpages = {4},
acmid = {1852832},
}
@book{Fowl1999,
title = {Refactoring: improving the design of existing code},
year = {1999},
isbn = {0-201-48567-2},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
author = {M. Fowler}
}
@inproceedings{Cochran:2015:PBP:2676726.2676973,
author = {Cochran, Robert A. and D'Antoni, Loris and Livshits, Benjamin and Molnar, David and Veanes, Margus},
title = {Program Boosting: Program Synthesis via Crowd-Sourcing},
booktitle = {Proceedings of the 42Nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '15},
year = {2015},
isbn = {978-1-4503-3300-9},
location = {Mumbai, India},
pages = {677--688},
numpages = {12},
url = {http://doi.acm.org/10.1145/2676726.2676973},
doi = {10.1145/2676726.2676973},
acmid = {2676973},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {crowd-sourcing, program synthesis, regular expressions, symbolic automata},
}
@misc{bughunt,
key = {bug hunt},
author={Sebastian Elbaum and Kathryn Stolee and Xin Guo and John Bauman and Steve Trout and Matt Jorde and Jon Dokulil and Suzette Person and Nick Steinbaugh and Yu Lin},
howpublished = {http://cse-apps.unl.edu/BugHunt/},
title={{BugHunt}},
year={2007},
month={October}
}
@misc{stoleethesis,
key = {stoleethesis},
author={Kathryn T. Stolee},
howpublished = {Master's Thesis, University of Nebraska--Lincoln},
title={{Analysis and Transformation of Pipe-like Web Mashups for End User Programmers}},
year={2010},
month={June},
}
@inproceedings{stoleeesem2011,
author = {Stolee, Kathryn T. and Elbaum, Sebastian and Sarma, Anita},
title = {End-User Programmers and their Communities: An Artifact-based Analysis},
booktitle = {International Symposium on Empirical Software Engineering and Measurement},
year = {2011},
isbn = {978-0-7695-4604-9},
pages = {147--156},
numpages = {10},
url = {http://dx.doi.org/10.1109/ESEM.2011.23},
doi = {http://dx.doi.org/10.1109/ESEM.2011.23},
acmid = {2083421},
keywords = {end-user programmers, community analysis, artifact repositories},
}
@inproceedings{Koesnandar:2008:UAH:1453101.1453119,
author = {Koesnandar, Andhy and Elbaum, Sebastian and Rothermel, Gregg and Hochstein, Lorin and Scaffidi, Christopher and Stolee, Kathryn T.},
title = {Using assertions to help end-user programmers create dependable web macros},
booktitle = {Symposium on Foundations of Software Engineering },
year = {2008}
}
@inproceedings{sadowskiFSE2015,
author = {Sadowski, Caitlin and Stolee, Kathryn T. and Elbaum, Sebastian},
title = {How Developers Search for Code: A Case Study},
booktitle = {European Software Engineering Conference and the ACM SIGSOFT Symposium on the Foundations of Software Engineering (ESEC/FSE)},
year = {2015}
}
@inproceedings{Stolee:2009:RCP:1685992.1686116,
author = {Stolee, Kathryn T. and Elbaum, Sebastian and Rothermel, Gregg},
title = {Revealing the copy and paste habits of end users},
booktitle = {Symposium on Visual Languages and Human-Centric Computing (VL/HCC)},
year = {2009},
isbn = {978-1-4244-4876-0},
numpages = {8},
acmid = {1686116},
}
@article{Stolee2012ist,
title={Discovering How End-User Programmers and their Communities use Public Repositories: {A} Study on {Yahoo!} {Pipes}},
author={Stolee, Kathryn T. and Elbaum, Sebastian and Sarma, Anita},
journal={Information and Software Technology},
year={2012},
publisher={Elsevier}
}
@inproceedings{stoleeicse,
author = {Stolee, Kathryn T. and Elbaum, Sebastian},
title = {Refactoring pipe-like mashups for end-user programmers},
booktitle = {International Conference on Software Engineering },
year = {2011},
isbn = {978-1-4503-0445-0},
location = {Waikiki, Honolulu, HI, USA},
numpages = {10},
acmid = {1985805},
keywords = {end user software engineering, refactoring, web mashups},
}
@inproceedings{stoleeicse2017,
author = {Sun, Peng and Stolee, Kathryn T. and Beschastnikh, Ivan},
title = {Back to the future: specification mining using crowd intelligence},
year = {Submitted August 2016 (under review)},
notes={under review}
}
@inproceedings{Fischer:1991:CTL:256664.256813,
author = {Fischer, Gerhard and Henninger, Scott and Redmiles, David},
title = {Cognitive tools for locating and comprehending software objects for reuse},
booktitle = {Proceedings of the 13th International Conference on Software Engineering},
year = {1991},
isbn = {0-89791-391-4},
pages = {318--328},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=256664.256813},
acmid = {256813},
}
@inproceedings{stoleefsenier,
author = {Stolee, Kathryn T. and Elbaum, Sebastian},
title = {Toward semantic search via {SMT} solver},
booktitle = {Proceedings of the ACM SIGSOFT 20th International Symposium on the Foundations of Software Engineering},
nonsries = {FSE '12},
year = {2012},
isbn = {978-1-4503-1614-9},
old_location = {Cary, North Carolina},
pages = {25:1--25:4},
articleno = {25},
numpages = {4},
url = {http://doi.acm.org/10.1145/2393596.2393625},
doi = {10.1145/2393596.2393625},
acmid = {2393625},
old_publisher = {ACM},
old_address = {New York, NY, USA},
keywords = {SMT solvers, lightweight specifications, semantic code search},
}
@inproceedings{Haiduc:2013:AQR:2486788.2486898,
author = {Haiduc, Sonia and Bavota, Gabriele and Marcus, Andrian and Oliveto, Rocco and De Lucia, Andrea and Menzies, Tim},
title = {Automatic query reformulations for text retrieval in software engineering},
booktitle = {Proceedings of the 2013 International Conference on Software Engineering},
nonsries = {ICSE '13},
year = {2013},
isbn = {978-1-4673-3076-3},
old_location = {San Francisco, CA, USA},
pages = {842--851},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=2486788.2486898},
acmid = {2486898},
old_publisher = {IEEE Press},
old_address = {Piscataway, NJ, USA},
}
@article{Visser:2004:TIG:1013886.1007526,
author = {Visser, Willem and P\v{a}s\v{a}reanu, Corina S. and Khurshid, Sarfraz},
title = {Test input generation with java PathFinder},
journal = {SIGSOFT Softw. Eng. Notes},
issue_date = {July 2004},
volume = {29},
number = {4},
month = jul,
year = {2004},
issn = {0163-5948},
pages = {97--107},
numpages = {11},
url = {http://doi.acm.org/10.1145/1013886.1007526},
doi = {10.1145/1013886.1007526},
acmid = {1007526},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {coverage, model checking, red-black trees, symbolic execution, testing object-oriented programs},
}
@inproceedings{jha2010oracle,
author = {Jha, Susmit and Gulwani, Sumit and Seshia, Sanjit A. and Tiwari, Ashish},
title = {Oracle-guided component-based program synthesis},
booktitle = {International Conference on Software Engineering },
year = {2010},
isbn = {978-1-60558-719-6},
old_location = {Cape Town, South Africa},
pages = {215--224},
acmid = {1806833},
keywords = {SAT, SMT, oracle-based learning, program synthesis},
}
@article{Jackson:2002:ALO:505145.505149,
author = {Jackson, Daniel},
title = {Alloy: a lightweight object modelling notation},
journal = {ACM Trans. Softw. Eng. Methodol.},
volume = {11},
issue = {2},
month = {April},
year = {2002},
issn = {1049-331X},
pages = {256--290},
numpages = {35},
url = {http://0-doi.acm.org.library.unl.edu/10.1145/505145.505149},
doi = {http://0-doi.acm.org.library.unl.edu/10.1145/505145.505149},
acmid = {505149},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Object models, Z specification language, first-order logic},
}
@inproceedings{Autili:2007:STA:1248820.1248916,
author = {Autili, Marco and Inverardi, Paola and Navarra, Alfredo and Tivoli, Massimo},
title = {{SYNTHESIS}: A Tool for Automatically Assembling Correct and Distributed Component-Based Systems},
booktitle = {International Conference on Software Engineering},
year = {2007},
isbn = {0-7695-2828-7},
pages = {784--787},
numpages = {4}
}
@inproceedings{Beyer:2004:GTC:998675.999437,
author = {Beyer, Dirk and Chlipala, Adam J. and Henzinger, Thomas A. and Jhala, Ranjit and Majumdar, Rupak},
title = {Generating Tests from Counterexamples},
booktitle = {Proceedings of the 26th International Conference on Software Engineering},
nonsries = {ICSE '04},
year = {2004},
isbn = {0-7695-2163-0},
pages = {326--335},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=998675.999437},
acmid = {999437},
old_publisher = {IEEE Computer Society},
old_address = {Washington, DC, USA},
}
@inproceedings{Pasareanu:2008:CUS:1390630.1390635,
author = {P\v{a}s\v{a}reanu, Corina S. and Mehlitz, Peter C. and Bushnell, David H. and Gundy-Burlet, Karen and Lowry, Michael and Person, Suzette and Pape, Mark},
title = {Combining unit-level symbolic execution and system-level concrete execution for testing nasa software},
booktitle = {Proceedings of the 2008 international symposium on Software testing and analysis},
nonsries = {ISSTA '08},
year = {2008},
isbn = {978-1-60558-050-0},
old_location = {Seattle, WA, USA},
pages = {15--26},
numpages = {12},
url = {http://doi.acm.org/10.1145/1390630.1390635},
doi = {10.1145/1390630.1390635},
acmid = {1390635},
keywords = {software model checking, symbolic execution, system testing, unit testing},
}
@article{Sim12,
author = {Sim, Susan Elliott and Umarji, Medha and Ratanotayanon, Sukanya and Lopes, Cristina V.},
title = {How Well Do Search Engines Support Code Retrieval on the Web?},
journal = {ACM Transactions on Software Engineering Methodology},
issue_date = {December 2011},
volume = {21},
number = {1},
month = dec,
year = {2011},
issn = {1049-331X},
pages = {4:1--4:25},
articleno = {4},
numpages = {25},
url = {http://doi.acm.org/10.1145/2063239.2063243},
doi = {10.1145/2063239.2063243},
acmid = {2063243},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Empirical study, open source, opportunistic development, search archetypes},
}
@article{stoleeTSE,
author = {Stolee, Kathryn T. and Elbaum, Sebastian},
title = {Identification, Impact, and Refactoring of Smells in Pipe-Like Web Mashups},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {December 2013},
volume = {39},
number = {12},
month = dec,
year = {2013},
issn = {0098-5589},
pages = {1654--1679},
numpages = {26},
url = {http://dx.doi.org/10.1109/TSE.2013.42},
doi = {10.1109/TSE.2013.42},
acmid = {2574410},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Mashups,Visualization,Factoring,Generators,Programming,empirical studies,End-user software engineering,end-user programming,web mashups,refactoring,code smells},
}
@inproceedings{Nguyen:2013:SPR:2486788.2486890,
author = {Nguyen, Hoang Duong Thien and Qi, Dawei and Roychoudhury, Abhik and Chandra, Satish},
title = {SemFix: program repair via semantic analysis},
booktitle = {Proceedings of the 2013 International Conference on Software Engineering},
nonsries = {ICSE '13},
year = {2013},
isbn = {978-1-4673-3076-3},
location = {San Francisco, CA, USA},
pages = {772--781},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=2486788.2486890},
acmid = {2486890},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@misc{stoleedissertation,
key = {stoleedissertation},
author={Kathryn T. Stolee},
howpublished = {PhD Thesis, University of Nebraska--Lincoln},
title={{Solving the Search for Source Code}},
year={2013},
month={August},
}
@article{stoleeTOSEM,
author = {Kathryn T. Stolee and Sebastian Elbaum and Daniel Dobos},
title = {Solving the Search for Source Code},
journal = {ACM Transactions on Software Engineering Methodology},
volume = {23},
number = {3},
month = {May},
year = {2014},
issn = {1049-331X},
pages = {26:1--26:45},
url = {http://doi.acm.org/10.1145/2581377},
doi = {10.1145/2581377},
}
@incollection{de2008z3,
title={Z3: An efficient SMT solver},
author={De Moura, Leonardo and Bj{\o}rner, Nikolaj},
booktitle={Tools and Algorithms for the Construction and Analysis of Systems},
pages={337--340},
year={2008},
publisher={Springer}
}
@inproceedings{stoleeDS,
author = {Kathryn T. Stolee},
title = {Finding Suitable Programs: Semantic Search with Incomplete and Lightweight Specifications},
booktitle = {International Conference on Software Engineering Doctoral Symposium},
year = {2012},
pages = {1571--1574},
numpages = {4},
}
@article{stoleeJSS,
author = {Kathryn T. Stolee and Sebastian Elbaum and Matthew B. Dwyer},
title={Code Search with Input/Output Queries: {Generalizing}, Ranking, and Assessment},
journal = {Journal of Systems and Software},
year = {2015},
}
@inproceedings{Grechanik:2010:SEF:1806799.1806868,
author = {Grechanik, Mark and Fu, Chen and Xie, Qing and McMillan, Collin and Poshyvanyk, Denys and Cumby, Chad},
title = {A search engine for finding highly relevant applications},
booktitle = {International Conference on Software Engineering},
nonsries = {ICSE '10},
year = {2010},
location = {Cape Town, South Africa},
pages = {475--484},
numpages = {10},
}
@article{Penix:1999:ESC:591985.592026,
author = {Penix, John and Alexander, Perry},
title = {Efficient Specification-Based Component Retrieval},
journal = {Automated Software Engineering},
volume = {6},
issue = {2},
month = {April},
year = {1999},
issn = {0928-8910},
numpages = {32},
doi = {10.1023/A:1008766530096},
acmid = {592026},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {component retrieval, formal specification, software reuse},
}
@article{Zaremski:1997:SMS:261640.261641,
author = {Zaremski, Amy Moormann and Wing, Jeannette M.},
title = {Specification matching of software components},
journal = {ACM Transactions on Software Engineering Methodology},
volume = {6},
issue = {4},
month = {October},
year = {1997},
issn = {1049-331X},
numpages = {37},
acmid = {261641},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Gross:2010:CRI:1719970.1720001,
author = {Gross, Paul A. and Herstand, Micah S. and Hodges, Jordana W. and Kelleher, Caitlin L.},
title = {A code reuse interface for non-programmer middle school students},
booktitle = {Proceedings of the 15th international conference on Intelligent user interfaces},
nonsries = {IUI '10},
year = {2010},
isbn = {978-1-60558-515-4},
location = {Hong Kong, China},
pages = {219--228},
numpages = {10},
url = {http://doi.acm.org/10.1145/1719970.1720001},
doi = {10.1145/1719970.1720001},
acmid = {1720001},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {code reuse, end user, looking glass, middle school, non-programmer, storytelling alice},
}
@inproceedings{Shepherd:2008:SPC:1370114.1370139,
author = {Shepherd, David C. and Murphy, Gail C.},
title = {A sketch of the programmer's coach: making programmers more effective},
booktitle = {Proceedings of the 2008 international workshop on Cooperative and human aspects of software engineering},
nonsries = {CHASE '08},