DynAMICS: A tool-based method for the specification and dynamic detection of Android behavioural code smells
Dimitri Prestat,Naouel Moha,Roger Villemaire,Florent Avellaneda
DOI: https://doi.org/10.1109/tse.2024.3363223
IF: 7.4
2024-01-01
IEEE Transactions on Software Engineering
Abstract:Code smells are the result of poor design choices within software systems that complexify source code and impede evolution and performance. Therefore, detecting code smells within software systems is an important priority to decrease technical debt. Furthermore, the emergence of mobile applications (apps) has brought new types of Android-specific code smells, which relate to limitations and constraints on resources like memory, performance and energy consumption. Among these Android-specific smells are those that describe inappropriate behaviour during the execution that may negatively impact software quality. Static analysis tools, however, show limitations for detecting these behavioural code smells and properly detecting behavioural code smells requires considering the dynamic behaviour of the apps. To dynamically detect behavioural code smells, we hence propose three contributions : (1) A method, the Dynamics method, a step-by-step method for the specification and dynamic detection of Android behavioural code smells; (2) A tool, the Dynamics tool, implementing this method on seven code smells; and (3) A validation of our approach on 538 apps from F-Droid with a comparison with the static analysis detection tools, aDoctor and Paprika, from the literature. Our method consists of four steps: (1) the specification of the code smells, (2) the instrumentation of the app, (3) the execution of the apps, and (4) the detection of the behavioural code smells. Our results show that many instances of code smells that cannot be detected with static detection tools are indeed detected with our dynamic approach with an average precision of 92.8% and an average recall of 53.4%.
engineering, electrical & electronic,computer science, software engineering