-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
789 lines (788 loc) · 28.6 KB
/
bibliography.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
%Entries Begin%
%======================================================
@inproceedings{Kim:2009,
author = {Kim, Miryung and Notkin, David},
title = {Discovering and Representing Systematic Code Changes},
booktitle = {Proceedings of the 31st International Conference on Software Engineering},
series = {ICSE '09},
year = {2009},
isbn = {978-1-4244-3453-4},
pages = {309--319},
numpages = {11},
url = {http://dx.doi.org/10.1109/ICSE.2009.5070531},
doi = {10.1109/ICSE.2009.5070531},
acmid = {1555046},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{LaToza:2010,
author = {LaToza, Thomas D. and Myers, Brad A.},
title = {Hard-to-answer Questions About Code},
booktitle = {Evaluation and Usability of Programming Languages and Tools},
series = {PLATEAU '10},
year = {2010},
isbn = {978-1-4503-0547-1},
location = {Reno, Nevada},
pages = {8:1--8:6},
articleno = {8},
numpages = {6},
url = {http://doi.acm.org/10.1145/1937117.1937125},
doi = {10.1145/1937117.1937125},
acmid = {1937125},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {developer questions, program comprehension},
}
,
@inproceedings{Fritz:2010,
author = {Fritz, Thomas and Murphy, Gail C.},
title = {Using Information Fragments to Answer the Questions Developers Ask},
booktitle = {Proceedings of the 32Nd ACM/IEEE International Conference on Software Engineering - Volume 1},
series = {ICSE '10},
year = {2010},
isbn = {978-1-60558-719-6},
location = {Cape Town, South Africa},
pages = {175--184},
numpages = {10},
url = {http://doi.acm.org/10.1145/1806799.1806828},
doi = {10.1145/1806799.1806828},
acmid = {1806828},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {human-centric software engineering, information fragments, programming tools},
}
,
@inproceedings{Ko:2007,
author = {Ko, Andrew J. and DeLine, Robert and Venolia, Gina},
title = {Information Needs in Collocated Software Development Teams},
booktitle = {Proceedings of the 29th International Conference on Software Engineering},
series = {ICSE '07},
year = {2007},
isbn = {0-7695-2828-7},
pages = {344--353},
numpages = {10},
url = {http://dx.doi.org/10.1109/ICSE.2007.45},
doi = {10.1109/ICSE.2007.45},
acmid = {1248867},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{LaToza:2006,
author = {LaToza, Thomas D. and Venolia, Gina and DeLine, Robert},
title = {Maintaining Mental Models: A Study of Developer Work Habits},
booktitle = {Proceedings of the 28th International Conference on Software Engineering},
series = {ICSE '06},
year = {2006},
isbn = {1-59593-375-1},
location = {Shanghai, China},
pages = {492--501},
numpages = {10},
url = {http://doi.acm.org/10.1145/1134285.1134355},
doi = {10.1145/1134285.1134355},
acmid = {1134355},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {agile software development, code duplication, code ownership, communication, debugging, interruptions},
}
,
@article{Sillito:2008,
author = {Sillito, Jonathan and Murphy, Gail C. and De Volder, Kris},
title = {Asking and Answering Questions During a Programming Change Task},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {July 2008},
volume = {34},
number = {4},
month = jul,
year = {2008},
issn = {0098-5589},
pages = {434--451},
numpages = {18},
url = {http://dx.doi.org/10.1109/TSE.2008.26},
doi = {10.1109/TSE.2008.26},
acmid = {1446241},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Enhancement, Programming Environments/Construction Tools, Software psychology, Software psychology, Programming Environments/Construction Tools, Enhancement},
}
,
@inproceedings{Sillito:2006,
author = {Sillito, Jonathan and Murphy, Gail C. and De Volder, Kris},
title = {Questions Programmers Ask During Software Evolution Tasks},
booktitle = {Proceedings of the 14th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
series = {SIGSOFT '06/FSE-14},
year = {2006},
isbn = {1-59593-468-5},
location = {Portland, Oregon, USA},
pages = {23--34},
numpages = {12},
url = {http://doi.acm.org/10.1145/1181775.1181779},
doi = {10.1145/1181775.1181779},
acmid = {1181779},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {change tasks, development tools, empirical study, grounded theory, program comprehension, software evolution},
}
,
@inproceedings{Begel:2014,
author = {Begel, Andrew and Zimmermann, Thomas},
title = {Analyze This! 145 Questions for Data Scientists in Software Engineering},
booktitle = {Proceedings of the 36th International Conference on Software Engineering},
series = {ICSE 2014},
year = {2014},
isbn = {978-1-4503-2756-5},
location = {Hyderabad, India},
pages = {12--23},
numpages = {12},
url = {http://doi.acm.org/10.1145/2568225.2568233},
doi = {10.1145/2568225.2568233},
acmid = {2568233},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Analytics, Data Science, Software Engineering},
}
,
@inproceedings{Erdos:1998,
author = {Erd\"{o}s, K. and Sneed, H. M.},
title = {Partial Comprehension of Complex Programs (Enough to Perform Maintenance)},
booktitle = {Proceedings of the 6th International Workshop on Program Comprehension},
series = {IWPC '98},
year = {1998},
isbn = {0-8186-8560-3},
pages = {98--},
url = {http://dl.acm.org/citation.cfm?id=580914.858205},
acmid = {858205},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@inproceedings{Johnson:1995,
author = {Johnson, W. L. and Erdem, A.},
title = {Interactive Explanation of Software Systems},
booktitle = {Proceedings of The 10th Knowledge-Based Software Engineering Conference},
series = {KBSE '95},
year = {1995},
isbn = {0-8186-7204-8},
pages = {155--},
url = {http://dl.acm.org/citation.cfm?id=788007.788157},
acmid = {788157},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {I-Doc, explanation, hypermedia, hypermedia tool, interactive explanation, interactive inquiry, interactive systems, knowledge-based techniques, software engineering, software engineering task, software system, software tools},
}
,
@inproceedings{Herbsleb:1993,
author = {Herbsleb, James D. and Kuwana, Eiji},
title = {Preserving Knowledge in Design Projects: What Designers Need to Know},
booktitle = {Proceedings of the INTERCHI '93 Conference on Human Factors in Computing Systems},
series = {INTERCHI '93},
year = {1993},
isbn = {90-5199-133-9},
location = {Amsterdam, The Netherlands},
pages = {7--14},
numpages = {8},
url = {http://dl.acm.org/citation.cfm?id=164632.260021},
acmid = {260021},
publisher = {IOS Press},
address = {Amsterdam, The Netherlands, The Netherlands},
}
,
@inproceedings{Breu:2010,
author = {Breu, Silvia and Premraj, Rahul and Sillito, Jonathan and Zimmermann, Thomas},
title = {Information Needs in Bug Reports: Improving Cooperation Between Developers and Users},
booktitle = {Proceedings of the 2010 ACM Conference on Computer Supported Cooperative Work},
series = {CSCW '10},
year = {2010},
isbn = {978-1-60558-795-0},
location = {Savannah, Georgia, USA},
pages = {301--310},
numpages = {10},
url = {http://doi.acm.org/10.1145/1718918.1718973},
doi = {10.1145/1718918.1718973},
acmid = {1718973},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bug reports, information needs, question time, questions, response rate, response time},
}
,
@inproceedings{Roehm:2012,
author = {Roehm, Tobias and Tiarks, Rebecca and Koschke, Rainer and Maalej, Walid},
title = {How Do Professional Developers Comprehend Software?},
booktitle = {Proceedings of the 34th International Conference on Software Engineering},
series = {ICSE '12},
year = {2012},
isbn = {978-1-4673-1067-3},
location = {Zurich, Switzerland},
pages = {255--265},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=2337223.2337254},
acmid = {2337254},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
,
@ARTICLE{Meyer:2017,
author={A. N. Meyer and L. E. Barton and G. C. Murphy and T. Zimmermann and T. Fritz},
journal={IEEE Transactions on Software Engineering},
title={The Work Life of Developers: Activities, Switches and Perceived Productivity},
year={2017},
volume={43},
number={12},
pages={1178-1193},
keywords={Encoding;Human factors;Monitoring;Productivity;Software development;Productivity;developer activity;human factors;interruptions;user studies;work fragmentation},
doi={10.1109/TSE.2017.2656886},
ISSN={0098-5589},
month={Dec},}
,
@inproceedings{Minelli:2015,
author = {Minelli, Roberto and and, Andrea Mocci and Lanza, Michele},
title = {I Know What You Did Last Summer: An Investigation of How Developers Spend Their Time},
booktitle = {Proceedings of the 2015 IEEE 23rd International Conference on Program Comprehension},
series = {ICPC '15},
year = {2015},
location = {Florence, Italy},
pages = {25--35},
numpages = {11},
url = {http://dl.acm.org/citation.cfm?id=2820282.2820289},
acmid = {2820289},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
,
@inproceedings{Brandt:2009,
author = {Brandt, Joel and Guo, Philip J. and Lewenstein, Joel and Dontcheva, Mira and Klemmer, Scott R.},
title = {Two Studies of Opportunistic Programming: Interleaving Web Foraging, Learning, and Writing Code},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '09},
year = {2009},
isbn = {978-1-60558-246-7},
location = {Boston, MA, USA},
pages = {1589--1598},
numpages = {10},
url = {http://doi.acm.org/10.1145/1518701.1518944},
doi = {10.1145/1518701.1518944},
acmid = {1518944},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {copy-and-paste, opportunistic programming, prototyping},
}
,
@inproceedings{Dagenais:2008,
author = {Dagenais, Barth{\'e}l{\'e}my and Robillard, Martin P.},
title = {Recommending Adaptive Changes for Framework Evolution},
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 = {481--490},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368154},
doi = {10.1145/1368088.1368154},
acmid = {1368154},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {adaptive changes, framework, historical study, mining software repositories, origin analysis, partial program analysis, recommendation system, software evolution},
}
,
@inproceedings{Gall:1998,
author = {Gall, Harald and Hajek, Karin and Jazayeri, Mehdi},
title = {Detection of Logical Coupling Based on Product Release History},
booktitle = {Proceedings of the International Conference on Software Maintenance},
series = {ICSM '98},
year = {1998},
isbn = {0-8186-8779-7},
pages = {190--},
url = {http://dl.acm.org/citation.cfm?id=850947.853338},
acmid = {853338},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@article{Ying:2004,
author = {Ying, Annie T. T. and Murphy, Gail C. and Ng, Raymond and Chu-Carroll, Mark C.},
title = {Predicting Source Code Changes by Mining Change History},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {September 2004},
volume = {30},
number = {9},
month = sep,
year = {2004},
issn = {0098-5589},
pages = {574--586},
numpages = {13},
url = {http://dx.doi.org/10.1109/TSE.2004.52},
doi = {10.1109/TSE.2004.52},
acmid = {1018388},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {65, Index Terms- Enhancement, Index Terms- Enhancement, maintainability, clustering, classification, association rules, data mining., association rules, classification, clustering, data mining., maintainability},
}
,
@inproceedings{Zimmermann:2004,
author = {Zimmermann, Thomas and Weisgerber, Peter and Diehl, Stephan and Zeller, Andreas},
title = {Mining Version Histories to Guide Software Changes},
booktitle = {Proceedings of the 26th International Conference on Software Engineering},
series = {ICSE '04},
year = {2004},
isbn = {0-7695-2163-0},
pages = {563--572},
numpages = {10},
url = {http://dl.acm.org/citation.cfm?id=998675.999460},
acmid = {999460},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@INPROCEEDINGS{Maruyama:2012,
author={K. Maruyama and E. Kitsu and T. Omori and S. Hayashi},
booktitle={2012 Proceedings of the 27th IEEE/ACM International Conference on Automated Software Engineering},
title={Slicing and replaying code change history},
year={2012},
volume={},
number={},
pages={246-249},
keywords={Java;software maintenance;Java program;change-aware development environment;code change history;edit operation;fine-grained code change;program source code;running tool;skipping action;slicing mechanism;software maintenance;Code change;Integrated development environments;Program comprehension;Program slicing;Software maintenance and evolution},
doi={10.1145/2351676.2351713},
ISSN={},
month={Sept},}
,
@inproceedings{Hattori:2011,
author = {Hattori, Lile and D'Ambros, Marco and Lanza, Michele and Lungu, Mircea},
title = {Software Evolution Comprehension: Replay to the Rescue},
booktitle = {Proceedings of the 2011 IEEE 19th International Conference on Program Comprehension},
series = {ICPC '11},
year = {2011},
isbn = {978-0-7695-4398-7},
pages = {161--170},
numpages = {10},
url = {http://dx.doi.org/10.1109/ICPC.2011.39},
doi = {10.1109/ICPC.2011.39},
acmid = {2057220},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
,
@INPROCEEDINGS{Hattori:2010,
author={L. Hattori and M. Lanza},
booktitle={2010 ACM/IEEE 32nd International Conference on Software Engineering},
title={Syde: a tool for collaborative software development},
year={2010},
volume={2},
number={},
pages={235-238},
keywords={groupware;information management;software engineering;software tools;source coding;team working;Syde;change information;collaborative software development;conflict information;information overload;multideveloper project;source code changes;team awareness;team collaboration;Conferences;Object oriented modeling;Presses;Servers;Software;Visualization;Syde;awareness;change;collaboration;visualization},
doi={10.1145/1810295.1810339},
ISSN={0270-5257},
month={May},}
,
@inproceedings{Yoon:2012,
author = {Yoon, YoungSeok and Myers, Brad A.},
title = {An Exploratory Study of Backtracking Strategies Used by Developers},
booktitle = {Proceedings of the 5th International Workshop on Co-operative and Human Aspects of Software Engineering},
series = {CHASE '12},
year = {2012},
isbn = {978-1-4673-1824-2},
location = {Zurich, Switzerland},
pages = {138--144},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=2663638.2663669},
acmid = {2663669},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {component, exploratory programming, undo},
}
,
@INPROCEEDINGS{Vakilian:2012,
author={M. Vakilian and N. Chen and S. Negara and B. A. Rajkumar and B. P. Bailey and R. E. Johnson},
booktitle={2012 34th International Conference on Software Engineering (ICSE)},
title={Use, disuse, and misuse of automated refactorings},
year={2012},
volume={},
number={},
pages={233-243},
keywords={software maintenance;software tools;awareness;behavioral data;interaction data;invocation method;lightweight methods;naming;predictability;predictable automated refactorings;refactoring tools;trust;Context;Educational institutions;Interviews;Programming;Reliability;Software;User interfaces;Human computer interaction;Human factors;Programming environments;Software engineering;Software maintenance;User interfaces},
doi={10.1109/ICSE.2012.6227190},
ISSN={0270-5257},
month={June},}
,
@INPROCEEDINGS{Yoon:2013,
author={Y. Yoon and B. A. Myers and S. Koo},
booktitle={2013 IEEE Symposium on Visual Languages and Human Centric Computing},
title={Visualization of fine-grained code change history},
year={2013},
volume={},
number={},
pages={119-126},
keywords={data visualisation;software engineering;Azurite;Eclipse plug-in;code editor interaction;code history diff view;fine-grained code change history visualization;timeline visualization;user backtracking tasks;Filtering;History;Layout;Navigation;Real-time systems;Software;Visualization;integrated development environments;program comprehension;selective undo;software visualization},
doi={10.1109/VLHCC.2013.6645254},
ISSN={1943-6092},
month={Sept},}
,
@inproceedings{Janzen:2003,
author = {Janzen, Doug and De Volder, Kris},
title = {Navigating and Querying Code Without Getting Lost},
booktitle = {Proceedings of the 2Nd International Conference on Aspect-oriented Software Development},
series = {AOSD '03},
year = {2003},
isbn = {1-58113-660-9},
location = {Boston, Massachusetts},
pages = {178--187},
numpages = {10},
url = {http://doi.acm.org/10.1145/643603.643622},
doi = {10.1145/643603.643622},
acmid = {643622},
publisher = {ACM},
address = {New York, NY, USA},
}
,
@inproceedings{Hajiyev:2006,
author = {Hajiyev, Elnar and Verbaere, Mathieu and de Moor, Oege},
title = {CodeQuest: Scalable Source Code Queries with Datalog},
booktitle = {Proceedings of the 20th European Conference on Object-Oriented Programming},
series = {ECOOP'06},
year = {2006},
isbn = {3-540-35726-2, 978-3-540-35726-1},
location = {Nantes, France},
pages = {2--27},
numpages = {26},
url = {http://dx.doi.org/10.1007/11785477_2},
doi = {10.1007/11785477_2},
acmid = {2171331},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
,
@inproceedings{Mens:2002,
author = {Mens, Kim and Mens, Tom and Wermelinger, Michel},
title = {Maintaining Software Through Intentional Source-code Views},
booktitle = {Proceedings of the 14th International Conference on Software Engineering and Knowledge Engineering},
series = {SEKE '02},
year = {2002},
isbn = {1-58113-556-4},
location = {Ischia, Italy},
pages = {289--296},
numpages = {8},
url = {http://doi.acm.org/10.1145/568760.568812},
doi = {10.1145/568760.568812},
acmid = {568812},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {crosscutting concerns, logic metaprogramming, modularisation, software maintenance and evolution, validation and verification},
}
,
@inproceedings{Eichberg:2008,
author = {Eichberg, Michael and Kloppenburg, Sven and Klose, Karl and Mezini, Mira},
title = {Defining and Continuous Checking of Structural Program Dependencies},
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 = {391--400},
numpages = {10},
url = {http://doi.acm.org/10.1145/1368088.1368142},
doi = {10.1145/1368088.1368142},
acmid = {1368142},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {continuous checking, controlling program dependencies, datalog, static analysis},
}
,
@inproceedings{Beckwith:2006,
author = {Beckwith, Laura and Kissinger, Cory and Burnett, Margaret and Wiedenbeck, Susan and Lawrance, Joseph and Blackwell, Alan and Cook, Curtis},
title = {Tinkering and Gender in End-user Programmers' Debugging},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '06},
year = {2006},
isbn = {1-59593-372-7},
location = {Montr\&\#233;al, Qu\&\#233;bec, Canada},
pages = {231--240},
numpages = {10},
url = {http://doi.acm.org/10.1145/1124772.1124808},
doi = {10.1145/1124772.1124808},
acmid = {1124808},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {debugging, end-user programming, end-user software engineering, gender, self-efficacy, surprise-explain-reward, tinkering},
}
,
@Article{Mangano:2012,
author="Mangano, Nicolas
and vander Hoek, Andr{\'e}",
title="The design and evaluation of a tool to support software designers at the whiteboard",
journal="Automated Software Engineering",
year="2012",
month="Dec",
day="01",
volume="19",
number="4",
pages="381--421",,
issn="1573-7535",
doi="10.1007/s10515-012-0104-9",
url="https://doi.org/10.1007/s10515-012-0104-9"
}
,
@incollection{Easterbrook:2008,
title={Selecting empirical methods for software engineering research},
author={Easterbrook, Steve and Singer, Janice and Storey, Margaret-Anne and Damian, Daniela},
booktitle={Guide to advanced empirical software engineering},
pages={285--311},
year={2008},
publisher={Springer}
}
,
@inproceedings{Wang:2017,
title={Characterizing Developer Behavior in Cloud Based IDEs},
author={Wang, Yi},
booktitle={Empirical Software Engineering and Measurement (ESEM), 2017 ACM/IEEE International Symposium on},
pages={48--57},
year={2017},
organization={IEEE}
}
,
@article{Dourish:2004,
title={What we talk about when we talk about context},
author={Dourish, Paul},
journal={Personal and ubiquitous computing},
volume={8},
number={1},
pages={19--30},
year={2004},
publisher={Springer}
}
,
@inproceedings{Schilit:1994a,
title={Context-aware computing applications},
author={Schilit, Bill and Adams, Norman and Want, Roy},
booktitle={Mobile Computing Systems and Applications, 1994. WMCSA 1994. First Workshop on},
pages={85--90},
year={1994},
organization={IEEE}
}
,
@article{Schilit:1994b,
title={Disseminating active map information to mobile hosts},
author={Schilit, Bill N and Theimer, Marvin M},
journal={IEEE network},
volume={8},
number={5},
pages={22--32},
year={1994},
publisher={IEEE}
}
,
@inproceedings{Abowd:1999,
title={Towards a better understanding of context and context-awareness},
author={Abowd, Gregory D and Dey, Anind K and Brown, Peter J and Davies, Nigel and Smith, Mark and Steggles, Pete},
booktitle={International Symposium on Handheld and Ubiquitous Computing},
pages={304--307},
year={1999},
organization={Springer}
}
,
@inproceedings{Pascoe:1998,
title={Adding generic contextual capabilities to wearable computers},
author={Pascoe, Jason},
booktitle={Wearable Computers, 1998. Digest of Papers. Second International Symposium on},
pages={92--99},
year={1998},
organization={IEEE}
}
,
@inproceedings{Viriyakattiyaporn:2010,
title={Improving program navigation with an active help system},
author={Viriyakattiyaporn, Petcharat and Murphy, Gail C},
booktitle={Proceedings of the 2010 Conference of the Center for Advanced Studies on Collaborative Research},
pages={27--41},
year={2010},
organization={IBM Corp.}
}
,
@article{Freeman:1996,
title={Lifestreams: A storage model for personal data},
author={Freeman, Eric and Gelernter, David},
journal={ACM SIGMOD Record},
volume={25},
number={1},
pages={80--86},
year={1996},
publisher={ACM}
}
,
@article{Dourish:2000,
title={Extending document management systems with user-specific active properties},
author={Dourish, Paul and Edwards, W Keith and LaMarca, Anthony and Lamping, John and Petersen, Karin and Salisbury, Michael and Terry, Douglas B and Thornton, James},
journal={ACM Transactions on Information Systems (TOIS)},
volume={18},
number={2},
pages={140--170},
year={2000},
publisher={ACM}
}
,
@inproceedings{Cheverst:2000,
title={Developing a context-aware electronic tourist guide: some issues and experiences},
author={Cheverst, Keith and Davies, Nigel and Mitchell, Keith and Friday, Adrian and Efstratiou, Christos},
booktitle={Proceedings of the SIGCHI conference on Human Factors in Computing Systems},
pages={17--24},
year={2000},
organization={ACM}
}
,
@article{Ward:1997,
title={A new location technique for the active office},
author={Ward, Andy and Jones, Alan and Hopper, Andy},
journal={IEEE Personal communications},
volume={4},
number={5},
pages={42--47},
year={1997},
publisher={IEEE}
}
,
@inproceedings{Rodden:1998,
title={Exploiting context in HCI design for mobile systems},
author={Rodden, Tom and Cheverst, Keith and Davies, K and Dix, Alan},
booktitle={Workshop on human computer interaction with mobile devices},
pages={21--22},
year={1998},
organization={Glasgow}
}
,
@article{Brown:1995,
title={The stick-e document: a framework for creating context-aware applications},
author={Brown, Peter J},
journal={Electronic Publishing-Chichester-},
volume={8},
pages={259--272},
year={1995},
publisher={Citeseer}
}
,
@inproceedings{Kersten:2006,
title={Using task context to improve programmer productivity},
author={Kersten, Mik and Murphy, Gail C},
booktitle={Proceedings of the 14th ACM SIGSOFT international symposium on Foundations of software engineering},
pages={1--11},
year={2006},
organization={ACM}
},
@inproceedings{Vcubranic:2003,
title={Hipikat: Recommending pertinent software development artifacts},
author={{\v{C}}ubrani{\'c}, Davor and Murphy, Gail C},
booktitle={Proceedings of the 25th international Conference on Software Engineering},
pages={408--418},
year={2003},
organization={IEEE Computer Society}
}
,
@article{Gasparic:2017,
title={A context model for IDE-based recommendation systems},
author={Gasparic, Marko and Murphy, Gail C and Ricci, Francesco},
journal={Journal of Systems and Software},
volume={128},
pages={200--219},
year={2017},
publisher={Elsevier}
}
,
@inproceedings{Jin:2017,
author = {Xiaoyu Jin and
Nan Niu and
Michael Wagner},
title = {Facilitating end-user developers by estimating time cost of foraging
a webpage},
booktitle = {2017 {IEEE} Symposium on Visual Languages and Human-Centric Computing,
{VL/HCC} 2017, Raleigh, NC, USA, October 11-14, 2017},
pages = {31--35},
year = {2017},
crossref = {DBLP:conf/vl/2017},
url = {https://doi.org/10.1109/VLHCC.2017.8103447},
doi = {10.1109/VLHCC.2017.8103447},
timestamp = {Fri, 17 Nov 2017 08:45:51 +0100},
biburl = {http://dblp.org/rec/bib/conf/vl/JinN017},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
,
@article{Fleming:2013,
title={An information foraging theory perspective on tools for debugging, refactoring, and reuse tasks},
author={Fleming, Scott D and Scaffidi, Chris and Piorkowski, David and Burnett, Margaret and Bellamy, Rachel and Lawrance, Joseph and Kwan, Irwin},
journal={ACM Transactions on Software Engineering and Methodology (TOSEM)},
volume={22},
number={2},
pages={14},
year={2013},
publisher={ACM}
}
,
@inproceedings{Pirolli:2005,
title={The sensemaking process and leverage points for analyst technology as identified through cognitive task analysis},
author={Pirolli, Peter and Card, Stuart},
booktitle={Proceedings of international conference on intelligence analysis},
volume={5},
pages={2--4},
year={2005}
}
,
@article{Lawrance:2013,
title={How programmers debug, revisited: An information foraging theory perspective},
author={Lawrance, Joseph and Bogart, Christopher and Burnett, Margaret and Bellamy, Rachel and Rector, Kyle and Fleming, Scott D},
journal={IEEE Transactions on Software Engineering},
volume={39},
number={2},
pages={197--215},
year={2013},
publisher={IEEE}
}
,
@inproceedings{Lawrance:2010,
title={Reactive information foraging for evolving goals},
author={Lawrance, Joseph and Burnett, Margaret and Bellamy, Rachel and Bogart, Christopher and Swart, Calvin},
booktitle={Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
pages={25--34},
year={2010},
organization={ACM}
}
,
@inproceedings{Piorkowski:2015,
title={To fix or to learn? How production bias affects developers' information foraging during debugging},
author={Piorkowski, David and Fleming, Scott D and Scaffidi, Christopher and Burnett, Margaret and Kwan, Irwin and Henley, Austin Z and Macbeth, Jamie and Hill, Charles and Horvath, Amber},
booktitle={Software Maintenance and Evolution (ICSME), 2015 IEEE International Conference on},
pages={11--20},
year={2015},
organization={IEEE}
}
,
@inproceedings{Brandt:2009,
author = {Brandt, Joel and Guo, Philip J. and Lewenstein, Joel and Dontcheva, Mira and Klemmer, Scott R.},
title = {Two Studies of Opportunistic Programming: Interleaving Web Foraging, Learning, and Writing Code},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '09},
year = {2009},
pages = {1589--1598},
numpages = {10},
publisher = {ACM},
}
,
@inproceedings{Pirolli:1995,
author = {Pirolli, Peter and Card, Stuart},
title = {Information Foraging in Information Access Environments},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '95},
year = {1995},
pages = {51--58},
numpages = {8},
}
,
@article{Grigoreanu:2012,
author = {Grigoreanu, Valentina and Burnett, Margaret and Wiedenbeck, Susan and Cao, Jill and Rector, Kyle and Kwan, Irwin},
title = {End-user Debugging Strategies: A Sensemaking Perspective},
journal = {ACM Trans. Comput.-Hum. Interact.},
issue_date = {March 2012},
pages = {5:1--5:28},
numpages = {28},
}
%=======================================================
%Entries End