-
Notifications
You must be signed in to change notification settings - Fork 0
/
review.bib
3036 lines (2693 loc) · 90.4 KB
/
review.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
@Misc{Nguyen2005nod,
author = "Hai-Quan Nguyen and Laurence Duchien and Philippe
Debu and Jean Perrin and Hanh-Missi Tran",
title = "Archicetcural Figure --- An Analysis and
Transformation Pattern for {ODP} Based-Systems",
howpublished = "reviewed for Net.ObjectDays 2005",
year = 2005,
serialNo = "R1-4"
}
@Misc{abdullah2009apsec,
author = {Nur Atiqah Sia Abdullah and Rusli Abdullah and Mohd Hasan Selamat and Azmi Jaafar},
title = {Extended Function Point Analysis Prototype with Security Concern},
howpublished = {reviewed for APSEC'09},
month = {aug},
year = 2009,
serialNo = "R11-24"
}
@Misc{adams2008acp4is,
author = {Bram Adams and Charlotte Herzeel and Kris Gybels},
title = {{cHALO}, stateful aspects in {C}},
howpublished = {reviewed for ACP4IS'08},
month = feb,
year = 2008,
serialNo = "R5-6"
}
@Misc{adams2008aosd,
author = {Bram Adams and Celina Gibbs and Bart Van Rompaey and Nieraj Singh and Chris Matthews and Yvonne Coady and Herman Tromp and Wolfgang De Meuter},
title = {Deep-C Exploratory Mining},
howpublished = {reviewed for AOSD.08},
month = nov,
year = 2007,
serialNo = "R4-18"
}
@Misc{aktermur2008oopsla,
author = {Baris Aktermur and Sam Kamin},
title = {Writing Specialized Libraries},
howpublished = {reviewed for OOPSLA'08},
year = 2008,
month = may,
OPTserialNo = "R6-13"
}
@Misc{alhadidi2007ifm,
author = "Dima Al-Hadidi and Nadia Belblidia and Prabir
Bhattacharya and Mourad Debbabi",
title = "{$\lambda$\_AOP} Language: An {AOP} Extension to
lambda-Calculus",
howpublished = "reviewed for IFM 2007",
year = 2007,
month = feb,
serialNo = "R3-17"
}
@Misc{alhadidi2008aosd,
OPTkey = {},
OPTauthor = {Dima Alhadidi and Nadia Belblidia and Mourad Debbabi and Prabir Bhattacharya},
OPTtitle = {The Dataflow Pointcut: A Formal Framework},
OPThowpublished = {reviewed for AOSD.08},
OPTmonth = nov,
OPTyear = 2007,
OPTnote = {},
OPTannote = {},
OPTserialNo = "R4-20"
}
@Misc{alhadidi2008icfp,
author = {D. Alhadidi and N. Belblidia and M. Debbabi},
title = {The Dataflow Pointcut: A Formal Framework Based on the {$\lambda$\_Calculus}},
howpublished = {reviewed for ICFP 2008},
month = may,
note = {\cite{alhadidi2008aosd}},
year = 2008,
serialNo = "R6-16"
}
@Misc{alhadidi2010taosd,
author = {D. Alhadidi and {H. Idrissi} Kaitouni and M. Debbabi and A. Mourad},
title = {Common Weaving Approach in Mainstream Languages for Software Security Hardening},
month = aug,
year = 2010,
note = {reviewed for TAOSD},
serialNo = "R14-2"
}
@Misc{alhadidi2011computer-journal,
author = {D. Alhadidi and N. Belblidia and M. Debbabi},
title = {Tracking Data Dependencies: Formal and Practical Framework},
howpublished = {reviewed for Computer Journal},
month = aug,
year = 2011,
serialNo = "R15-18"
}
@Manual{alhadidi2012faoc,
title = {Tracking Data Dependencies},
author = {Dima Alhadidi and Nadia Belblidia and Mourad Bebbabi},
month = may,
year = 2012,
note = {reviewed for Formal Aspects of Computing},
serialNo = "R16-3"}
@Misc{alhaj2009aoasia,
author = {Salahideen M. Alhaj and Asim ElSheihk},
title = {Weaving Design Patterns Mechanism into Context-Aware
Mobile Systems Environment},
howpublished = {review for AOAsia'09},
month = aug,
year = 2009,
serialNo = "R12-8"
}
@Misc{aljasser2008apsec,
author = {Khalid Aljasser and Peter Schachte},
title = {ParaAJ: toward Reusable and Maintainable Aspect Oriented Programs},
howpublished = {reviewed for APSEC'08},
month = aug,
year = 2008,
serialNo = "R8-9"
}
@Misc{altahat2008apsec,
author = {Zaid Altahat and Tzilla Elrad},
title = {Detection of Aspect Interaction in Graphical Joinpoint Models},
howpublished = {reviewed for APSEC'08},
month = aug,
year = 2008,
serialNo = "R8-2"
}
@Misc{altahat2009ramse,
author = {Zaid Altahat and Tzilla Elrad},
title = {Minimize Aspect Interaction Re-Evaluation Due to Software Evolution},
howpublished = {reviewed for RAM-SE'09},
month = may,
year = 2009,
serialNo = "R10-14"
}
@Misc{amor2008review,
author = {Mercedes Amor and Lidia Fuentes},
title = {A Development Process of Component and Aspect-oriented Agent Architectures by Reuse and Adaptation},
howpublished = {reviewed for NGC},
month = jul,
year = 2009,
note = {yet reviesd version cf.R9-5},
OPTserialNo = "R11-8"
}
@Misc{amor2008review,
author = {Mercedes Amor and Lidia Fuentes},
title = {Malaca: A Component and Aspect-oriented Agent Architecture},
howpublished = {reviewed for NGC},
month = oct,
year = 2008,
note = {reviesd version on March 2009},
serialNo = "R9-5"
}
@Misc{anderson2004review,
author = "Christopher Anderson and Sophia Drossopoulou",
title = "From Object Based to Class Based Programming through
Types",
howpublished = "reviewed for probably APLAS",
year = "2004?",
serialNo = "R1-6"
}
@Misc{anonymous11oops,
author = {anonymous},
title = {REME-D: a Reflective Epidemic Message-Oriented Debugger for Ambient-Oriented Applications},
howpublished = {reviewed for SAC'11 OOPS},
month = mar,
year = 2011,
serialNo = "R15-17"
}
@Misc{anonymous2005sac-psc,
author = "anonymous",
title = "Making {SoC} Enforcement of Security Policies Practical",
howpublished = "reviewed for SAC track on PSC 2005",
year = 2005,
serialNo = "R3-15"
}
@Misc{anonymous2006ipsj,
author = "anonymous",
title = "$BMxJX@-$N9b$$%j%U%!%/%?%j%s%0$N<h$j>C$7%a%+%K%:%`(B",
howpublished = "reviewed for IPSJ special issue on software engineering",
year = 2006,
month = dec,
serialNo = "R2-15"
}
@Misc{anonymous2006ipsj-journal,
author = "anonymous",
title = "UML$B@_7W$KBP$9$k%b%G%k8!::$N$?$a$N8!>Z%Q%?!<%s(B",
howpublished = "reviewed for IPSJ Journal special issue on
software engineering",
year = 2006,
month = dec,
serialNo = "R3-1"
}
@Misc{anonymous2006pldi,
author = "anonymous",
title = "Desingning and Developing a Support for {Java}
Thread Migration to Enable Code Mobility",
howpublished = "reviewed for PLID'07",
year = 2006,
month = dec,
serialNo = "R2-16"
}
@Misc{anonymous2006sac-oops,
author = "anonymous",
title = "Flexible Object Representation using Properties",
howpublished = "reviewed for SAC'07 OOPS Track",
year = 2006,
month = sep,
serialNo = "R2-12"
}
@Misc{anonymous2006sac-oops,
author = "anonymous",
title = "Connectivity Aspect in Architecture-centric Programming",
howpublished = "reviewed for SAC'07 OOPS Track",
year = 2006,
month = sep,
serialNo = "R2-11"
}
@Misc{anonymous2006sac-psc,
author = "anonymous",
title = "Aspect-Specification Based on Structual Type Information",
howpublished = "reviewed for SAC track on PSC 2005",
year = 2005,
serialNo = "R3-16"
}
@Misc{anonymous2006sac-psc,
author = "anonymous",
title = "Aspect Mining in {Linux}",
howpublished = "reviewed for SAC'07 PSC Track",
year = 2006,
month = sep,
serialNo = "R2-13"
}
@Misc{anonymous2006sac-psc,
author = "anonymous",
title = "Crosscutting Concerns in Operating System",
howpublished = "reviewed for SAC'07 PSC Track",
year = 2006,
month = sep,
serialNo = "R2-10"
}
@Misc{anonymous2006sac-psc,
author = "anonymous",
title = "{Fuxi}: Weave Efficiency into Expressivity",
howpublished = "reviewed for SAC'07 PSC Track",
year = 2006,
month = sep,
serialNo = "R2-9"
}
@Misc{anonymous2008sac-psc-102,
title = {Concernbased Specification and Analysis using Abstract Interpretation A Distributed Case based on the Actor Model},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-1",
}
@Misc{anonymous2008sac-psc-100,
title = {Post object-oriented paradigms in software development: a comparative analysis},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-2",
}
@Misc{anonymous2008sac-psc-101,
title = {A Software Model Reuse Strategy for Brazilian Satellite Launcher},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-3",
}
@Misc{anonymous2008sac-psc-103,
title = {AOP HiddenMetrics: Separation, Extensibility and Adaptability in SW Measurement},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-4",
}
@Misc{anonymous2008sac-psc-104,
title = {Symbiosis in Logic-based Pointcuts over a History of join points},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-5",
}
@Misc{anonymous2008sac-psc-105,
title = {A Decision Model for Implementing Product Lines Variabilities},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-6",
}
@Misc{anonymous2008sac-psc-106,
title = {Enfasis: A Model for Local Variable Crosscutting},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-7",
}
@Misc{anonymous2008sac-psc-108,
title = {Extending Omniscient Debugging to Support Aspect-Oriented Programming},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-8",
}
@Misc{anonymous2008sac-psc-109,
title = {On to Formal Semantics for Path Expression Pointcuts},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-9",
}
@Misc{anonymous2008sac-psc-110,
title = {Securing Aspect Composition},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-10",
}
@Misc{anonymous2008sac-psc-111,
title = {Composable Identification Rules for Aspect Mining},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-11",
}
@Misc{anonymous2008sac-psc-112,
title = {Towards an Aspect-Oriented Coloured Petri Nets Modelling Approach},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-12",
}
@Misc{anonymous2008sac-psc-113,
title = {AspectCompose: A Process for Separation of Object-Oriented Middleware Specific Concerns},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-13",
}
@Misc{anonymous2008sac-psc-114,
title = {Extending Pointcut Languages To Model Design Constraints In Software Design},
howpublished = {reviewed for SAC 2008 PSC Track},
year = 2007,
month = aug,
serialNo = "R7-14",
}
@Misc{anonymous2009ipsj-journal,
author = {anonymous},
title = {$B%W%m%0%i%`0MB8%0%i%U$NEy2A@-$K4p$E$/%"%9%Z%/%H$N43>D8!=P(B},
howpublished = {reviewed for IPSJ journal},
month = jul,
year = 2009,
serialNo = "R11-14"
}
@Misc{anonymous2009ipsj-journal,
author = {anonyomous},
title = {$B%W%m%0%i%`0MB8%0%i%U$NEy2A@-$K4p$E$/%"%9%Z%/%H$N43>D8!=P(B},
howpublished = {reviewed for IPSJ Journal},
month = may,
year = 2009,
serialNo = "R10-7"
}
@Misc{anonymous2009sac-oops,
author = {anonymous},
title = {Representing Refactoring Opportunities},
howpublished = {reviewed for SAC OOPS '09},
month = sep,
year = 2008,
serialNo = "R8-19"
}
@Misc{anonymous2009sac-oops,
author = {anonymous},
title = {Recognizing Join Points from their Context through Graph Grammars},
howpublished = {reviewed for SAC OOPS '09},
month = sep,
year = 2008,
serialNo = "R8-20"
}
@Misc{anonymous2009sac-psc,
author = {anonymous},
title = {Evaluating Runtime-Reflective Integration for Cross-Language Method Invocations},
howpublished = {reviewed for SAC PSC 2010},
month = oct,
year = 2009,
serialNo = "R12-11"}
@Misc{anonymous2009sac-psc,
author = {anonymous},
title = {Intensional changes},
howpublished = {reviewed for SAC PSC 2010},
month = oct,
year = 2009,
OPTserialNo = "R12-12"}
@Misc{anonymous2009sac-psc,
author = {anonymous},
title = {An Implementation Substrate for Composing Modularized Croscutting Concerns},
howpublished = {reviewed for SAC PSC '09},
month = sep,
year = 2008,
serialNo = "R8-18"
}
@Misc{anonymous2009sac-psc,
author = {anonymous},
title = {Flexible features},
howpublished = {reviewed for SAC PSC '09},
month = sep,
year = 2008,
serialNo = "R8-17"
}
@Misc{anonymous2009sss,
author = {anonymous},
title = {$B>pJs7O3X@8$rBP>]$H$7$?%*%V%8%'%/%H;X8~$^$G$N%W%m%0%i%_%s%0F~Lg650i$N8=>u$H2]Bj(B},
howpublished = {reviewed for SSS2009},
month = jun,
year = 2009,
abstract = {IS $B5;=Q<T$K$O9bEY$JCj>]2=5;=Q$rMQ$$$?%7%9%F%`$N9=C[$,5a$a(B
$B$i$l$k$?$a!$$=$N4pAC$H$J$k%W%m%0%i%_%s%0650i$OC1$J$k(B
$B4{B8%i%$%V%i%j$N;HMQK!$N650i$G$"$C$F$O$J$i$:!$%W%m%0(B
$B%i%`$NCj>]2=5!9=$K$D$$$F40A4$K65<x$9$kI,MW$,$"$k!%$7(B
$B$+$7$J$,$i!$4{B8$N9)3X7O$N65<xK!$G$O!$>pJs7O$N3X@8$K(B
$B$OBj:`$,M}2r$G$-$:!$CN<1$r8@8lE*$K3X$s$G$7$^$&!%$=$N(B
$B$?$a!$>pJs7O$N3X@8$KBP$7$F$O!$3X@8$KM}2r$G$-$kBj:`$G(B
$B%W%m%0%i%_%s%0$N9M$($k:n6H$r3Z$7$s$G$b$i$$$D$D!$%W%m(B
$B%0%i%`$N2r<a$N;EAH$_$N%b%G%k$r;k3PE*$KM}2r$5$;!$Cj>](B
$B2=5!9=$K$D$$$F$NK\<A$rF$O@$5$;$kI,MW$,$"$k!%2f!9$O(B10
$BG/$"$^$j>e5-$NL\E*$rC#@.$9$k%+%j%-%e%i%`$K$D$$$F;n9T(B
$B:x8m$r=E$M$F$-$?!%K\9F$G$O!$$=$N7k2L$H$7$F9=@.$5$l$?(B
$B8=:_$N%+%j%-%e%i%`$K$D$$$F!$$=$N@_7W;WA[$HBg>.$N9)IW(B
$BE@$r$^$H$a$FJs9p$7!$:#8e$N2]Bj$K$D$$$F9M;!$9$k!%(B},
serialNo = "R10-19"
}
@Misc{anonymous2011ipsj,
author = {anonymous},
title = {$BG[Ns$N=LLsI=8=$K$h$kBg5,LO%o!<%/%U%m!<$N8zN(E*<BAu<jK!(B},
howpublished = {reviewed for IPSJ journal},
month = jun,
year = 2011,
note = {2nd review},
serialNo = "R15-15"}
@Misc{anonymous2011ipsj,
title = {$BG[Ns$N=LLsI=8=$K$h$kBg5,LO%o!<%/%U%m!<$N8zN(E*<BAu<jK!(B},
howpublished = {reviewed for IPSJ journal},
month = may,
year = 2011,
serialNo = "R15-14"}
@Misc{anonymous2011oops,
author = {anonymous},
title = {FortressCheck: Automatic Testing for Implicit Parallelism and Generic Properties},
howpublished = {reviewed for SAC'11 OOPS},
month = mar,
year = 2011,
serialNo = "R15-16"}
@Misc{anonymous2012ipsj-journal,
author = {anonymous},
title = {$BFbIt(BDSL$B$r;H$C$?9=B$2=%G!<%?$N$?$a$N%*%V%8%'%/%HD>Ns2=$N@_7W$H@-G=I>2A(B},
howpublished = {reviewed for IPSJ journal},
month = jun,
year = 2012,
serialNo = "R16-1"
}
@Misc{aosima2009rit-rrds,
author = {$B@DEg(B $BQ#H;(B and $BJ!ED(B $BD><y(B and $B2#;3(B $B>;J?(B and $B@P@n(B $BGn(B},
title = {$B%^%$%/%m%V%m%0$rBP>]$H$7$?@)LsIU$-%/%i%9%?%j%s%0%7%9%F(B
$B%`$N;n:n(B},
howpublished = {review for RIT RRDS'09},
month = sep,
year = 2009,
serialNo = "R12-3"
}
@Misc{apel2005aoasia,
author = "Sven Apel and Thomas Leich and Gunter Saake",
title = "Aspectual Mixin Layers and Step-wise Aspect Refinement",
howpublished = "reviewed for AO-Asia 2005",
year = 2005,
month = "Aug-Sep",
serialNo = "R1-19"
}
@Misc{arai2010s3,
author = {Hiroshi Arai and Ken Wakita},
title = {Implementation of a Hygienic Syntactic Macro System for JavaScript: a Preliminary Report},
howpublished = {reviewed for S3-10},
month = aug,
year = 2010,
serialNo = "R14-14"
}
@Misc{axelsen2009acp4is,
author = {Eyvind W. Axelsen and Fredrik Sorensen and Stein Krogdahl},
title = {A Reusable Observer Pattern Implementation Using Package Templates},
howpublished = {reviewed for ACP4IS'09},
month = jan,
year = 2009,
serialNo = "R10-1"
}
@Misc{axelsen2010dls,
author = {Eyvind W. Axelsen and Stein Krogdahl and Birger M{\/o}ller-Pedersen},
title = {Controlling Dynamic Module Composition through an Extensible Meta-Level API},
howpublished = {review for DLS 2010},
month = jul,
year = 2010,
serialNo = "R13-6"}
@Misc{azumi2009compsoft,
author = {$B0B@Q(B $BBnLi(B and $B;3K\(B $B>-Li(B and $B>.Fn(B $BLwM:(B and $B9bLZ(B $B?.>0(B and $B1-;t(B $B7I9,(B and $BBg;3(B $BGn;J(B and $B9bED(B $B9->O(B},
title = {$BAH9~$_%7%9%F%`$KE,$7$?%3%s%]!<%M%s%H%7%9%F%`$N<B8=$HI>2A(B},
howpublished = {reviewed for compsoft},
month = feb,
year = 2009,
serialNo = "R10-4"
}
@Misc{babar2007apsec,
author = {Abdul Babar and Vladimir Tosic and John Potter},
title = {Aligning the Map Requirements Modelling with the {B}-method for Formal Software Development},
howpublished = {reviewed for APSEC 2007},
month = aug,
year = 2007,
serialNo = "R5-14"
}
@Misc{baldi2008oopsla,
author = {Pierre F. Baldi and Cristina V. Lopes and Erik Linstead and Sushil K. Bajracharya},
title = {A Theory of Aspects},
howpublished = {reviewed for OOPSLA'08},
year = 2008,
month = may,
OPTserialNo = "R6-4"
}
@Misc{bamba2009fit,
author = {$BGO>l(B $BM4?M(B AND $Bd*(B $B>9I'(B},
yomi = {Yuto Bamba and Katsuhiko Kakehi},
title = {$BF|K\8l%W%m%0%i%_%s%08@8l$K$*$1$k;z6g2r@O(B},
howpublished = {reviewed for FIT'09},
month = jun,
year = 2009,
serialNo = "R10-20"
}
@Misc{barreiros2007adi,
author = {Jorge Barreiros and Ana Moreira},
title = {Aspect Interaction Management with Meta-Aspects and Advice Cardinality},
howpublished = {reviewed for ECOOP 2007 workshop on ADI},
month = may,
year = 2007,
serialNo = "R3-21"
}
@Misc{belblidia2008comlan,
author = {Nadia Belblidia and Mourad Debbabi},
title = {A Semantics for the Pointcut Matching Process in AspectJ},
howpublished = {reviewed for Computer Languages, Systems & Structures (COMLAN-D-07-00013)},
month = sep,
year = 2008,
serialNo = "R8-16"
}
@Misc{bernardi2009aoasia,
author = {Mario Luca Bernardi and Giuseppe Antonio Di Lucca },
title = {Type Hierarchies and Crosscutting Concerns in Object
Oriented Systems},
howpublished = {review for AOAsia'09},
month = aug,
year = 2009,
serialNo = "R12-10"
}
@Misc{bernardi2009ramse,
author = {Mario Luca Bernardi and Giuseppe Antonio Di Lucca },
title = {Identifying Static Crosscutting Concerns by Analysing Role Implementations in Object Oriented Systems},
howpublished = {reviewed for RAM-SE'09},
month = may,
year = 2009,
serialNo = "R10-9"
}
@Misc{bockisch2011aosd,
author = {Christoph Bockisch and Mehmet Aksit and Andreas Sewe and Mira Mezini},
title = {An Overview of ALIA4J},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-11"
}
@Misc{bockish2009review,
author = {C. B. Bockish},
title = {Improving Productivity in Aspect-Oriented Software Development},
howpublished = {reviewed for Duch grant in aid},
month = jul,
year = 2009,
serialNo = "R11-9"
}
@Misc{bodden2009popl,
author = {Eric Bodden and Feng Chen and Grigore Rosu},
title = {Dependent advice: A general approach to optimizing history-based aspects},
howpublished = {reviewed for POPL'09},
month = aug,
year = 2008,
serialNo = "R8-14"
}
@Misc{braga2009ramse,
author = {Rosana T.V. Braga and Paulo C. Masiero and Carlos Alberto F.P. Junior},
title = {Using aspects to ease the evolution of software product lines},
howpublished = {reviewed for RAM-SE'09},
month = may,
year = 2009,
serialNo = "R10-15"
}
@Misc{bray2010dls,
author = {Nicholas Bray},
title = {Using Partial Evaluation to Simplify a Python Compiler},
howpublished = {review for DLS 2010},
month = jul,
year = 2010,
serialNo = "R13-9"}
@Misc{brunthaler2010dls,
author = {Stefan Brunthaler},
title = {Efficient Interpretation using Quickening},
howpublished = {review for DLS 2010},
month = jul,
year = 2010,
serialNo = "R13-5"}
@Misc{cacho2005jbcs,
author = "N\'elio Cacho and Tha\'is Batista and Fabr\'icio Fernandes",
title = "A {Lua}-based {AOP} Infrastructure",
howpublished = "reviewed for special issues on AOSD in Journal of
Brazillian Computer Scienece",
year = 2005,
month = jun,
serialNo = "R1-5"
}
@Misc{cacho2008aosd,
author = {Nelio Cacho and Fernando Castor Filho and Alessandro Garcia and Eduardo Figueiredo},
title = {EJFlow: Taming Exceptional Control Flows in Aspect-Oriented Programming},
howpublished = {reviewed for AOSD.08},
month = nov,
year = 2007,
serialNo = "R5-2"
}
@Misc{chadwick2008oopsla,
author = {Bryan Chadwick and Karl Lieberherr},
title = {Functional Adaptive Programming with DemeterF},
howpublished = {reviewed for OOPSLA'08},
year = 2008,
month = may,
OPTserialNo = "R6-12"
}
@Misc{chadwick2009aosd,
author = {Bryan Chadwick and Karl Lieberherr},
title = {Functional Adaptive Programming},
howpublished = {reviewed for AOSD'09},
month = nov,
year = 2008,
serialNo = "R9-6"
}
@Misc{chadwick2009foal,
author = {Bryan Chadwick and Karl Lieberherr},
title = {A Type System for Functional Traversal-Based Aspects},
howpublished = {reviewed for FOAL'09},
month = jan,
year = 2009,
serialNo = "R9-18"
}
@Misc{chang2007compsoft,
author = "$BD%(B $B4AL@(B and $BLnO$(B $B>;K~(B and $BK*Ac(B $B5H@.(B and $BH,LZ(B $B@2?.(B",
title = "$B%G!<%?%U%m!<2r@O$rMQ$$$?%"%9%Z%/%H$N43>D$N8!=P(B",
howpublished = "reviewed for fose 2006",
year = 2006,
serialNo = "R3-9"
}
@Misc{chen2005aoasia,
author = "Kung Chen",
title = "Using Dynamic Aspects for Delegating Fine-Grained Access Rights",
howpublished = "reviewed for AO-Asia 2005",
year = 2005,
month = "Aug-Sep",
serialNo = "R1-18"
}
@Misc{chen2007aoasia,
author = {Kung Chen and Ju-Bing Chen},
title = {Aspect-Based Instrumentation for Locating Memory Leaks in {Java} Programs},
howpublished = {reviewed for AOAsia 2007},
month = apr,
year = 2007,
serialNo = "R3-18"
}
@Misc{chen2008scp,
author = {Kung Chen and Shu-Chun Weng and Meng Wang and Siau-Cheng Khoo and Chung--Hsin Chen},
title = {Type-Directed Weaving of Aspects for Polymorphically Typed Functional Languages},
howpublished = {reviewed for Science of Computer Program},
month = sep,
year = 2008,
serialNo = "R10-5",
note = {second review was on November-December 2009}
}
@Misc{chen2010apsec,
author = {Guan-Cheng Chen and Shun-ching Yang},
title = {Race Detection and Fault Localization of Multi-Threaded Programs},
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-20"
}
@Misc{cottenier2011aosd,
author = {Thomas Cottenier and Aswin van den Berg and Thomas Weigert},
title = {Separation of Concerns with Transactional Regions},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-10"
}
@Misc{cutsem2010dls,
author = {Tom Van Cutsem and Mark Miller},
title = {Proxies: Design Principles for Robust Object-oriented Intercession APIs},
howpublished = {review for DLS 2010},
month = jul,
year = 2010,
serialNo = "R13-3"}
@Misc{deroo2011aosd,
author = {Arjan de Roo and Hasan Sozer and Mehmet Aksit},
title = {A Domain-Specific Approach to Explicitly Model Dependencies among Interface Parameters of Modules},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-3"
}
@Misc{dyreson2011aosd,
author = {Curtis E. Dyreson},
title = {Aspect-Oriented Pig Latin},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-8"
}
@Misc{ewan2010apsec,
author = {Ewan Tempero, Craig Anslow, Jens Dietrich, Ted Han, Jing Li, Markus Lumpe, Hayden Melton and James Noble},
title = {Qualitas Corpus: A Curated Collection of Java Code for Empirical Studies },
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-17"
}
@Misc{falcone2010foal,
author = {Ylies Falcone and Mohamad Jaber},
title = {Towards Automatic Integration of Or-BAC Security Policies Using Aspects},
howpublished = {reviewed for FOAL'10},
month = jan,
year = 2010,
serialNo = "R12-13"
}
@Misc{fujiwara2011jssst,
author = {$BF#86(B $B8-Fs(B and $BIzED(B $B5}J?(B and $B5HED(B $BB'M5(B and $BHSED(B $B85(B},
title = {$B%*!<%W%s%=!<%9%=%U%H%&%'%"$rBP>]$H$7$?%j%U%!%/%?%j%s%0$,7g4Y:.F~$KM?$($k1F6A$ND4::(B},
howpublished = {reviewed for computer software},
month = sep,
year = 2011,
serialNo = "R15-21"}
@Misc{fukuda2009aoasia,
author = {Hiroaki Fukuda and Yoshikazu Yamamoto},
title = {Yet another aspect in Rich Internet Applications},
howpublished = {review for AOAsia'09},
month = aug,
year = 2009,
serialNo = "R12-7"
}
@Misc{gama2011aosd,
author = {Kiev Gama and Didier Donsez},
title = {Enhancing Dependability in Dynamic Component-based Applications with Aspect-Oriented Programming},
howpublished = {reviewed for AOSD'11},
month = aug,
year = 2010,
serialNo = "R14-7"
}
@Misc{gama2011aosd,
author = {Kiev Gama and Didier Donsez},
title = {Enhancing Dependability in Dynamic Component-based Applications with Aspect-Oriented Programming},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-1"
}
@Misc{gasiunas2011aosd,
author = {Vaidas Gasiunas and Lucas Satabin and Mira Mezini and Angel Nunez and Jacques Noye},
title = {Aspects for Modular Event-Driven Object Interactions},
howpublished = {reviewed for AOSD'11},
month = aug,
year = 2010,
serialNo = "R14-11"
}
@Misc{gasiunas2011aosd,
author = {Vaidas Gasiunas and Lucas Satabin and Mira Mezini and Angel Nunez and Jacques Noye},
title = {{EScala}: Modular Event-Driven Object Interactions in Scala},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-4"
}
@Misc{gharaibeh2011aosd,
author = {Bashar Gharaibeh and Hridesh Rajan and {J. Morris} Chang},
title = {Towards Efficient Java Virtual Machine Support for Dynamic Deployment of Inter-type Declarations},
howpublished = {reviewed for AOSD'11},
month = aug,
year = 2010,
serialNo = "R14-9"
}
@Misc{gharaibeh2011aosd,
author = {Bashar Gharaibeh and Hridesh Rajan and J.Morris Chang},
title = {Towards Efficient Java Virtual Machine Support for Dynamic Deployment of Inter-type Declarations},
howpublished = {reviewed for AOSD'11},
month = nov,
year = 2010,
serialNo = "R15-6"
}
@Misc{ghezzi2010cop,
author = {Carlo Ghezzi and Matteo Pradella and Guido Salvaneschi},
title = {Context Oriented Programming in Highly Concurrent Systems},
howpublished = {review for COP'10},
month = may,
year = 2010,
serialNo = "R12-20"
}
@PhdThesis{golbeck2010phd,
author = {{Ryan M.} Golbeck},
title = {{VM} Supported {AspectJ}},
school = {University of British Columbia},
year = 2010,
month = {aug},
serialNo = "R14-18"}
@Misc{gorbovitski2010dls,
author = {Michael Gorbovitski and Yanhong A. Liu and Scott Stoller and Tom Rothamel},
title = {Composing transformations for instrumentation and incrementalization of real applications},
howpublished = {review for DLS 2010},
month = jul,
year = 2010,
serialNo = "R13-4"}
@Misc{guisheng2010apsec,
author = {Guisheng Fan, Huiqun Yu and Liqiong Chen},
title = {Aspect Oriented Approach to Building Service Secure Composition },
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-15"
}
@Misc{hannousse2010acp4is,
author = {Abdelhakim Hannousse and Gilles Ardourel and Remi Douence},
title = {Views for Aspectualizing Component Models},
howpublished = {reviewed for ACP4IS'10},
month = jan,
year = 2010,
serialNo = "R12-15"}
@Misc{hermanns2010apsec,
author = {Christian Hermanns and Herbert Kuchen},
title = {JHyde - The Java Hybrid Debugger },
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-19"
}
@Misc{higashi2011pro,
author = {$BEl(B $BC#50(B and $BIpED(B $B@5G7(B},
title = {$B%0%i%U=q49$(8@8l(BREGREL$B$K$h$k%a%?%W%m%0%i%_%s%0$NI=8=(B},
howpublished = {reviewed for IPSJ PRO},
month = mar,
year = 2011,
serialNo = "R15-13"
}
@Misc{holzer2011aosd,
author = {A. Holzer and L. Ziarek and {K.R.} Jayaram and P. Eugster},
title = {Putting Events in Context: Aspects for Event-based Distributed Programming},
howpublished = {reviewed for AOSD'11},
month = aug,
year = 2010,
serialNo = "R14-10"
}
@Misc{hong2010apsec,
author = {Lina Hong and Rong Chen},
title = {Statistical Fault Localization with Reduced Program Runs },
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-21"
}
@Misc{ishida2010fit,
author = {$B@PED(B $B7{9,(B and $B9b:j(B $B=SG7(B and $B@P>>(B $B>;E8(B and $B@PED(B $B5|(B},
title = {Wikipedia$BK]Lu$N$?$a$NB?8@8l5DO@$N;Y1g(B},
howpublished = {review for FIT 2010},
month = may,
year = 2010,
serialNo = "R13-1"}
@Misc{jin2010apsec,
author = {Wei Jin and Hanpin Wang},
title = {A pi-calculus based method for RFID complex event detection },
howpublished = {reviewed for APSEC 2010},
month = jul,
year = 2010,
serialNo = "R13-18"
}
@Misc{kervinen2009aoasia,
author = {Antti Kervinen and Tommi Mikkonen},
title = {Ruis-Middleware for Highly Modular Distributed Systems},
howpublished = {review for AOAsia'09},
month = aug,
year = 2009,
serialNo = "R12-6"