Sciweavers

IWPC
2007
IEEE

Tracking Objects to Detect Feature Dependencies

13 years 10 months ago
Tracking Objects to Detect Feature Dependencies
The domain-specific ontology of a software system includes a set of features and their relationships. While the problem of locating features in object-oriented programs has been widely studied, runtime dependencies between features are less well understood. Features cannot be understood in isolation, since their behavior often depends on objects created and referenced in previously exercised features. It is difficult to spot runtime dependencies between features just by browsing source code. Hence, code modifications intended for one feature, often inadvertently affect other features. In this paper, we propose an approach to precisely identify dependencies between features based on a fine-grained dynamic analysis which captures details about how objects are referenced at runtime. The results of two case studies indicate that our approach helps software maintainers in understanding critical feature dependencies.
Adrian Lienhard, Orla Greevy, Oscar Nierstrasz
Added 04 Jun 2010
Updated 04 Jun 2010
Type Conference
Year 2007
Where IWPC
Authors Adrian Lienhard, Orla Greevy, Oscar Nierstrasz
Comments (0)