DynAMICS: A tool-based method for the specification and dynamic detection of Android behavioural code smells

IEEE Transactions on Software Engineering(2024)

引用 0|浏览4
暂无评分
摘要
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 D ynamics method, a step-by-step method for the specification and dynamic detection of Android behavioural code smells; (2) A tool, the D ynamics tool, implementing this method on seven code smells; and (3) A validation of our approach on 538 apps from F-D roid with a comparison with the static analysis detection tools, a D octor and P aprika , 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%.
更多
查看译文
关键词
Android,code smells,detection,dynamic analysis,instrumentation,mobile apps,apps,behavioural
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要