Applying and Combining Three Different Aspect Mining Techniques
Mariano Ceccato, Marius Marin, Kim Mens, Leon Moonen, Paolo Tonella,, and Tom Tourwe

TL;DR
This paper explores the use of three different aspect mining techniques on JHotDraw to identify crosscutting concerns, demonstrating that combining these techniques yields more comprehensive coverage than individual methods.
Contribution
It introduces a combined approach to aspect mining by applying and evaluating three techniques together on a real software system, enhancing concern detection.
Findings
Combined techniques improve concern coverage
Different techniques complement each other
Potential for better refactoring into aspects
Abstract
Understanding a software system at source-code level requires understanding the different concerns that it addresses, which in turn requires a way to identify these concerns in the source code. Whereas some concerns are explicitly represented by program entities (like classes, methods and variables) and thus are easy to identify, crosscutting concerns are not captured by a single program entity but are scattered over many program entities and are tangled with the other concerns. Because of their crosscutting nature, such crosscutting concerns are difficult to identify, and reduce the understandability of the system as a whole. In this paper, we report on a combined experiment in which we try to identify crosscutting concerns in the JHotDraw framework automatically. We first apply three independently developed aspect mining techniques to JHotDraw and evaluate and compare their results.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
