-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcited.bib
4657 lines (4337 loc) · 173 KB
/
cited.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
@article{DBLP:journals/scp/HoltSSW06,
author = {Richard C. Holt and Andy Sch{\"{u}}rr and Susan Elliott Sim and Andreas Winter},
title = "{{GXL:} {A} Graph-based Standard Exchange Format for Reengineering}",
journal = {Science of Computer Programming},
volume = {60},
number = {2},
pages = {149--170},
year = {2006},
}
@inproceedings{DBLP:conf/wcre/HoltWS00,
author = {Richard C. Holt and Andreas Winter and Andy Sch{\"{u}}rr},
title = "{{GXL:} Toward a Standard Exchange Format}",
booktitle = {Proceedings of WCRE 2000},
pages = {162--171},
year = {2000},
}
@TECHREPORT{famix,
author = {Serge Demeyer and Sander Tichelaar and St{\'{e}}phane Ducasse},
title = "{FAMIX 2.1---The FAMOOS Information Exchange Model}",
institution = {University of Bern},
year = {2001}
}
@article{DBLP:journals/sigsoft/Nierstrasz12,
author = {Oscar Nierstrasz},
title = "{Agile Software Assessment with Moose}",
journal = {{ACM} {SIGSOFT} Software Engineering Notes},
volume = {37},
number = {3},
pages = {1--5},
year = {2012},
}
@inproceedings{DBLP:conf/sigsoft/NierstraszDG05,
author = {Oscar Nierstrasz and St{\'{e}}phane Ducasse and Tudor G{\^{\i}}rba},
title = "{The Story of Moose: An Agile Reengineering Environment}",
booktitle = {Proceedings of ESEC'05},
year = {2005},
}
@MISC{omg-kdm,
title = "{Knowledge Discovery Metamodel (KDM)}",
author = "{Object Management Group}",
note = {\url{http://www.omg.org/technology/kdm/index.htm}}
}
@article{DBLP:journals/infsof/BruneliereCDM14,
author = {Hugo Bruneliere and Jordi Cabot and Gr{\'{e}}goire Dup{\'{e}} and Fr{\'{e}}d{\'{e}}ric Madiot},
title = "{MoDisco: {A} Model Driven Reverse Engineering Framework}",
journal = {Information {\&} Software Technology},
volume = {56},
number = {8},
pages = {1012--1032},
year = {2014},
}
@inproceedings{DBLP:conf/kbse/BruneliereCJM10,
author = {Hugo Bruneliere and Jordi Cabot and Fr{\'{e}}d{\'{e}}ric Jouault and Fr{\'{e}}d{\'{e}}ric Madiot},
title = "{MoDisco: A Generic and Extensible Framework for Model Driven Reverse Engineering}",
booktitle = {Proceedings of ASE'10},
pages = {173--174},
publisher = {ACM},
year = {2010},
}
@inproceedings{DBLP:conf/sle/HillsKV12,
author = {Mark Hills and Paul Klint and Jurgen J. Vinju},
title = "{Meta-language Support for Type-Safe Access to External Resources}",
booktitle = {Proceedings of SLE'12},
year = {2012},
pages = {372-391},
publisher = {Springer},
series = {LNCS},
volume = {7745},
}
@inproceedings{DBLP:conf/csmr/HillsK14,
author = {Mark Hills and Paul Klint},
title = "{PHP AiR: Analyzing PHP Systems with Rascal}",
booktitle = {Proceedings of CSMR-WCRE 2014},
publisher = {IEEE},
year = {2014},
pages = {454-457},
ee = {http://dx.doi.org/10.1109/CSMR-WCRE.2014.6747217},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@techreport{M3-13,
author = {Izmaylova, A. and Klint, P. and Shahi, A. and Vinju, J. J.},
title = {M3: {An} {Open} {Model} {For} {Measuring} {Code} {Artifacts}},
series = {BENEVOL},
year = {2013},
month = {December},
number = {arXiv-1312.1188},
publisher = {Cornell University Library},
institution = {CWI},
url = {http://arxiv.org/abs/1312.1188},
}
@inproceedings{DBLP:conf/sle/BastenK08,
author = {Hendrikus J. S. Basten and Paul Klint},
title = "{DeFacto: Language-Parametric Fact Extraction from Source Code}",
booktitle = {Proceedings of SLE'08},
year = {2008},
pages = {265-284},
series = {LNCS},
publisher = {Springer},
volume = {5452},
ee = {http://dx.doi.org/10.1007/978-3-642-00434-6_17},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{Allen:1970:CFA:800028.808479,
author = {Allen, Frances E.},
title = "{Control Flow Analysis}",
booktitle = {Proceedings of a Symposium on Compiler Optimization},
year = {1970},
location = {Urbana-Champaign, Illinois},
pages = {1--19},
numpages = {19},
url = {http://doi.acm.org/10.1145/800028.808479},
doi = {10.1145/800028.808479},
acmid = {808479},
publisher = {ACM},
address = {New York, NY, USA},
}
@MastersThesis{mulder-thesis-2013,
author = {Chris Mulder},
title = "{Reducing Dynamic Feature Usage in PHP Code}",
school = {University of Amsterdam},
year = {2013}
}
@inproceedings{DBLP:conf/csmr/HillsK14,
author = {Mark Hills and Paul Klint},
title = "{PHP AiR: Analyzing PHP Systems with Rascal}",
booktitle = {Proceedings of CSMR-WCRE'14},
publisher = {IEEE},
year = {2014},
pages = {454-457},
ee = {http://dx.doi.org/10.1109/CSMR-WCRE.2014.6747217},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/oopsla/ZhaoPYQWGOPMET12,
author = {Haiping Zhao and Iain Proctor and Minghui Yang and Xin Qi and Mark Williams and Qi Gao and Guilherme Ottoni and Andrew Paroski and Scott MacVicar and Jason Evans and Stephen Tu},
title = "{The HipHop Compiler for PHP}",
booktitle = {Proceedings of OOPSLA'12},
year = {2012},
publisher = {ACM},
pages = {575-586}
}
@inproceedings{hills-klint-vinju-issta-2013,
author = {Mark Hills and Paul Klint and Jurgen J. Vinju},
title = "{An Empirical Study of PHP Feature Usage: A Static Analysis Perspective}",
booktitle = {Proceedings of ISSTA'13},
publisher = {ACM},
year = {2013},
pages = {325-335}
}
@inproceedings{DBLP:conf/issta/JensenJM12,
author = {Simon Holm Jensen and Peter A. Jonsson and Anders M{\o}ller},
title = {Remedying the Eval that Men Do},
booktitle = {Proceedings of ISSTA'12},
publisher = {ACM},
year = {2012},
pages = {34-44},
ee = {http://doi.acm.org/10.1145/2338965.2336758},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/acsc/HolknerH09,
author = {Alex Holkner and James Harland},
title = "{Evaluating the dynamic behaviour of Python applications}",
booktitle = {ACSC'09},
publisher = {Australian Computer Society},
year = {2009},
pages = {17-25},
ee = {http://crpit.com/abstracts/CRPITV91Holkner.html},
crossref = {DBLP:conf/acsc/2009},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@proceedings{DBLP:conf/acsc/2009,
editor = {Bernard Mans},
title = {Computer Science 2009, Thirty-Second Australasian Computer
Science Conference (ACSC 2009), Wellington, New Zealand,
January 19-23, 2009, Proceedings},
booktitle = {ACSC},
publisher = {Australian Computer Society},
series = {CRPIT},
volume = {91},
year = {2009},
isbn = {978-1-920682-72-9},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/sigsoft/HackettA06,
author = {Brian Hackett and Alex Aiken},
title = "{How is Aliasing Used in Systems Software?}",
booktitle = {Proceedings of FSE'06},
publisher = {ACM},
year = {2006},
pages = {69-80},
ee = {http://doi.acm.org/10.1145/1181775.1181785},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/sac/FurrAFH09,
author = {Michael Furr and {Jong-hoon} An and Jeffrey S. Foster and Michael W. Hicks},
title = "{Static Type Inference for Ruby}",
booktitle = {Proceedings of SAC'09},
publisher = {ACM},
year = {2009},
pages = {1859-1866},
ee = {http://doi.acm.org/10.1145/1529282.1529700},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/oopsla/FurrAF09,
author = {Michael Furr and Jong-hoon (David) An and Jeffrey S. Foster},
title = "{Profile-Guided Static Typing for Dynamic Scripting Languages}",
booktitle = {Proceedings of OOPSLA'09},
publisher = {ACM},
year = {2009},
pages = {283-300},
ee = {http://doi.acm.org/10.1145/1640089.1640110},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/oopsla/MeawadRMV12,
author = {Fadi Meawad and Gregor Richards and Flor{\'e}al Morandat and Jan Vitek},
title = "{Eval Begone!: Semi-Automated Removal of Eval from JavaScript Programs}",
booktitle = {Proceedings of OOPSLA'12},
publisher = {ACM},
year = {2012},
pages = {607-620},
ee = {http://doi.acm.org/10.1145/2384616.2384660},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/pldi/RichardsLBV10,
author = {Gregor Richards and Sylvain Lebresne and Brian Burg and Jan Vitek},
title = "{An Analysis of the Dynamic Behavior of JavaScript Programs}",
booktitle = {Proceedings of PLDI'10},
publisher = {ACM},
year = {2010},
pages = {1-12},
ee = {http://doi.acm.org/10.1145/1806596.1806598},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/ecoop/RichardsHBV11,
author = {Gregor Richards and Christian Hammer and Brian Burg and Jan Vitek},
title = "{The Eval That Men Do - A Large-Scale Study of the Use of Eval in JavaScript Applications}",
booktitle = {Proceedings of ECOOP'11},
publisher = {Springer},
series = {LNCS},
volume = {6813},
year = {2011},
pages = {52-78},
ee = {http://dx.doi.org/10.1007/978-3-642-22655-7_4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/sac/LammelPS11,
author = {Ralf L{\"a}mmel and
Ekaterina Pek and
J{\"u}rgen Starek},
title = "{Large-scale, AST-based API-usage analysis of open-source
Java projects}",
booktitle = {Proceedings of SAC'11},
year = {2011},
publisher = {ACM},
pages = {1317-1324},
ee = {http://doi.acm.org/10.1145/1982185.1982471},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/iwpc/LammelP10,
author = {Ralf L{\"a}mmel and
Ekaterina Pek},
title = "{Vivisection of a Non-Executable, Domain-Specific Language
- Understanding (the Usage of) the P3P Language}",
booktitle = {Proceedings of ICPC'10},
publisher = {IEEE Computer Society},
year = {2010},
pages = {104-113},
ee = {http://doi.ieeecomputersociety.org/10.1109/ICPC.2010.45},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/scam/WheeldonC03,
author = {Richard Wheeldon and
Steve Counsell},
title = "{Power Law Distributions in Class Relationships}",
booktitle = {Proceedings of SCAM'03},
publisher = {IEEE Computer Society},
year = {2003},
pages = {45-54},
ee = {http://doi.ieeecomputersociety.org/10.1109/SCAM.2003.1238030},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/oopsla/GilM05,
author = {Joseph Gil and
Itay Maman},
title = "{Micro Patterns in Java Code}",
booktitle = {Proceedings of OOPSLA'05},
year = {2005},
publisher = {ACM},
pages = {97-116},
ee = {http://doi.acm.org/10.1145/1094811.1094819},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/oopsla/BaxterFNRSVMT06,
author = {Gareth Baxter and
Marcus R. Frean and
James Noble and
Mark Rickerby and
Hayden Smith and
Matt Visser and
Hayden Melton and
Ewan D. Tempero},
title = "{Understanding the Shape of Java Software}",
booktitle = {Proceedings of OOPSLA'06},
publisher = {ACM},
year = {2006},
pages = {397-412},
ee = {http://doi.acm.org/10.1145/1167473.1167507},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/spe/CollbergMS07,
author = {Christian S. Collberg and
Ginger Myles and
Michael Stepp},
title = "{An empirical study of Java bytecode programs}",
journal = {Software: Practice and Experience},
volume = {37},
number = {6},
year = {2007},
pages = {581-641},
ee = {http://dx.doi.org/10.1002/spe.776},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@phdthesis{Biggar2010,
author = {Paul Biggar},
title = "{Design and Implementation of an Ahead-of-Time Compiler for PHP}",
school = {Trinity College Dublin},
month = {April},
year = {2010},
}
@inproceedings{DBLP:conf/ecoop/MorandatHOV12,
author = {Flor{\'e}al Morandat and
Brandon Hill and
Leo Osvald and
Jan Vitek},
title = "{Evaluating the Design of the R Language - Objects and Functions
for Data Analysis}",
booktitle = {Proceedings of ECOOP'12},
series = {LNCS},
volume = {7313},
publisher = {Springer},
year = {2012},
pages = {104-131},
ee = {http://dx.doi.org/10.1007/978-3-642-31057-7_6},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@misc{cloc,
title = "{Count Lines of Code Tool}",
note = {\url{http://cloc.sourceforge.net}}
}
@inproceedings{setcover,
author = {Ran Raz and
Shmuel Safra},
title = "{A Sub-Constant Error-Probability Low-Degree Test, and a
Sub-Constant Error-Probability PCP Characterization of NP}",
booktitle = {Proceedings of STOC'97},
publisher = {ACM},
year = {1997},
pages = {475-484},
ee = {http://doi.acm.org/10.1145/258533.258641},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@misc{php-tools,
title = "{PHP-Tools Project}",
note = {\url{http://www.program-transformation.org/PHP/PhpTools}}
}
@misc{php-sat,
title = "{PHP-Sat Project}",
note = {\url{http://www.program- transformation.org/PHP/PhpSat}}
}
@misc{php-github,
title = "{PHP Usage on GitHub}",
note = {\url{https://github.com/languages/PHP}}
}
@misc{php-usage2,
title = "{PHP Usage Statistics}",
note = {\url{http://w3techs.com/technologies/details/pl-php/all/all}}
}
@misc{php-usage,
title = "{PHP Usage Statistics}",
note = {\url{http://trends.builtwith.com/framework/PHP}}
}
@misc{php,
title = "{PHP Language Homepage}",
note = {\url{http://www.php.net}}
}
@misc{tiobe,
title = "{TIOBE Programming Community Index}",
note="\url{http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html}"
}
@inproceedings{DBLP:conf/icse/WassermannS08,
author = {Gary Wassermann and Zhendong Su},
title = "{Static Detection of Cross-Site Scripting Vulnerabilities}",
booktitle = {Proceedings of ICSE'08},
publisher = {ACM},
year = {2008},
pages = {171-180},
ee = {http://doi.acm.org/10.1145/1368088.1368112},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/pldi/WassermannS07,
author = {Gary Wassermann and Zhendong Su},
title = "{Sound and Precise Analysis of Web Applications for Injection Vulnerabilities}",
booktitle = {Proceedings of PLDI'07},
publisher = {ACM},
year = {2007},
pages = {32-41},
ee = {http://doi.acm.org/10.1145/1250734.1250739},
crossref = {DBLP:conf/pldi/2007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{Xie-Aiken-Usenix-2006,
author = {Yichen Xie and Alex Aiken},
title = "{Static Detection of Security Vulnerabilities in Scripting Languages}",
booktitle = {Proceedings of the 15th USENIX Security Symposium},
year = {2006},
pages = {179-192}
}
@article{Denning76,
author = {Dorothy E. Denning},
title = "{A Lattice Model of Secure Information Flow}",
journal = {Communications of the ACM},
volume = {19},
number = {5},
year = {1976},
pages = {236-243},
ee = {http://doi.acm.org/10.1145/360051.360056},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/tse/StromY86,
author = {Robert E. Strom and
Shaula Yemini},
title = "{Typestate: A Programming Language Concept for Enhancing
Software Reliability}",
journal = {IEEE Transactions on Software Engineering},
volume = {12},
number = {1},
year = {1986},
pages = {157-171},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/www/Minamide05,
author = {Yasuhiko Minamide},
title = "{Static Approximation of Dynamically Generated Web Pages}",
booktitle = {Proceedings of WWW 2005},
year = {2005},
pages = {432-441},
ee = {http://doi.acm.org/10.1145/1060745.1060809},
bibsource = {DBLP, http://dblp.uni-trier.de},
publisher = {ACM}
}
@inproceedings{huang-etal-2004-dsn,
author = {Yao-Wen Huang and Fang Yu and Christian Hang and Chung-Hung Tsai and D. T. Lee and Sy-Yen Kuo},
title = "{Verifying Web Applications Using Bounded Model Checking}",
booktitle = {Proceedings of DSN '04},
year = {2004},
pages = {199-208},
publisher = {IEEE},
}
@inproceedings{DBLP:conf/www/HuangYHTLK04,
author = {Yao-Wen Huang and
Fang Yu and
Christian Hang and
Chung-Hung Tsai and
Der-Tsai Lee and
Sy-Yen Kuo},
title = "{Securing Web Application Code by Static Analysis and Runtime Protection}",
booktitle = {Proceedings of WWW'04},
year = {2004},
publisher = {ACM},
pages = {40-52},
ee = {http://doi.acm.org/10.1145/988672.988679}
}
@inproceedings{phprepair,
author = {Hesam Samimi and
Max Sch{\"a}fer and
Shay Artzi and
Todd D. Millstein and
Frank Tip and
Laurie J. Hendren},
title = "{Automated Repair of {HTML} Generation Errors in {PHP} Applications
Using String Constraint Solving}",
booktitle = {Proceedings of ICSE'12},
year = {2012},
publisher = {IEEE},
pages = {277-287},
ee = {http://dx.doi.org/10.1109/ICSE.2012.6227186},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@MastersThesis{depoel-thesis-2010,
author = {Nico L. de Poel},
title = "{Automated Security Review of PHP Web Applications with Static Code Analysis}",
school = {University of Groningen},
year = {2010}
}
@MastersThesis{camphuijsen-thesis-2007,
author = {Patrick Camphuijsen},
title = "{Soft typing and analyses of PHP programs}",
school = {Universiteit Utrecht},
year = {2007}
}
@inproceedings{DBLP:conf/cc/RimsadP11,
author = {Andrei Rimsa and
Marcelo d'Amorim and
Fernando Magno Quint{\~a}o Pereira},
title = "{Tainted Flow Analysis on e-SSA-Form Programs}",
booktitle = {Proceedings of CC'11},
publisher = {Springer},
series = {LNCS},
volume = {6601},
year = {2011},
pages = {124-143},
ee = {http://dx.doi.org/10.1007/978-3-642-19861-8_8}
}
@inproceedings{DBLP:conf/pldi/JovanovicKK06,
author = {Nenad Jovanovic and
Christopher Kruegel and
Engin Kirda},
title = "{Precise Alias Analysis for Static Detection of Web Application Vulnerabilities}",
booktitle = {Proceedings of PLAS'06},
publisher = {ACM},
year = {2006},
pages = {27-36},
ee = {http://doi.acm.org/10.1145/1134744.1134751}
}
@inproceedings{DBLP:conf/sp/JovanovicKK06,
author = {Nenad Jovanovic and
Christopher Kr{\"u}gel and
Engin Kirda},
title = "{Pixy: A Static Analysis Tool for Detecting Web Application Vulnerabilities (Short Paper)}",
booktitle = {IEEE Symposium on Security and Privacy},
year = {2006},
pages = {258-263},
ee = {http://doi.ieeecomputersociety.org/10.1109/SP.2006.29}
}
@article {SPE:SPE4380010203,
author = {Knuth, Donald E.},
title = "{An Empirical Study of FORTRAN Programs}",
journal = {Software: Practice and Experience},
volume = {1},
number = {2},
publisher = {John Wiley & Sons, Ltd.},
issn = {1097-024X},
doi = {10.1002/spe.4380010203},
pages = {105--133},
keywords = {FORTRAN, Optimization, Efficiency, Compiler},
year = {1971},
}
@inproceedings{jsecoop,
author = {Manu Sridharan and
Julian Dolby and
Satish Chandra and
Max Sch{\"a}fer and
Frank Tip},
title = "{Correlation Tracking for Points-To Analysis of JavaScript}",
booktitle = {Proceedings of ECOOP'12},
publisher = {Springer},
series = {LNCS},
year = {2012},
pages = {435-458},
ee = {http://dx.doi.org/10.1007/978-3-642-31057-7_20},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{cppvar,
author = {J{\"o}rg Liebig and
Sven Apel and
Christian Lengauer and
Christian K{\"a}stner and
Michael Schulze},
title = "{An Analysis of the Variability in Forty Preprocessor-Based
Software Product Lines}",
booktitle = {Proceedings of ICSE'10},
publisher = {ACM},
year = {2010},
pages = {105-114},
ee = {http://doi.acm.org/10.1145/1806799.1806819},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{cpp,
author = {Ernst, M D and Badros, G J and Notkin, D},
title = "{An Empirical Analysis of C Preprocessor Use}",
journal = {IEEE Transactions on Software Engineering},
year = {2002},
volume = {28},
number = {12},
pages = {1146--1170}
}
@phdthesis{cppref,
author = {Alejandra Garrido},
title = {{Program Refactoring in the Presence of Preprocessor Directives}},
school = {{University of Illinois at Urbana-Champaign}},
year = {2005},
}
@inproceedings{refactoringmetrics,
author = {Vakilian, Mohsen and Chen, Nicholas and Negara, Stas and Rajkumar, Balaji Ambresh and Zilouchian Moghaddam, Roshanak and Johnson, Ralph E.},
title = "{The Need for Richer Refactoring Usage Data}",
booktitle = {Proceedings of PLATEAU'11},
year = {2011},
isbn = {978-1-4503-1024-6},
location = {Portland, Oregon, USA},
pages = {31--38},
numpages = {8},
doi = {10.1145/2089155.2089164},
acmid = {2089164},
publisher = {ACM},
keywords = {automated refactoring tools, refactoring, usability, user study},
}
@inproceedings{uxmetrics,
author = {Kerry Rodden and
Hilary Hutchinson and
Xin Fu},
title = "{Measuring the User Experience on a Large Scale: User-Centered Metrics for Web Applications}",
booktitle = {Proceedings of CHI'10},
year = {2010},
publisher = {ACM},
pages = {2395-2398},
ee = {http://doi.acm.org/10.1145/1753326.1753687},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{moscow,
author = {Dai Clegg and
Richard Barker},
title = {CASE method fast-track - a RAD approach},
publisher = {Addison-Wesley},
year = {1994},
isbn = {978-0-201-62432-8},
pages = {I-XIV, 1-207},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/rta/BallandBKMR07,
author = {Emilie Balland and
Paul Brauner and
Radu Kopetz and
Pierre-Etienne Moreau and
Antoine Reilles},
title = "{Tom: Piggybacking Rewriting on Java}",
publisher = {Springer},
series = {LNCS},
volume = {4533},
booktitle = {Proceedings of RTA'07},
year = {2007},
pages = {36-47},
ee = {http://dx.doi.org/10.1007/978-3-540-73449-9_5},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/fase/LiT12,
author = {Huiqing Li and Simon J. Thompson},
title = "{A Domain-Specific Language for Scripting Refactorings in Erlang}",
booktitle = {Proceedings of FASE'12},
year = {2012},
pages = {501-515},
publisher = {Springer},
series = {LNCS},
volume = {7212},
ee = {http://dx.doi.org/10.1007/978-3-642-28872-2_34}
}
@inproceedings{DBLP:conf/icse/VerbaereEM06,
author = {Mathieu Verbaere and Ran Ettinger and Oege de Moor},
title = "{JunGL: A Scripting Language for Refactoring}",
booktitle = {Proceedings of ICSE'06},
year = {2006},
publisher = {ACM},
pages = {172-181},
ee = {http://doi.acm.org/10.1145/1134311}
}
@inproceedings{DBLP:conf/scam/BastenS10,
author = {Bas Basten and
Tijs van der Storm},
title = "{AMBIDEXTER: Practical Ambiguity Detection}",
booktitle = {Proceedings of SCAM'10},
publisher = {IEEE},
year = {2010},
pages = {101-102},
ee = {http://dx.doi.org/10.1109/SCAM.2010.21}
}
@proceedings{DBLP:conf/scam/2010,
title = {Tenth IEEE International Working Conference on Source Code
Analysis and Manipulation, SCAM 2010, Timisoara, Romania,
12-13 September 2010},
booktitle = {SCAM},
publisher = {IEEE Computer Society},
year = {2010},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{dr-ambiguity,
author = {Basten, H.J.S. and Vinju, Jurgen J.},
title = "{Parse Forest Diagnostics with Dr. Ambiguity}",
booktitle = {Proceedings of SLE'11},
year = {2011},
publisher = {Springer},
series = {LNCS},
note = {To appear}
}
@misc{nastya,
author = {Izmaylova, Anastasia and Vinju, Jurgen J.},
title = {A modular language parametric framework for type constraint based refactorings},
note = {Submitted to WRT'12}
}
@inproceedings{refacola,
author = {Friedrich Steimann and
Christian Kollee and
Jens von Pilgrim},
title = "{A Refactoring Constraint Language and Its Application to Eiffel}",
booktitle = {Proceedings of ECOOP'11},
publisher = {Springer},
series = {LNCS},
volume = {6813},
year = {2011},
pages = {255-280},
ee = {http://dx.doi.org/10.1007/978-3-642-22655-7_13}
}
@proceedings{DBLP:conf/ecoop/2011,
editor = {Mira Mezini},
title = {ECOOP 2011 - Object-Oriented Programming - 25th European
Conference, Lancaster, UK, July 25-29, 2011 Proceedings},
booktitle = {Proceedings of ECOOP'11},
publisher = {Springer},
series = {LNCS},
volume = {6813},
year = {2011},
ee = {http://dx.doi.org/10.1007/978-3-642-22655-7},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@incollection {kiama,
author = {Sloane, Anthony M.},
title = "{Lightweight Language Processing in Kiama}",
booktitle = {Post-Proceedings of GTTSE'09},
series = {LNCS},
publisher = {Springer},
pages = {408--425},
volume = {6491},
year = {2011}
}
@article{grammarware,
author = {Paul Klint and Ralf L{\"a}mmel and Chris Verhoef},
title = "{Toward an engineering discipline for Grammarware}",
journal = {ACM TOSEM},
volume = {14},
number = {3},
year = {2005},
pages = {331-380}
}
@misc{qsm,
title = {Function Point Languages Table},
note="\url{http://www.qsm.com/?q=resources/function-point-languages-table/index.html}"
}
@book{Jones08,
author = {Capers Jones},
title ={Applied Software Measurement, Third Edition},
publisher = {McGraw Hill},
year = {2008}
}
@misc{jetbrains-idea,
note="\url{http://www.jetbrains.com}"
}
@misc{netbeans,
note="\url{http://www.netbeans.org}"
}
@inproceedings{DBLP:conf/oopsla/EkmanH07,
author = {Torbj{\"o}rn Ekman and G{\"o}rel Hedin},
title = "{The JastAdd Extensible Java Compiler}",
booktitle = {Proceedings of OOPSLA'07},
year = {2007},
pages = {1-18},
publisher = {ACM Press}
}
@phdthesis{Veerman07a,
author = {Niels Veerman},
title = {{Automated mass maintenance of software assets}},
school = {{VU University Amsterdam}},
year = {2007}
}
@inproceedings{splash10refactoring,
author = {Max Sch{\"a}fer and Oege de Moor},
title = "{Specifying and Implementing Refactorings}",
booktitle = {Proceedings of OOPSLA'10},
year = {2010},
publisher = {ACM Press},
pages = {286--301}
}
@inproceedings{oopsla08refactoring,
author = {Max Sch{\"a}fer and Torbj{\"o}rn Ekman and Oege de Moor},
title = "{Sound and Extensible Renaming for Java}",
booktitle = {Proceedings of OOPSLA'08},
year = {2008},
publisher = {ACM Press}
}
@inproceedings{ecoop09refactoring,
author = {Max Sch{\"a}fer and Mathieu Verbaere and Torbj{\"o}rn Ekman and Oege de Moor},
title = {{Stepping Stones over the Refactoring Rubicon}},
booktitle = {Proceedings of ECOOP'09},
series = {LNCS},
publisher = {Springer},
volume = {5653},
year = {2009}
}
@inproceedings{baumer-gamma-kiezun-oopslac-2001,
author = {B\"{a}umer, Dirk and Gamma, Erich and Kiezun, Adam},
title = "{Integrating Refactoring Support into a Java Development Tool}",
booktitle = {OOPSLA'01 Companion},
year = {2001},
publisher = {ACM Press},
month = {October}
}
@inproceedings{tip2007,
author = {Adam Kie{\.z}un and Michael D. Ernst and Frank Tip and Robert
M. Fuhrer},
title = {Refactoring for parameterizing {Java} classes},
booktitle = {ICSE'07, Proceedings of the 29th International Conference
on Software Engineering},
pages = {437--446},
address = {Minneapolis, MN, USA},
month = {May~23--25,},
year = {2007}
}
@inproceedings{fuhrer2005,
author = {Robert M. Fuhrer and Frank Tip and Adam Kie{\.z}un and Julian
Dolby and Markus Keller},
title = {Efficiently refactoring {Java} applications to use generic
libraries},
booktitle = {ECOOP 2005 --- Object-Oriented Programming, 19th European
Conference},
pages = {71--96},
address = {Glasgow, Scotland},
month = {July~27--29,},
year = {2005}
}
@techreport{WV03,
author = {{\sortunder{Wijngaarden}}van Wijngaarden, Jonne and Eelco Visser},
title = {Program Transformation Mechanics. A Classification of Mechanisms for Program Transformation with a Survey of Existing Transformation Systems.},
institution = {Institute of Information and Computing Sciences, Utrecht University.},
year = 2003,
number = {UU-CS-2003-048},
month = {May},
url = {http://www.cs.uu.nl/research/techreps/UU-CS-2003-048.html},
urlpdf = {http://www.cs.uu.nl/research/techreps/repo/CS-2003/2003-048.pdf},
urlinfo = {http://www.program-transformation.org/Transform/TransformationMechanics},
pubcat = {techreport},
project = {Stratego},
category = {non-refereed},
urlbib = {WV03.bib},
}
@inproceedings{BHV00,
author = {Otto Skrove Bagge and Magne Haveraaen and Eelco Visser},
title = {A {C++} Transformation Framework (Extended Abstract)},
booktitle = {Proceedings of the Nordic Workshop on Programming Theory (NWPT 2000)},
year = 2000,
address = {Bergen, Norway},
month = {October},
pubcat = {workshop and position paper},
project = {Stratego and CodeBoost},
category = {},
urlbib = {BHV00.bib},
}
@mastersthesis{jeroensmasterthesis,
title = {Refactoring (in) {E}clipse},
author = {van den Bos, {Jeroen}},
school = {Universiteit van Amsterdam},
year = 2008,
month = aug,
}
@inproceedings{VittekBM-ICSM2005,
author = {Marian Vittek and Peter Borovansk{\'y} and Pierre-Etienne Moreau},
bibsource = {DBLP, http://dblp.uni-trier.de},
booktitle = {Proceedings of the 21st IEEE International Conference on Software Maintenance (ICSM) - Industrial and Tool},
date-modified = {2007-03-01 13:40:17 +0100},
local-url = {papers/Vittek/2005/00.pdf},
pdf = {http://www.loria.fr/~moreau/Papers/VittekBM-ICSM2005.pdf},
pages = {61-64},
title = {{A collection of C, C++ and Java code understanding and refactoring plugins.}},
year = {2005},
isbn = {9-6346-0980-5}
}
@inproceedings{vittekBorovanskyMoreauWarsaw2006,
author = {Vittek, Marian and Borovansky, Peter and Moreau, Pierre-Etienne},
booktitle = {Software Engineering Techniques: Design for Quality: IFIP TC-2 Working Conference on Software Engineering Techniques - SET 2006},
date-modified = {2007-09-05 09:35:44 +0200},
local-url = {papers/Vittek/2006/01.pdf},
pdf = {http://www.loria.fr/~moreau/Papers/VittekBorovanskyMoreauWarsaw2006.pdf},
pages = {325-336},
publisher = {{Springer}},
title = {{A C++ refactoring browser and method extraction}},
volume = {227},
year = {2006}
}
@inproceedings{GuyonMR-ETX2004,
address = {Barcelona (Spain)},
author = {Guyon, Julien and Moreau, Pierre-Etienne and Reilles, Antoine},
booktitle = {Proceedings of the 2nd eclipse Technology eXchange workshop, eTX'2004 (Barcelona, Spain)},
date-modified = {2007-03-01 13:31:07 +0100},
editor = {Barry, Brian and de Moor, Oege},
local-url = {papers/Guyon/2004/00.pdf},
pdf = {http://www.loria.fr/~moreau/Papers/GuyonMR-ETX2004.pdf},
month = apr,
publisher = {ENTCS},
title = {An Integrated Development Environment for Pattern Matching Programming},
year = {2004}
}
@inproceedings{swat-tools-2011,