forked from SoftVarE-Group/BibTags
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliterature-cleaned.bib
More file actions
12150 lines (11003 loc) · 420 KB
/
literature-cleaned.bib
File metadata and controls
12150 lines (11003 loc) · 420 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{RKTS:FormaliSE20,
author = {Tobias Runge and Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Ina Schaefer},
title = {{Lattice-Based Information Flow Control-by-Construction for Security-by-Design}},
booktitle = FormaliSE,
year = 2020,
note = {To appear}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2020 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{BLLV:TSE20,
author = {ter Beek, Maurice H. and Legay, Axel and Lluch Lafuente, Alberto and Vandin, Andrea},
title = {{A Framework for Quantitative Modeling and Analysis of Highly (Re)Configurable Systems}},
journal = TSE,
publisher = IEEE,
volume = {46},
number = {3},
pages = {321--345},
keywords = {Probabilistic logic;Model checking;Tools;Analytical models;Runtime;Computational modeling;DSL},
tt-tags = {SPL Model Checking,reqex,DSPL},
tc-tags = {classified by Thomas+Maurice,statistical model checking,unoptimized product-based analysis,family-based implementation,specification independent,design,tool,evaluation,no proof,QFLan,MultiVeSta},
year = 2020
}
@inproceedings{KJN+:FASE20,
author = {Alexander Kn{\"{u}}ppel and Inga Jatzkowski and Marcus Nolte and Thomas Th{\"{u}}m and Tobias Runge and Ina Schaefer},
title = {{Skill-Based Verification of Cyber-Physical Systems}},
booktitle = FASE,
editor = {Heike Wehrheim and Jordi Cabot},
series = LNCS,
volume = {12076},
pages = {203--223},
publisher = Springer,
year = 2020
}
@mastersthesis{B20,
author = {Bittner, Paul Maximilian},
title = {{Semi-Automated Inference of Feature Traceability During Software Development}},
school = {TU Braunschweig},
keywords = {Feature Mapping Recording; Clone-and-Own; Semantic AST},
tt-tags = {Advised Mastersthesis},
year = 2020
}
@inproceedings{KTS+:VaMoS20,
author = {Krieter, Sebastian and Th\"{u}m, Thomas and Schulze, Sandro and Saake, Gunter and Leich, Thomas},
title = {{YASA: Yet Another Sampling Algorithm}},
booktitle = VaMoS20,
articleno = 4,
numpages = 10,
keywords = {configurable system, product-based testing, T-wise sampling, software product lines},
publisher = ACM,
tt-tags = {Product Sampling},
year = 2020
}
@inproceedings{BRK+:VaMoS20,
author = {Bordis, Tabea and Runge, Tobias and Kn\"{u}ppel, Alexander and Th\"{u}m, Thomas and Schaefer, Ina},
title = {{Variational Correctness-by-Construction}},
booktitle = VaMoS20,
articleno = 7,
numpages = 9,
keywords = {correctness-by-construction, design-by-contract, variational software, deductive verification, formal methods},
publisher = ACM,
tt-tags = {design by contract,feature orientation},
year = 2020
}
@inproceedings{SSK+:VaMoS20,
author = {Sprey, Joshua and Sundermann, Chico and Krieter, Sebastian and Nieke, Michael and Mauro, Jacopo and Th\"{u}m, Thomas and Schaefer, Ina},
title = {{SMT-Based Variability Analyses in FeatureIDE}},
booktitle = VaMoS20,
articleno = 6,
numpages = 9,
keywords = {variability analysis, SAT analysis, SAT, preprocessor analysis, configuration analysis, attribute optimization, SMT, SAT vs SMT, SMT analysis, feature attributes, feature models, feature model analysis},
publisher = ACM,
tt-tags = {SMT,feature-model analysis,family-based analysis},
year = 2020
}
@inproceedings{STS:VaMoS20,
author = {Sundermann, Chico and Th\"{u}m, Thomas and Schaefer, Ina},
title = {{Evaluating \#SAT Solvers on Industrial Feature Models}},
booktitle = VaMoS20,
articleno = 3,
numpages = 9,
keywords = {configuration counting, model counting, configurable systems, #SAT, feature models, product lines},
publisher = ACM,
tt-tags = {BDD,Feature-Model Analysis,Model Counting,Knowledge Compilation},
year = 2020
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{MHK:MSR19,
author = {Matsumoto, Junnosuke and Higo, Yoshiki and Kusumoto, Shinji},
title = {{Beyond GumTree: A Hybrid Approach to Generate Edit Scripts}},
booktitle = MSR,
year = 2019,
pages = {550--554},
numpages = {5},
acmid = {3341970},
publisher = IEEE,
keywords = {GumTree, difference, edit script},
}
@techreport{OGB+:TR19,
author = {Jeho Oh and Paul Gazzillo and Don Batory and Marijn Heule and Maggie Myers},
title = {{Uniform Sampling from Kconfig Feature Models}},
institution = {The University of Texas at Austin, Department of Computer Science},
number = {TR-19-02},
tt-tags = {Kconfig},
tt-tags = {KConfig,Product Sampling},
tc-tags = {},
sampling-tags = {},
year = 2019
}
@inproceedings{MOP+:SPLC19,
author = {Munoz, Daniel-Jesus and Oh, Jeho and Pinto, M\'{o}nica and Fuentes, Lidia and Batory, Don},
title = {{Uniform Random Sampling Product Configurations of Feature Models That Have Numerical Features}},
booktitle = SPLC,
pages = {289--301},
keywords = {software product lines, model counting, numerical features, feature model, propositional formula, bit-blasting},
publisher = ACM,
tt-tags = {KConfig,Product Sampling},
tc-tags = {},
sampling-tags = {},
year = 2019
}
@inproceedings{FAH+:SPLC19,
author = {Fernandez-Amoros, David and Heradio, Ruben and Mayr-Dorn, Christoph and Egyed, Alexander},
title = {{A KConfig Translation to Logic with One-Way Validation System}},
booktitle = SPLC,
pages = {303--308},
tt-tags = {Feature-Model Analysis,BDD,Knowledge Compilation},
publisher = ACM,
year = 2019
}
@inproceedings{GTA+:VaMoS19,
author = {Gomes, Karine and Teixeira, Leopoldo and Alves, Thayonara and Ribeiro, M\'{a}rcio and Gheyi, Rohit},
title = {{Characterizing Safe and Partially Safe Evolution Scenarios in Product Lines: An Empirical Study}},
booktitle = VaMoS,
articleno = {Article 15},
numpages = {9},
keywords = {Product Line Evolution, Software Product Lines, Partially Safe Evolution, Safe Evolution, Empirical Study, Configurable Systems},
tt-tags = {SPL Evolution},
publisher = ACM,
year = 2019
}
@inproceedings{BTS:SEFM19,
author = {Bittner, Paul Maximilian and Th\"um, Thomas and Schaefer, Ina},
title = {{SAT Encodings of the At-Most-k Constraint: A Case Study on Configuring University Courses}},
booktitle = SEFM,
editor = {Peter Csaba {\"{O}}lveczky and Gwen Sala{\"{u}}n},
pages = {127--144},
publisher = Springer,
year = 2019
}
@article{LGL:STTT19,
author = {Luthmann, Lars and Gerecht, Timo and Lochau, Malte},
title = {{Sampling Strategies for Product Lines with Unbounded Parametric Real-Time Constraints}},
journal = STTT,
volume = 21,
number = 6,
pages = {613--633},
tt-tags = {SPL Specification,SPL Testing,SPL Coverage},
tc-tags = {classified by Thomas,testing,sample-based analysis,implementation independent,family-based specification,program,tool,evaluation,subsumed by none},
sampling-tags = {name=minimum/maximum-delay testing,feature model,test artifacts,greedy,specification coverage,available tool,evaluation,sampling efficiency,testing efficiency,non-functional properties,IMITATOR,usage of CoPTA/Uppaal/Z3,ILP,SMT,featured timed automata,infinite configuration space},
year = 2019
}
@inproceedings{TKK+:SPLC19,
author = {Th\"um, Thomas and Kn\"uppel, Alexander and Kr\"uger, Stefan and Bolle, Stefanie and Schaefer, Ina},
title = {{Feature-Oriented Contract Composition}},
booktitle = SPLC,
pages = {25},
keywords = {formal methods, deductive verification, software product lines, feature-oriented programming, design by contract},
publisher = ACM,
year = 2019
}
@inproceedings{PTR+:SPLC19,
author = {Pett, Tobias and Th\"{u}m, Thomas and Runge, Tobias and Krieter, Sebastian and Lochau, Malte and Schaefer, Ina},
title = {{Product Sampling for Product Lines: The Scalability Challenge}},
booktitle = SPLC,
pages = {78--83},
keywords = {product line testing, real-world feature models, software product lines, product sampling},
publisher = ACM,
tt-tags = {Product Sampling,Challenge},
sampling-tags = {feature model,t-wise coverage,sampling efficiency,testing efficiency,effectiveness,testing,challenge},
year = 2019
}
@inproceedings{TTS+:VariVolution19,
author = {Th\"um, Thomas and Teixeira, Leopoldo and Schmid, Klaus and Walkingshaw, Eric and Mukelabai, Mukelabai and Varshosaz, Mahsa and Botterweck, Goetz and Schaefer, Ina and Kehrer, Timo},
title = {{Towards Efficient Analysis of Variation in Time and Space}},
booktitle = VariVolution,
pages = {57--64},
keywords = {software configuration management, product-line analysis, variability-aware analysis, software evolution, regression analysis, software product lines, variability management, software variation},
publisher = ACM,
year = 2019
}
@inproceedings{TSS:MODEVAR19,
author = {Th\"um, Thomas and Seidl, Christoph and Schaefer, Ina},
title = {{On Language Levels for Feature Modeling Notations}},
booktitle = MODEVAR,
pages = {158--161},
keywords = {language design, feature model, variability modeling, product lines, expressiveness, automated analysis},
publisher = ACM,
year = 2019
}
@article{LRGB:COLA19,
author = {Michael Lettner and Jorge Rodas and José A. Galindo and David Benavides},
title = {{Automated Analysis of Two-Layered Feature Models with Feature Attributes}},
journal = COLA,
volume = 51,
pages = {154--172},
keywords = {Variability intensive systems, Feature models, Android},
tt-tags = {Feature-Model Analysis,Extended Feature Models,Download},
year = 2019
}
@article{GBT+19,
author = {Galindo, José A. and Benavides, David and Trinidad, Pablo and Gutiérrez-Fern\'{a}ndez, Antonio-Manuel and Ruiz-Cortés, Antonio},
title = {{Automated Analysis of Feature Models: Quo Vadis?}},
journal = {Computing},
volume = {101},
number = {5},
pages = {387--433},
acmid = {3335015},
publisher = Springer,
keywords = {68T35, Automated analysis, Feature models, Software product lines, Variability-intensive systems},
tt-tags = {Feature-Model Analysis,Survey,Download},
year = 2019
}
@inproceedings{RRC+:SOSP19,
author = {Ren, Xiang (Jenny) and Rodrigues, Kirk and Chen, Luyuan and Vega, Camilo and Stumm, Michael and Yuan, Ding},
title = {{An Analysis of Performance Evolution of Linux's Core Operations}},
booktitle = SOSP,
pages = {554--569},
acmid = {3359640},
publisher = ACM,
keywords = {Linux, operating systems, performance evolution},
tt-tags = {Non-Functional Properties,Performance Evolution,Security,Configuration,TODO},
year = 2019
}
@article{RKBL:TOSEM19,
author = {Reuling, Dennis and Kelter, Udo and B\"{u}rdek, Johannes and Lochau, Malte},
title = {{Automated N-Way Program Merging for Facilitating Family-Based Analyses of Variant-Rich Software}},
journal = TOSEM,
volume = {28},
number = {3},
pages = {13:1--13:59},
articleno = {13},
acmid = {3313789},
publisher = ACM,
keywords = {Program merging, control flow automata, model matching, quality assurance, variability encoding},
tt-tags = {SPL Migration,SPL Analysis,SPL Testing,Clone-and-Own},
tc-tags = {classified by Thomas,variant-preserving migration,test-case generation,model checking,product-family-based analysis,product-based implementation,domain-independent specification,source code,control-flow automaton,tool,evaluation,SiMPOSE,C programs},
year = 2019
}
@article{SBT:JSS19,
author = {Sampaio, Gabriela and Borba, Paulo and Teixeira, Leopoldo},
title = {{Partially Safe Evolution of Software Product Lines}},
journal = JSS,
volume = 155,
pages = {17--42},
tt-tags = {SPL Evolution,SPL Konfiguration},
tc-tags = {static analysis,family-based analysis,implementation independent,theory,evaluation,subsumed by none},
year = 2019
}
@proceedings{SPLC19a,
editor = {Berger, Thorsten and Collet, Philippe and Duchien, Laurence and Fogdal, Thomas and Heymans, Patrick and Kehrer, Timo and Martinez, Jabier and Mazo, Ra\'{u}l and Montalvillo, Leticia and Salinesi, Camille and T\"{e}rnava, Xhevahire and Th\"{u}m, Thomas and Ziadi, Tewfik},
title = {SPLC '19: Proceedings of the 23rd International Systems and Software Product Line Conference - Volume A},
publisher = ACM,
year = 2019
}
@proceedings{SPLC19b,
editor = {Cetina, Carlos and D\'{\i}az, Oscar and Duchien, Laurence and Huchard, Marianne and Rabiser, Rick and Salinesi, Camille and Seidl, Christoph and T\"{e}rnava, Xhevahire and Teixeira, Leopoldo and Th\"{u}m, Thomas and Ziadi, Tewfik},
title = {SPLC '19: Proceedings of the 23rd International Systems and Software Product Line Conference - Volume B},
publisher = ACM,
year = 2019
}
@inbook{JMJ+19,
author = {Jung, Reiner and M{\"a}rtin, Lukas and Johanssen, Jan Ole and Paech, Barbara and Lochau, Malte and Th{\"u}m, Thomas and Schneider, Kurt and Tichy, Matthias and Ulbrich, Mattias},
title = {{Addressed Challenges}},
booktitle = {Managed Software Evolution},
pages = {21--36},
publisher = Springer,
year = 2019
}
@inbook{THA+19,
author = {Th{\"u}m, Thomas and Hoorn, Andr{\'e} van and Apel, Sven and B{\"u}rdek, Johannes and Getir, Sinem and Heinrich, Robert and Jung, Reiner and Kowal, Matthias and Lochau, Malte and Schaefer, Ina and Walter, J{\"u}rgen},
title = {{Performance Analysis Strategies for Software Variants and Versions}},
booktitle = {Managed Software Evolution},
pages = {175--206},
publisher = Springer,
tt-tags = {Sampling,Performance Analysis},
year = 2019
}
@inproceedings{RSC+:FASE19,
author = {Runge, Tobias and Schaefer, Ina and Cleophas, Loek and Th{\"u}m, Thomas and Kourie, Derrick and Watson, Bruce W.},
title = {{Tool Support for Correctness-by-Construction}},
booktitle = FASE,
publisher = Springer,
pages = {25--42},
year = 2019
}
@article{TKK+:JSS19,
author = {Th\"um, Thomas and Kn\"uppel, Alexander and Kr\"uger, Stefan and Bolle, Stefanie and Schaefer, Ina},
title = {{Feature-Oriented Contract Composition}},
journal = JSS,
volume = 152,
pages = {83--107},
publisher = Elsevier,
keywords = {Feature-oriented programming, software product lines, design by contract, deductive verification, formal methods},
tt-tags = {Design by Contract,Feature Orientation,Framing,Behavioral Subtyping},
tc-tags = {classified by Thomas,analysis method independent,analysis strategy undefined,feature modules,feature-based implementation,feature-based specification,source code,tool,evaluation,no proof,FeatureIDE,FeatureHouse},
year = 2019
}
@inproceedings{KTP+:SE19,
author = {Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Carsten Immanuel Pardylla and Ina Schaefer},
title = {{Understanding Parameters of Deductive Verification: An Empirical Investigation of KeY}},
booktitle = SE,
pages = {165--166},
publisher = GI,
year = 2019
}
@inproceedings{KTS+:SE19,
author = {Sebastian Krieter and Thomas Th{\"{u}}m and Sandro Schulze and Reimar Schr\"{o}ter and Gunter Saake},
title = {{Propagating Configuration Decisions with Modal Implication Graphs}},
booktitle = SE,
pages = {77--78},
publisher = GI,
year = 2019
}
@article{RDD:SoSyM19,
author = {Rodrigues, V{\'i}tor and Donetti, Simone and Damiani, Ferruccio},
title = {{Certifying Delta-Oriented Programs}},
journal = SoSyM,
volume = 18,
number = 5,
pages = {2875--2906},
tt-tags = {},
tc-tags = {classified by Thomas,theorem proving,feature-product-based analysis,delta modules,family-based implementation,family-based specification,source code,tool,evaluation,no proof,COQ},
year = 2019
}
@article{ATL+:SoSyM19,
author = {Al-Hajjaji, Mustafa and Th\"{u}m, Thomas and Lochau, Malte and Meinicke, Jens and Saake, Gunter},
title = {{Effective Product-Line Testing Using Similarity-Based Product Prioritization}},
journal = SoSyM,
volume = {18},
number = {1},
pages = {499--521},
acmid = {3318610},
publisher = Springer,
keywords = {Combinatorial interaction testing, Model-based testing, Product-line testing, Software product lines, Test-case prioritization},
tt-tags = {SPL Testing},
tc-tags = {classified by Thomas,testing,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {sampling efficiency,testing efficiency,open-source tool,evaluation,usage of random sampling/CASA/Chvatal/ICPL,testing,SPLC18},
year = 2019
}
@article{BDG+:SCP19,
author = {ter Beek, Maurice H. and Ferruccio Damiani and Stefania Gnesi and Franco Mazzanti and Luca Paolini},
title = {{On the Expressiveness of Modal Transition Systems with Variability Constraints}},
journal = SCP,
volume = 169,
pages = {1--17},
keywords = {Software product lines, Formal specification, Behavioural specification, Modal transition systems, Featured transition systems},
tt-tags = {SPL Model Checking,SPL Specification},
tc-tags = {classified by Thomas+Maurice,analysis method undefined,analysis strategy undefined,family-based implementation,specification undefined,design,no tool,no evaluation,proof,FTS,MTS},
year = 2019
}
@article{SYS:IST19,
author = {Sascha El-Sharkawy and Nozomi Yamagishi-Eichler and Klaus Schmid},
title = {{Metrics for Analyzing Variability and its Implementation in Software Product Lines: A Systematic Literature Review}},
journal = IST,
volume = 106,
pages = {1--30},
keywords = {Software product lines, SPL, Metrics, Implementation, Systematic literature review},
tt-tags = {SPL Metrics},
year = 2019
}
@article{LNTS:JSS19,
author = {Lity, Sascha and Nieke, Manuel and Th\"um, Thomas and Schaefer, Ina},
title = {{Retest Test Selection for Product-Line Regression Testing of Variants and Versions of Variants}},
journal = JSS,
volume = {147},
pages = {46--63},
publisher = Elsevier,
keywords = {Regression testing, Software evolution, Software product lines},
tt-tags = {SPL Testing,SPL Evolution},
year = 2019
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2018 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{MAL:SPLC18,
author = {Mendon\c{c}a, Willian D. F. and Assun\c{c}\~{a}o, Wesley K. G. and Linsbauer, Lukas},
title = {{Multi-Objective Optimization for Reverse Engineering of Apo-Games Feature Models}},
year = 2018,
publisher = ACM,
booktitle = SPLC,
pages = {279–-283},
numpages = {5},
keywords = {feature model, reverse engineering, software product line},
}
@inproceedings{KGS:SPLC18,
author = {Kr\"{o}her, Christian and Gerling, Lea and Schmid, Klaus},
title = {{Identifying the Intensity of Variability Changes in Software Product Line Evolution}},
booktitle = SPLC,
pages = {54--64},
keywords = {intensity, evolution analysis, variability changes, software product line evolution},
tt-tags = {SPL Evolution},
publisher = ACM,
year = 2018
}
@mastersthesis{P18,
author = {Tobias Pett},
title = {{Stability of Product Sampling under Product-Line Evolution}},
school = {TU Braunschweig},
tt-tags = {SPL Analysis,Download},
year = 2018
}
@inproceedings{CCRC:ASE18,
author = {Cashman, Mikaela and Cohen, Myra B. and Ranjan, Priya and Cottingham, Robert W.},
title = {{Navigating the Maze: The Impact of Configurability in Bioinformatics Software}},
booktitle = ASE,
pages = {757--767},
acmid = {3240466},
publisher = ACM,
keywords = {bioinformatics, configurability, software testing},
tt-tags = {Configurable Software},
year = 2018
}
@inproceedings{HKE+:ASE18,
author = {Helm, Dominik and K\"{u}bler, Florian and Eichberg, Michael and Reif, Michael and Mezini, Mira},
title = {{A Unified Lattice Model and Framework for Purity Analyses}},
booktitle = ASE,
pages = {340--350},
acmid = {3238226},
publisher = ACM,
keywords = {Java, Purity, lattice, side-effects, static analysis},
tt-tags = {Static Analysis,Purity},
year = 2018
}
@inproceedings{KTPS:FIDE18,
author = {Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Carsten Immanuel Pardylla and Ina Schaefer},
title = {{Experience Report on Formally Verifying Parts of OpenJDK's API with KeY}},
booktitle = FIDE,
pages = {53--70},
year = 2018
}
@inproceedings{KTM+:SE18,
author = {Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Stephan Mennicke and Jens Meinicke and Ina Schaefer},
title = {{Is There a Mismatch between Real-World Feature Models and Product-Line
Research?}},
booktitle = SE,
editor = {Matthias Tichy and Eric Bodden and Marco Kuhrmann and Stefan Wagner and Jan{-}Philipp Stegh{\"{o}}fer},
pages = {53--54},
publisher = GI,
year = 2018
}
@inproceedings{CGR+:VaMoS18,
author = {Carvalho, Luiz and Guimar\~{a}es, Marcio Augusto and Ribeiro, M\'{a}rcio and Fernandes, Leonardo and Al-Hajjaji, Mustafa and Gheyi, Rohit and Th\"{u}m, Thomas},
title = {{Equivalent Mutants in Configurable Systems: An Empirical Study}},
booktitle = VaMoS,
pages = {11--18},
acmid = {3168379},
publisher = ACM,
keywords = {Configurable Systems, Equivalent Mutants, Mutation Testing},
year = 2018
}
@inproceedings{LNT+:VaMoS18,
author = {Lity, Sascha and Nahrendorf, Sophia and Th\"{u}m, Thomas and Seidl, Christoph and Schaefer, Ina},
title = {{175\% Modeling for Product-Line Evolution of Domain Artifacts}},
booktitle = VaMoS,
pages = {27--34},
acmid = {3168369},
publisher = ACM,
keywords = {Software Evolution, Software Product Lines, Variability Modeling},
year = 2018
}
@inproceedings{BFG:SPLC18,
author = {ter Beek, Maurice H. and Fantechi, Alessandro and Gnesi, Stefania},
title = {Product Line Models of Large Cyber-physical Systems: The Case of ERTMS/ETCS},
booktitle = SPLC,
pages = {208--214},
acmid = {3233046},
publisher = ACM,
keywords = {ERTMS/ETCS train control systems, cyber-physical systems, feature models, product lines, variability},
tt-tags = {Feature Modeling},
year = 2018
}
@inproceedings{BBG:SPLC18,
author = {Basile, Davide and ter Beek, Maurice H. and Gnesi, Stefania},
title = {{Modelling and Analysis with Featured Modal Contract Automata}},
booktitle = SPLC,
pages = {11--16},
acmid = {3236408},
publisher = ACM,
keywords = {contract automata, orchestration, service product line, variability},
tt-tags = {SPL Model Checking},
tc-tags = {classified by Thomas+Maurice,synthesis,unoptimized product-based analysis,services,family-based implementation,domain-independent specification,design,tool,evaluation,no proof,FMCAT,FeatureIDE},
year = 2018
}
@inproceedings{VBLL:FM18,
author = {Andrea Vandin and ter Beek, Maurice H. and Axel Legay and Lluch Lafuente, Alberto},
title = {{QFLan: A Tool for the Quantitative Analysis of Highly Reconfigurable
Systems}},
booktitle = FM,
publisher = Springer,
pages = {329--337},
tt-tags = {SPL Model Checking},
tc-tags = {classified by Thomas+Maurice,statistical model checking,unoptimized product-based analysis,family-based implementation,family-based specification,design,tool,evaluation,no proof,QFLan,MultiVeSta,subsumed by BLLV:TSE19},
year = 2018
}
@inproceedings{KTPS:ISoLA18,
author = {Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Carsten Immanuel Pardylla and Ina Schaefer},
title = {{Scalability of Deductive Verification Depends on Method Call Treatment}},
booktitle = ISoLA,
pages = {159--175},
publisher = Springer,
year = 2018
}
@inproceedings{RLB+:GPCE18,
author = {Ruland, Sebastian and Luthmann, Lars and B\"{u}rdek, Johannes and Lity, Sascha and Th\"{u}m, Thomas and Lochau, Malte and Ribeiro, M\'{a}rcio},
title = {{Measuring Effectiveness of Sample-Based Product-Line Testing}},
booktitle = GPCE,
pages = {119--133},
acmid = {3278130},
publisher = ACM,
keywords = {Mutation Testing, Sample-Based Testing, Software Product Lines},
tt-tags = {Product Sampling},
tc-tags = {classified by Thomas,testing,test-case generation,family-product-based analysis,sample-based analysis,specification independent,preprocessor,runtime variability,family-based implementation,source code,tool,evaluation,subsumed by none,MiLu,CPAchecker,CPATiger,FeatureIDE,SiMPOSE},
sampling-tags = {effectiveness,testing efficiency,open-source tool,evaluation,testing,usage of MiLu/CPAchecker/CPATiger/FeatureIDE/ICPL/SiMPOSE},
year = 2018
}
@inproceedings{NMS+:GPCE18,
author = {Nieke, Michael and Mauro, Jacopo and Seidl, Christoph and Th\"{u}m, Thomas and Yu, Ingrid Chieh and Franzke, Felix},
title = {{Anomaly Analyses for Feature-Model Evolution}},
booktitle = GPCE,
pages = {188--201},
acmid = {3278123},
publisher = ACM,
keywords = {Anomalies, Evolution, Evolution Operation, Explanation, Feature Model, Software Product Line},
tt-tags = {SPL Evolution,Feature-Model Analysis,Incremental Solving},
year = 2018
}
@inproceedings{TKS:ConfWS18,
author = {Th\"um, Thomas and Krieter, Sebastian and Schaefer, Ina},
title = {{Product Configuration in the Wild: Strategies for Conflicting Decisions in Web Configurators}},
booktitle = ConfWS,
pages = {1--8},
tt-tags = {Product Configuration},
publisher = {RWTH Aachen University},
year = 2018
}
@inproceedings{NST:VariVolution18,
author = {Nieke, Michael and Seidl, Christoph and Th\"{u}m, Thomas},
title = {{Back to the Future: Avoiding Paradoxes in Feature-Model Evolution}},
booktitle = VariVolution,
pages = {48--51},
acmid = {3237201},
publisher = ACM,
tt-tags = {SPL Evolution,Feature-Model Analysis},
year = 2018
}
@inproceedings{TKL:SPLC18,
author = {Th\"{u}m, Thomas and Krieter, Sebastian and Leich, Thomas},
title = {{Clean Your Variable Code with FeatureIDE}},
booktitle = SPLC,
pages = {299--299},
acmid = {3233053},
keywords = {configuration, eclipse, feature modeling, feature-oriented software development, integrated development environment, preprocessors, software product lines},
publisher = ACM,
tt-tags = {FeatureIDE},
year = 2018
}
@inproceedings{KFT+:SPLC18,
author = {Kr\"{u}ger, Jacob and Fenske, Wolfram and Th\"{u}m, Thomas and Aporius, Dirk and Saake, Gunter and Leich, Thomas},
title = {{Apo-Games: A Case Study for Reverse Engineering Variability from Cloned Java Variants}},
booktitle = SPLC,
pages = {251--256},
acmid = {3236403},
keywords = {case study, data set, extractive approach, feature location, reverse engineering, software-product-line engineering},
publisher = ACM,
tt-tags = {SPL Migration},
year = 2018
}
@inproceedings{VAT+:SPLC18,
author = {Varshosaz, Mahsa and Al-Hajjaji, Mustafa and Th\"um, Thomas and Runge, Tobias and Mousavi, Mohammad Reza and Schaefer, Ina},
title = {{A Classification of Product Sampling for Software Product Lines}},
booktitle = SPLC,
pages = {1--13},
acmid = {3233035},
keywords = {domain models, feature interaction, sampling algorithms, software product lines, testing},
publisher = ACM,
tt-tags = {SPL Testing,Survey},
year = 2018
}
@inproceedings{KTPS:ITP18,
author = {Alexander Kn{\"{u}}ppel and Thomas Th{\"{u}}m and Carsten Immanuel Pardylla and Ina Schaefer},
title = {{Understanding Parameters of Deductive Verification: An Empirical Investigation of KeY}},
booktitle = ITP,
pages = {342--361},
publisher = Springer,
year = 2018
}
@article{DDP:EMSE18,
author = {Dintzner, Nicolas and van Deursen, Arie and Pinzger, Martin},
title = {{FEVER: An Approach to Analyze Feature-Oriented Changes and Artefact Co-Evolution in Highly Configurable Systems}},
journal = EMSE,
volume = {23},
number = {2},
pages = {905--952},
acmid = {3211169},
publisher = {Kluwer Academic Publishers},
keywords = {Co-evolution, Feature, Highly variable systems, Variability},
tt-tags = {SPL Co-Evolution,Feature Location,SPL Migration},
year = 2018
}
@inproceedings{KTS+:ICSE18,
author = {Sebastian Krieter and Thomas Th\"um and Sandro Schulze and Reimar Schr\"oter and Gunter Saake},
title = {{Propagating Configuration Decisions with Modal Implication Graphs}},
booktitle = ICSE,
pages = {898--909},
acmid = {3180159},
publisher = ACM,
keywords = {configuration, decision propagation, software product line},
year = 2018
}
@article{GYS+:EMSE18,
author = {Guo, Jianmei and Yang, Dingyu and Siegmund, Norbert and Apel, Sven and Sarkar, Atrisha and Valov, Pavel and Czarnecki, Krzysztof and W{\k{a}}sowski, Andrzej and Yu, Huiqun},
title = {{Data-Efficient Performance Learning for Configurable Systems}},
journal = EMSE,
volume = {23},
number = {3},
pages = {1826--1867},
acmid = {3231336},
publisher = {Kluwer Academic Publishers},
keywords = {Configurable systems, Model selection, Parameter tuning, Performance prediction, Regression},
tt-tags = {SPL Non-Functional Properties},
tc-tags = {classified by Thomas,performance analysis,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {name=random sampling,greedy,feature model,no coverage guarantee,testing efficiency,open-source tool,DECART,evaluation,non-functional properties,SPLC18},
year = 2018
}
@inproceedings{TKL:Modellierung18,
author = {Thomas Th\"um and Sebastian Krieter and Thomas Leich},
title = {{Feature Modeling and Development with FeatureIDE}},
booktitle = Modellierung,
publisher = GI,
pages = {297--298},
tt-tags = {FeatureIDE},
year = 2018
}
@article{AMS+:TOSEM18,
author = {Abal, Iago and Melo, Jean and St\u{a}nciulescu, Stefan and Brabrand, Claus and Ribeiro, M\'{a}rcio and W\k{a}sowski, Andrzej},
title = {{Variability Bugs in Highly Configurable Systems: A Qualitative Analysis}},
journal = TOSEM,
volume = {26},
number = {3},
pages = {10:1--10:34},
articleno = {10},
acmid = {3149119},
publisher = ACM,
keywords = {Bugs, Linux, feature interactions, software variability},
tt-tags = {Feature Interaction},
tc-tags = {analysis method undefined,sample-based analysis,implementation independent,no tool,evaluation},
sampling-tags = {name=one-disabled,greedy,feature model,no coverage guarantee,evaluation,testing efficiency,effectiveness,evaluated with real faults,testing,SPLC18},
year = 2018
}
@article{DBW:SCP18,
author = {Aleksandar S. Dimovski and Claus Brabrand and Andrzej W{\k{a}}sowski},
title = {{Variability Abstractions for Lifted Analyses}},
journal = SCP,
volume = 159,
pages = {1--27},
keywords = {Program families, Static analysis, Abstract interpretation},
tt-tags = {},
tc-tags = {data-flow analysis,family-based analysis,preprocessor,family-based implementation,domain-independent specification,source code,tool,evaluation},
year = 2018
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 2017 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@inproceedings{MRB+:ICPC17,
author = {R. {Malaquias} and M. {Ribeiro} and R. {Bonifácio} and E. {Monteiro} and F. {Medeiros} and A. {Garcia} and R. {Gheyi}},
booktitle = ICPC,
title = {{The Discipline of Preprocessor-Based Annotations - Does \#ifdef TAG n't \#endif Matter}},
year = 2017,
pages = {297--307},
keywords = {Linux;program diagnostics;software maintenance;preprocessor-based annotation;C preprocessor;portability issue;variability issue;code understandability;code maintainability;preprocessor directive;Linux;open-source C/C++ systems;GitHub metrics;Maintenance engineering;Tools;Open source software;Syntactics;Guidelines;Linux;Measurement},
}
@mastersthesis{G17,
author = {G{\"u}nther, Timo},
title = {{Explaining Satisfiability Queries for Software Product Lines}},
year = 2017,
school = {TU Braunschweig},
keywords = {software product lines, explanations, feature modeling, configuration files, preprocessing files, Antenna, C preprocessor, Java, Softwareproduktlinien, Erkl{\"a}rungen, Feature-Modellierung, Konfigurationsdateien, Pr{\"a}prozessordateien, C-Pr{\"a}prozessor},
}
@techreport{K:TR17,
author = {Christian K{\"{a}}stner},
title = {{Differential Testing for Variational Analyses: Experience from Developing
KConfigReader}},
institution = {Cornell University Library},
number = {arXiv:1706.09357},
tt-tags = {Kconfig},
year = 2017
}
@inproceedings{useBBG:SPLC18,
author = {Basile, Davide and ter Beek, Maurice H. and Di Giandomenico, Felicita and Gnesi, Stefania},
title = {{Orchestration of Dynamic Service Product Lines with Featured Modal Contract Automata}},
booktitle = DSPL,
pages = {117--122},
acmid = {3109741},
publisher = ACM,
keywords = {Featured Modal Contract Automata, Product lines, Services},
tc-tags = {classified by Thomas+Maurice,synthesis,unoptimized product-based analysis,services,family-based implementation,domain-independent specification,design,tool,no evaluation,no proof,FMCAT,FeatureIDE,subsumed by BBG:SPLC18},
year = 2017
}
@inproceedings{SKT+:SE17,
author = {Reimar Schr{\"{o}}ter and Sebastian Krieter and Thomas Th{\"{u}}m and Fabian Benduhn and Gunter Saake},
title = {{Compositional Analyses of Highly-Configurable Systems with Feature-Model
Interfaces}},
booktitle = SE,
editor = {Jan J{\"{u}}rjens and Kurt Schneider},
pages = {129--130},
publisher = GI,
year = 2017
}
@article{KATS:IFAC17,
author = {Matthias Kowal and Sofia Ananieva and Thomas Th\"um and Ina Schaefer},
title = {{Supporting the Development of Interdisciplinary Product Lines in the Manufacturing Domain}},
journal = IFAC,
volume = 50,
number = 1,
pages = {4336--4341},
keywords = {Variability Modeling, Engineering, Machine Manufacturing, Variant, Version Management},
year = 2017
}
@inproceedings{JVK+:SEAMS17,
author = {Jamshidi, Pooyan and Velez, Miguel and K\"{a}stner, Christian and Siegmund, Norbert and Kawthekar, Prasad},
title = {{Transfer Learning for Improving Model Predictions in Highly Configurable Software}},
booktitle = SEAMS,
pages = {31--41},
acmid = {3105510},
publisher = IEEE,
keywords = {highly configurable software, machine learning, model learning, model prediction, transfer learning},
tt-tags = {SPL Non-Functional Properties},
year = 2017
}
@article{TF17,
author = {Tiihonen, Juha and Felfernig, Alexander},
title = {{An Introduction to Personalization and Mass Customization}},
journal = {J. Intell. Inf. Syst.},
volume = {49},
number = {1},
pages = {1--7},
acmid = {3125063},
publisher = Kluwer,
keywords = {Mass customization, Personalization},
tt-tags = {Configuration},
year = 2017
}
@article{FLS+:CIM17,
author = {Ferreira, Thiago N. and Lima, Jackson A. Prado and Strickler, Andrei and Kuk, Josiel N. and Vergilio, Silvia R. and Pozo, Aurora},
title = {{Hyper-Heuristic Based Product Selection for Software Product Line Testing}},
journal = CIM,
volume = {12},
number = {2},
pages = {34--45},
acmid = {3083759},
publisher = IEEE,
tt-tags = {SPL Testing},
tc-tags = {classified by Thomas,testing,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {name=SPEA2-HH/IBEA-HH,compared to MOEA/D-DRA/NSGA-II,usage of CombTestWeb/FMTS/FaMa,feature model,population-based search,no coverage guarantee,sampling efficiency,effectiveness,unavailable tool,evaluation,testing,feature-model mutation,SPLC18},
year = 2017
}
@techreport{HNA+:TR17,
author = {Halin, Axel and Nuttinck, Alexandre and Acher, Mathieu and Devroey, Xavier and Perrouin, Gilles and Baudry, Benoit},
title = {{Test Them All, Is It worth It? A Ground Truth Comparison of Configuration Sampling Strategies}},
institution = {Cornell University Library},
number = {arXiv:1710.07980},
tt-tags = {SPL Testing},
tc-tags = {classified by Thomas,testing,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {evaluation of ICPL/one-disabled/all-one-disabled/one-enabled/all-one-enabled/most-enabled-disabled/similarity heuristic/random sampling,testing efficiency,effectiveness,evaluation,testing,type checking,SPLC18},
year = 2017
}
@inproceedings{useHNA+:TR17,
author = {Halin, Axel and Nuttinck, Alexandre and Acher, Mathieu and Devroey, Xavier and Perrouin, Gilles and Heymans, Patrick},
title = {{Yo Variability! JHipster: A Playground for Web-Apps Analyses}},
booktitle = VaMoS,
pages = {44--51},
acmid = {3023963},
publisher = ACM,
keywords = {case study, variability-related analyses, web-apps},
tt-tags = {SPL Testing},
tc-tags = {classified by Thomas,testing,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {evaluation of ICPL/one-disabled/all-one-disabled/one-enabled/all-one-enabled/most-enabled-disabled/similarity heuristic/random sampling,testing efficiency,effectiveness,evaluation,testing,type checking,SPLC18,subsumed by HNA+:TR17},
year = 2017
}
@inproceedings{FLV:SBES17,
author = {Filho, Helson L. Jakubovski and Lima, Jackson A. Prado and Vergilio, Silvia R.},
title = {{Automatic Generation of Search-Based Algorithms Applied to the Feature Testing of Software Product Lines}},
booktitle = SBES,
pages = {114--123},
acmid = {3131152},
publisher = ACM,
keywords = {Hyper-Heuristics, Search-Based Software Engineering, Software Product Line Testing},
tt-tags = {SPL Testing},
tc-tags = {classified by Thomas,testing,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {name=Filho's generated MOEAs,compared to NSGAII/NSGAII-HH,usage of CombTestWeb/FMTS,feature model,population-based search,automatic selection,no coverage guarantee,testing efficiency,effectiveness,unavailable tool,evaluation,testing,feature-model mutation,SPLC18},
year = 2017
}
@article{AZAB17,
author = {Bestoun S. Ahmed and Kamal Z. Zamli and Wasif Afzal and Miroslav Bures},
journal = {IEEE Access},
title = {{Constrained Interaction Testing: A Systematic Literature Study}},
volume = {5},
number = {},
pages = {25706-25730},
keywords = {fault diagnosis;graphical user interfaces;program testing;software development management;software fault tolerance;combinatorial interaction testing;comprehensive literature study;constrained interaction testing research;constraint test generation;fault detection;graphical user interface testing;software product lines;software systems;systematic literature study;test selection;testing techniques;Data mining;Electronic mail;Software systems;Software testing;Systematics;Tools;Constrained interaction testing;constrained combinatorial testing;software testing;test case design techniques;test generation tools},
tt-tags = {Survey,Sampling},
year = 2017
}
@inproceedings{SSA:ESECFSE17,
author = {Siegmund, Norbert and Sobernig, Stefan and Apel, Sven},
title = {{Attributed Variability Models: Outside the Comfort Zone}},
booktitle = ESECFSE,
pages = {268--278},
acmid = {3106251},
publisher = ACM,
keywords = {Thor, Variability modelling, attributed variability models},
sampling-tags = {},
year = 2017
}
@article{GRS+:CCPE17,
author = {Alexander Grebhahn and Carmen Rodrigo and Norbert Siegmund and Francisco Jos{\'{e}} Gaspar and Sven Apel},
title = {{Performance-Influence Models of Multigrid Methods: A Case Study on Triangular Grids}},
journal = CCPE,
volume = {29},
number = {17},
tt-tags = {SPL Analysis},
tc-tags = {classified by Thomas,performance analysis,sample-based analysis,specification independent,implementation independent,program,subsumed by none},
sampling-tags = {evaluation of feature-wise heuristic/pair-wise heuristic/negative feature-wise heuristic,testing efficiency,effectiveness,open-source tool,SPLConqueror,evaluation,non-functional properties,SPLC18},
year = 2017
}
@inproceedings{FMP:SEFM17,
author = {Marie Farrell and Rosemary Monahan and James F. Power},
title = {{Specification Clones: An Empirical Study of the Structure of Event-B Specifications}},
booktitle = SEFM,
pages = {152--167},
editor = {Alessandro Cimatti and Marjan Sirjani},
publisher = Springer,
tt-tags = {Specification Clones},
year = 2017
}
@article{ALHR:TOCE17,
author = {Acher, Mathieu and Lopez-Herrejon, Roberto E. and Rabiser, Rick},
title = {{Teaching Software Product Lines: A Snapshot of Current Practices and Challenges}},
journal = TOCE,
volume = {18},
number = {1},
pages = {2:1--2:31},
articleno = {2},
acmid = {3088440},
publisher = ACM,
keywords = {Software product lines, software engineering teaching, software product line teaching, variability modeling},
tt-tags = {FeatureIDE},
year = 2017
}
@inproceedings{BTSG:ICFEM17,
author = {Fabian Benduhn and Thomas Th\"um and Ina Schaefer and Gunter Saake},
title = {{Modularization of Refinement Steps for Agile Formal Methods}},
booktitle = ICFEM,
pages = {19--35},
editor = {Duan, Zhenhua and Ong, Luke},
publisher = Springer,
tt-tags = {SPL Specification},
tc-tags = {model checking,theorem proving,unoptimized product-based analysis,feature moduldes,feature-based implementation,feature-based specification,requirements,design,source code,tool,evaluation,ASM},
year = 2017
}
@inproceedings{KPK+:SPLC17,
author = {Krieter, Sebastian and Pinnecke, Marcus and Kr\"{u}ger, Jacob and Sprey, Joshua and Sontag, Christopher and Th\"{u}m, Thomas and Leich, Thomas and Saake, Gunter},
title = {{FeatureIDE: Empowering Third-Party Developers}},
booktitle = SPLC,
pages = {42--45},
acmid = {3109751},
keywords = {Software product line, configuration, feature modeling, feature-oriented software development},
publisher = ACM,
tt-tags = {Feature Modeling Tool},
tc-tags = {classified by Thomas,feature-model analysis,family-based analysis,implementation independent,specification independent,source code,tool,no evaluation,no proof},
year = 2017
}
@inproceedings{LSBL:SPLC17,
author = {Luthmann, Lars and Stephan, Andreas and B\"{u}rdek, Johannes and Lochau, Malte},
title = {{Modeling and Testing Product Lines with Unbounded Parametric Real-Time Constraints}},
booktitle = SPLC,
pages = {104--113},
acmid = {3106204},
keywords = {Model-based Testing, Real-Time Systems, Software Product Lines, Timed Automata},
publisher = ACM,
tt-tags = {SPL Specification,SPL Testing,SPL Coverage},
tc-tags = {classified by Thomas,test-case generation,family-based analysis,implementation independent,family-based specification,program,tool,evaluation,SAT,Sat4J,Uppaal,CoPTA,IMITATOR},
year = 2017
}
@inproceedings{KTS+:ESECFSE17,
author = {Kn\"{u}ppel, Alexander and Th\"{u}m, Thomas and Mennicke, Stephan and Meinicke, Jens and Schaefer, Ina},
title = {{Is There a Mismatch Between Real-World Feature Models and Product-Line Research?}},
booktitle = ESECFSE,
pages = {291--302},
acmid = {3106252},
publisher = ACM,
keywords = {Software product lines, cross-tree constraints, exclude constraints, expressiveness, feature modeling, model transformation, require constraints},
tt-tags = {Feature Modeling,Abstract Features},
year = 2017
}
@article{DABW:STTT17,
author = {Dimovski, Aleksandar S. and Al-Sibahi, Ahmad Salim and Brabrand, Claus and W{\k{a}}sowski, Andrzej},
title = {{Efficient Family-Based Model Checking via Variability Abstractions}},
journal = STTT,
volume = {19},
number = {5},
acmid = {3140228},
publisher = Springer,
keywords = {Abstract model checking, Features, Software product lines, Variability abstractions},
tt-tags = {Variability Encoding},
tc-tags = {classified by Thomas,model checking,family-based analysis,preprocessor,family-based implementation,family-based specification,design,tool,evaluation,LTL,fLTL,fPromela,FTS,subsumed by none},