Investigating the Change-Proneness of Service Patterns and Antipatterns. Palma, F., An, L., Khomh, F., Moha, N., & Gu�h�neuc, Y. In Proceedings of the 7<sup>th</sup> International Conference on Service-Oriented Computing and Applications (SOCA), pages 1–8, November, 2014. IEEE CS Press. 8 pages. \awardBest paper.
Paper abstract bibtex Like any other software systems, service-based systems (SBSs) evolve frequently to accommodate new user requirements. This evolution may degrade their design and implementation and may cause the introduction of common bad practice solutions – antipatterns – in opposition to patterns which are good solutions to common recurring design problems. We believe that the degradation of the design of SBSs does not only affect the clients of the SBSs but also the maintenance and evolution of the SBSs themselves. This paper presents the results of an empirical study that aimed to quantify the impact of service (anti)patterns on the maintenance and evolution of SBSs. We measure the maintenance effort of a service implementation in terms of the number of changes and the size of changes (i.e., Code churns) performed by developers to maintain and evolve the service, two effort metrics that have been widely used in software engineering studies. Using data collected from the evolutionary history of the SBS FraSCAti, we investigate if (1) services involved in patterns require less maintenance effort, (2) services detected as antipatterns require more maintenance effort than other services, and (3) if some particular service antipatterns are more change-prone than others. Results show that (1) services involved in patterns require less maintenance effort, but not at statistically significant level, (2) services detected as antipatterns require significantly more maintenance effort than non-antipattern services, and (3) services detected as God Component, Multi Service, and Service Chain antipatterns are more change-prone (i.e., Require more maintenance effort) than the services involved in other antipatterns. We also analysed the relation between object-oriented code smells and service patterns/antipatterns and found a significant difference in the proportion of code smells contained in the implementations of service (anti)patterns.
@INPROCEEDINGS{Palma14-SOCA-ServiceAntiPatternChangeProneness,
AUTHOR = {Francis Palma and Le An and Foutse Khomh and Naouel Moha and
Yann-Ga�l Gu�h�neuc},
BOOKTITLE = {Proceedings of the 7<sup>th</sup> International Conference on Service-Oriented Computing and Applications (SOCA)},
TITLE = {Investigating the Change-Proneness of Service Patterns
and Antipatterns},
YEAR = {2014},
OPTADDRESS = {},
OPTCROSSREF = {},
EDITOR = {Christian Huemer},
MONTH = {November},
NOTE = {8 pages. \awardBest paper.},
OPTNUMBER = {},
OPTORGANIZATION = {},
PAGES = {1--8},
PUBLISHER = {IEEE CS Press},
OPTSERIES = {},
OPTVOLUME = {},
KEYWORDS = {Topic: <b>Code and design smells</b>,
Venue: <c>SOCA</c>},
URL = {http://www.ptidej.net/publications/documents/SOCA14.doc.pdf},
PDF = {http://www.ptidej.net/publications/documents/SOCA14.ppt.pdf},
ABSTRACT = {Like any other software systems, service-based systems
(SBSs) evolve frequently to accommodate new user requirements. This
evolution may degrade their design and implementation and may cause
the introduction of common bad practice solutions -- antipatterns --
in opposition to patterns which are good solutions to common
recurring design problems. We believe that the degradation of the
design of SBSs does not only affect the clients of the SBSs but also
the maintenance and evolution of the SBSs themselves. This paper
presents the results of an empirical study that aimed to quantify the
impact of service (anti)patterns on the maintenance and evolution of
SBSs. We measure the maintenance effort of a service implementation
in terms of the number of changes and the size of changes (i.e., Code
churns) performed by developers to maintain and evolve the service,
two effort metrics that have been widely used in software engineering
studies. Using data collected from the evolutionary history of the
SBS FraSCAti, we investigate if (1) services involved in patterns
require less maintenance effort, (2) services detected as
antipatterns require more maintenance effort than other services, and
(3) if some particular service antipatterns are more change-prone
than others. Results show that (1) services involved in patterns
require less maintenance effort, but not at statistically significant
level, (2) services detected as antipatterns require significantly
more maintenance effort than non-antipattern services, and (3)
services detected as God Component, Multi Service, and Service Chain
antipatterns are more change-prone (i.e., Require more maintenance
effort) than the services involved in other antipatterns. We also
analysed the relation between object-oriented code smells and service
patterns/antipatterns and found a significant difference in the
proportion of code smells contained in the implementations of service
(anti)patterns.}
}
Downloads: 0
{"_id":"h3KtPQLEnz9AKGALg","bibbaseid":"palma-an-khomh-moha-guhneuc-investigatingthechangepronenessofservicepatternsandantipatterns-2014","author_short":["Palma, F.","An, L.","Khomh, F.","Moha, N.","Gu�h�neuc, Y."],"bibdata":{"bibtype":"inproceedings","type":"inproceedings","author":[{"firstnames":["Francis"],"propositions":[],"lastnames":["Palma"],"suffixes":[]},{"firstnames":["Le"],"propositions":[],"lastnames":["An"],"suffixes":[]},{"firstnames":["Foutse"],"propositions":[],"lastnames":["Khomh"],"suffixes":[]},{"firstnames":["Naouel"],"propositions":[],"lastnames":["Moha"],"suffixes":[]},{"firstnames":["Yann-Ga�l"],"propositions":[],"lastnames":["Gu�h�neuc"],"suffixes":[]}],"booktitle":"Proceedings of the 7<sup>th</sup> International Conference on Service-Oriented Computing and Applications (SOCA)","title":"Investigating the Change-Proneness of Service Patterns and Antipatterns","year":"2014","optaddress":"","optcrossref":"","editor":[{"firstnames":["Christian"],"propositions":[],"lastnames":["Huemer"],"suffixes":[]}],"month":"November","note":"8 pages. \\awardBest paper.","optnumber":"","optorganization":"","pages":"1–8","publisher":"IEEE CS Press","optseries":"","optvolume":"","keywords":"Topic: <b>Code and design smells</b>, Venue: <c>SOCA</c>","url":"http://www.ptidej.net/publications/documents/SOCA14.doc.pdf","pdf":"http://www.ptidej.net/publications/documents/SOCA14.ppt.pdf","abstract":"Like any other software systems, service-based systems (SBSs) evolve frequently to accommodate new user requirements. This evolution may degrade their design and implementation and may cause the introduction of common bad practice solutions – antipatterns – in opposition to patterns which are good solutions to common recurring design problems. We believe that the degradation of the design of SBSs does not only affect the clients of the SBSs but also the maintenance and evolution of the SBSs themselves. This paper presents the results of an empirical study that aimed to quantify the impact of service (anti)patterns on the maintenance and evolution of SBSs. We measure the maintenance effort of a service implementation in terms of the number of changes and the size of changes (i.e., Code churns) performed by developers to maintain and evolve the service, two effort metrics that have been widely used in software engineering studies. Using data collected from the evolutionary history of the SBS FraSCAti, we investigate if (1) services involved in patterns require less maintenance effort, (2) services detected as antipatterns require more maintenance effort than other services, and (3) if some particular service antipatterns are more change-prone than others. Results show that (1) services involved in patterns require less maintenance effort, but not at statistically significant level, (2) services detected as antipatterns require significantly more maintenance effort than non-antipattern services, and (3) services detected as God Component, Multi Service, and Service Chain antipatterns are more change-prone (i.e., Require more maintenance effort) than the services involved in other antipatterns. We also analysed the relation between object-oriented code smells and service patterns/antipatterns and found a significant difference in the proportion of code smells contained in the implementations of service (anti)patterns.","bibtex":"@INPROCEEDINGS{Palma14-SOCA-ServiceAntiPatternChangeProneness,\r\n AUTHOR = {Francis Palma and Le An and Foutse Khomh and Naouel Moha and \r\n Yann-Ga�l Gu�h�neuc},\r\n BOOKTITLE = {Proceedings of the 7<sup>th</sup> International Conference on Service-Oriented Computing and Applications (SOCA)},\r\n TITLE = {Investigating the Change-Proneness of Service Patterns \r\n and Antipatterns},\r\n YEAR = {2014},\r\n OPTADDRESS = {},\r\n OPTCROSSREF = {},\r\n EDITOR = {Christian Huemer},\r\n MONTH = {November},\r\n NOTE = {8 pages. \\awardBest paper.},\r\n OPTNUMBER = {},\r\n OPTORGANIZATION = {},\r\n PAGES = {1--8},\r\n PUBLISHER = {IEEE CS Press},\r\n OPTSERIES = {},\r\n OPTVOLUME = {},\r\n KEYWORDS = {Topic: <b>Code and design smells</b>, \r\n Venue: <c>SOCA</c>},\r\n URL = {http://www.ptidej.net/publications/documents/SOCA14.doc.pdf},\r\n PDF = {http://www.ptidej.net/publications/documents/SOCA14.ppt.pdf},\r\n ABSTRACT = {Like any other software systems, service-based systems \r\n (SBSs) evolve frequently to accommodate new user requirements. This \r\n evolution may degrade their design and implementation and may cause \r\n the introduction of common bad practice solutions -- antipatterns -- \r\n in opposition to patterns which are good solutions to common \r\n recurring design problems. We believe that the degradation of the \r\n design of SBSs does not only affect the clients of the SBSs but also \r\n the maintenance and evolution of the SBSs themselves. This paper \r\n presents the results of an empirical study that aimed to quantify the \r\n impact of service (anti)patterns on the maintenance and evolution of \r\n SBSs. We measure the maintenance effort of a service implementation \r\n in terms of the number of changes and the size of changes (i.e., Code \r\n churns) performed by developers to maintain and evolve the service, \r\n two effort metrics that have been widely used in software engineering \r\n studies. Using data collected from the evolutionary history of the \r\n SBS FraSCAti, we investigate if (1) services involved in patterns \r\n require less maintenance effort, (2) services detected as \r\n antipatterns require more maintenance effort than other services, and \r\n (3) if some particular service antipatterns are more change-prone \r\n than others. Results show that (1) services involved in patterns \r\n require less maintenance effort, but not at statistically significant \r\n level, (2) services detected as antipatterns require significantly \r\n more maintenance effort than non-antipattern services, and (3) \r\n services detected as God Component, Multi Service, and Service Chain \r\n antipatterns are more change-prone (i.e., Require more maintenance \r\n effort) than the services involved in other antipatterns. We also \r\n analysed the relation between object-oriented code smells and service \r\n patterns/antipatterns and found a significant difference in the \r\n proportion of code smells contained in the implementations of service \r\n (anti)patterns.}\r\n}\r\n\r\n","author_short":["Palma, F.","An, L.","Khomh, F.","Moha, N.","Gu�h�neuc, Y."],"editor_short":["Huemer, C."],"key":"Palma14-SOCA-ServiceAntiPatternChangeProneness","id":"Palma14-SOCA-ServiceAntiPatternChangeProneness","bibbaseid":"palma-an-khomh-moha-guhneuc-investigatingthechangepronenessofservicepatternsandantipatterns-2014","role":"author","urls":{"Paper":"http://www.ptidej.net/publications/documents/SOCA14.doc.pdf"},"keyword":["Topic: <b>Code and design smells</b>","Venue: <c>SOCA</c>"],"metadata":{"authorlinks":{}}},"bibtype":"inproceedings","biburl":"http://www.yann-gael.gueheneuc.net/Work/Publications/Biblio/complete-bibliography.bib","dataSources":["8vn5MSGYWB4fAx9Z4"],"keywords":["topic: <b>code and design smells</b>","venue: <c>soca</c>"],"search_terms":["investigating","change","proneness","service","patterns","antipatterns","palma","an","khomh","moha","gu�h�neuc"],"title":"Investigating the Change-Proneness of Service Patterns and Antipatterns","year":2014}