Discovering Reusable Functional Features in Legacy Object-Oriented Systems. Mili, H., Benzarti, I., El Kharraz, A., El Boussaidi, G., Gu�h�neuc, Y., & Valtchev, P. In Bavota, G. & Lopes, A., editors, Proceedings of the 46<sup>th</sup> International Conference on Software Engineering (ICSE), pages 3827–3856, October, 2024. ACM Press/IEEE CS Press. 1 page. Journal First.
Paper abstract bibtex Typical object-oriented (OO) systems implement several functional features that are interwoven into class hierarchies. In the absence of aspect-oriented techniques to develop and compose these features, developers resort to object-oriented design and programming idioms to separate features as well as possible. Given a legacy OO system, discovering existing functional features helps understand the design of the system and extract these features to ease their maintenance and reuse. We want to discover candidate functional features in OO systems. We first define functional features and then discuss the footprints that such features are likely to leave in an OO system. We identify three such footprints: (1) multiple inheritance, (2) delegation, and (3) ad-hoc. We develop a set of algorithms for identifying such footprints in OO code and implemented them for the Java language using Eclipse JDT. In this article, we present the algorithms, and the results of applying the corresponding tools on five open-source systems: FreeMind, JavaWebMail, JHotDraw, JReversePro, and Lucene. Our experimental results show that: (1) the different algorithms can identify interesting and useful candidate functional features in OO systems, (2) they can identify opportunities for refactoring, and (3) they are complementary and could help developers.
@INPROCEEDINGS{Mili24-ICSE-ReusableFunctionalityDiscovery,
AUTHOR = {Hafedh Mili and Imen Benzarti and El Kharraz, Amel and
El Boussaidi, Ghizlane and Yann-Ga�l Gu�h�neuc and Petko Valtchev},
BOOKTITLE = {Proceedings of the 46<sup>th</sup> International Conference on Software Engineering (ICSE)},
TITLE = {Discovering Reusable Functional Features in Legacy
Object-Oriented Systems},
YEAR = {2024},
OPTADDRESS = {},
OPTCROSSREF = {},
EDITOR = {Gabriele Bavota and Ant�nia Lopes},
MONTH = {October},
NOTE = {1 page. Journal First.},
OPTNUMBER = {},
OPTORGANIZATION = {},
PAGES = {3827--3856},
PUBLISHER = {ACM Press/IEEE CS Press},
OPTSERIES = {},
OPTVOLUME = {},
KEYWORDS = {Topic: <b>Requirements and features</b>,
Venue: <b>TSE</b>},
URL = {http://www.ptidej.net/publications/documents/ICSE24.doc.pdf},
PDF = {http://www.ptidej.net/publications/documents/ICSE24.ppt.pdf},
ABSTRACT = {Typical object-oriented (OO) systems implement several
functional features that are interwoven into class hierarchies. In
the absence of aspect-oriented techniques to develop and compose
these features, developers resort to object-oriented design and
programming idioms to separate features as well as possible. Given a
legacy OO system, discovering existing functional features helps
understand the design of the system and extract these features to
ease their maintenance and reuse. We want to discover candidate
functional features in OO systems. We first define functional
features and then discuss the footprints that such features are
likely to leave in an OO system. We identify three such footprints:
(1) multiple inheritance, (2) delegation, and (3) ad-hoc. We develop
a set of algorithms for identifying such footprints in OO code and
implemented them for the Java language using Eclipse JDT. In this
article, we present the algorithms, and the results of applying the
corresponding tools on five open-source systems: FreeMind,
JavaWebMail, JHotDraw, JReversePro, and Lucene. Our experimental
results show that: (1) the different algorithms can identify
interesting and useful candidate functional features in OO systems,
(2) they can identify opportunities for refactoring, and (3) they are
complementary and could help developers.}
}
Downloads: 0
{"_id":"XxqhwtoGtqqMTFXDC","bibbaseid":"mili-benzarti-elkharraz-elboussaidi-guhneuc-valtchev-discoveringreusablefunctionalfeaturesinlegacyobjectorientedsystems-2024","author_short":["Mili, H.","Benzarti, I.","El Kharraz, A.","El Boussaidi, G.","Gu�h�neuc, Y.","Valtchev, P."],"bibdata":{"bibtype":"inproceedings","type":"inproceedings","author":[{"firstnames":["Hafedh"],"propositions":[],"lastnames":["Mili"],"suffixes":[]},{"firstnames":["Imen"],"propositions":[],"lastnames":["Benzarti"],"suffixes":[]},{"propositions":[],"lastnames":["El","Kharraz"],"firstnames":["Amel"],"suffixes":[]},{"propositions":[],"lastnames":["El","Boussaidi"],"firstnames":["Ghizlane"],"suffixes":[]},{"firstnames":["Yann-Ga�l"],"propositions":[],"lastnames":["Gu�h�neuc"],"suffixes":[]},{"firstnames":["Petko"],"propositions":[],"lastnames":["Valtchev"],"suffixes":[]}],"booktitle":"Proceedings of the 46<sup>th</sup> International Conference on Software Engineering (ICSE)","title":"Discovering Reusable Functional Features in Legacy Object-Oriented Systems","year":"2024","optaddress":"","optcrossref":"","editor":[{"firstnames":["Gabriele"],"propositions":[],"lastnames":["Bavota"],"suffixes":[]},{"firstnames":["Ant�nia"],"propositions":[],"lastnames":["Lopes"],"suffixes":[]}],"month":"October","note":"1 page. Journal First.","optnumber":"","optorganization":"","pages":"3827–3856","publisher":"ACM Press/IEEE CS Press","optseries":"","optvolume":"","keywords":"Topic: <b>Requirements and features</b>, Venue: <b>TSE</b>","url":"http://www.ptidej.net/publications/documents/ICSE24.doc.pdf","pdf":"http://www.ptidej.net/publications/documents/ICSE24.ppt.pdf","abstract":"Typical object-oriented (OO) systems implement several functional features that are interwoven into class hierarchies. In the absence of aspect-oriented techniques to develop and compose these features, developers resort to object-oriented design and programming idioms to separate features as well as possible. Given a legacy OO system, discovering existing functional features helps understand the design of the system and extract these features to ease their maintenance and reuse. We want to discover candidate functional features in OO systems. We first define functional features and then discuss the footprints that such features are likely to leave in an OO system. We identify three such footprints: (1) multiple inheritance, (2) delegation, and (3) ad-hoc. We develop a set of algorithms for identifying such footprints in OO code and implemented them for the Java language using Eclipse JDT. In this article, we present the algorithms, and the results of applying the corresponding tools on five open-source systems: FreeMind, JavaWebMail, JHotDraw, JReversePro, and Lucene. Our experimental results show that: (1) the different algorithms can identify interesting and useful candidate functional features in OO systems, (2) they can identify opportunities for refactoring, and (3) they are complementary and could help developers.","bibtex":"@INPROCEEDINGS{Mili24-ICSE-ReusableFunctionalityDiscovery,\r\n AUTHOR = {Hafedh Mili and Imen Benzarti and El Kharraz, Amel and \r\n El Boussaidi, Ghizlane and Yann-Ga�l Gu�h�neuc and Petko Valtchev},\r\n BOOKTITLE = {Proceedings of the 46<sup>th</sup> International Conference on Software Engineering (ICSE)},\r\n TITLE = {Discovering Reusable Functional Features in Legacy \r\n Object-Oriented Systems},\r\n YEAR = {2024},\r\n OPTADDRESS = {},\r\n OPTCROSSREF = {},\r\n EDITOR = {Gabriele Bavota and Ant�nia Lopes},\r\n MONTH = {October},\r\n NOTE = {1 page. Journal First.},\r\n OPTNUMBER = {},\r\n OPTORGANIZATION = {},\r\n PAGES = {3827--3856},\r\n PUBLISHER = {ACM Press/IEEE CS Press},\r\n OPTSERIES = {},\r\n OPTVOLUME = {},\r\n KEYWORDS = {Topic: <b>Requirements and features</b>, \r\n Venue: <b>TSE</b>},\r\n URL = {http://www.ptidej.net/publications/documents/ICSE24.doc.pdf},\r\n PDF = {http://www.ptidej.net/publications/documents/ICSE24.ppt.pdf},\r\n ABSTRACT = {Typical object-oriented (OO) systems implement several \r\n functional features that are interwoven into class hierarchies. In \r\n the absence of aspect-oriented techniques to develop and compose \r\n these features, developers resort to object-oriented design and \r\n programming idioms to separate features as well as possible. Given a \r\n legacy OO system, discovering existing functional features helps \r\n understand the design of the system and extract these features to \r\n ease their maintenance and reuse. We want to discover candidate \r\n functional features in OO systems. We first define functional \r\n features and then discuss the footprints that such features are \r\n likely to leave in an OO system. We identify three such footprints: \r\n (1) multiple inheritance, (2) delegation, and (3) ad-hoc. We develop \r\n a set of algorithms for identifying such footprints in OO code and \r\n implemented them for the Java language using Eclipse JDT. In this \r\n article, we present the algorithms, and the results of applying the \r\n corresponding tools on five open-source systems: FreeMind, \r\n JavaWebMail, JHotDraw, JReversePro, and Lucene. Our experimental \r\n results show that: (1) the different algorithms can identify \r\n interesting and useful candidate functional features in OO systems, \r\n (2) they can identify opportunities for refactoring, and (3) they are \r\n complementary and could help developers.}\r\n}\r\n\r\n","author_short":["Mili, H.","Benzarti, I.","El Kharraz, A.","El Boussaidi, G.","Gu�h�neuc, Y.","Valtchev, P."],"editor_short":["Bavota, G.","Lopes, A."],"key":"Mili24-ICSE-ReusableFunctionalityDiscovery","id":"Mili24-ICSE-ReusableFunctionalityDiscovery","bibbaseid":"mili-benzarti-elkharraz-elboussaidi-guhneuc-valtchev-discoveringreusablefunctionalfeaturesinlegacyobjectorientedsystems-2024","role":"author","urls":{"Paper":"http://www.ptidej.net/publications/documents/ICSE24.doc.pdf"},"keyword":["Topic: <b>Requirements and features</b>","Venue: <b>TSE</b>"],"metadata":{"authorlinks":{}}},"bibtype":"inproceedings","biburl":"http://www.yann-gael.gueheneuc.net/Work/Publications/Biblio/complete-bibliography.bib","dataSources":["8vn5MSGYWB4fAx9Z4"],"keywords":["topic: <b>requirements and features</b>","venue: <b>tse</b>"],"search_terms":["discovering","reusable","functional","features","legacy","object","oriented","systems","mili","benzarti","el kharraz","el boussaidi","gu�h�neuc","valtchev"],"title":"Discovering Reusable Functional Features in Legacy Object-Oriented Systems","year":2024}