Sciweavers

IWPSE
2003
IEEE
13 years 9 months ago
Program Slicing Tool for Effective Software Evolution Using Aspect-Oriented Technique
One of the issues in software evolution is debugging. Debugging large and complex software systems evolved requires a lot of effort since it is very difficult to localize and ide...
Takashi Ishio, Shinji Kusumoto, Katsuro Inoue
IWPC
2003
IEEE
13 years 9 months ago
Experiences in Teaching Software Evolution and Program Comprehension
A large amount of research is devoted to software evolution and program understanding, but these topics are often neglected in software engineering curricula. The CCSE initiative ...
Arie van Deursen, Jean-Marie Favre, Rainer Koschke...
ICSM
2003
IEEE
13 years 9 months ago
Populating a Release History Database from Version Control and Bug Tracking Systems
Version control and bug tracking systems contain large amounts of historical information that can give deep insight into the evolution of a software project. Unfortunately, these ...
Michael Fischer, Martin Pinzger, Harald Gall
SEKE
2004
Springer
13 years 10 months ago
Visualizing the evolution of software using softChange
A typical software development team leaves behind a large amount of information. This information takes different forms, such as mail messages, software releases, version control ...
Daniel M. Germán, Abram Hindle, Norman Jord...
ECOOP
2004
Springer
13 years 10 months ago
An AOP Implementation Framework for Extending Join Point Models
Mechanisms in AOP (aspect-oriented programming) can be characterized by a JPM (join point model). AOP is effective in unanticipated software evolution because crosscutting concer...
Naoyasu Ubayashi, Hidehiko Masuhara, Tetsuo Tamai
ECOOP
2005
Springer
13 years 10 months ago
A Biologist's View of Software Evolution
Abstract. The term “software evolution” is generally used as an analogy for biological evolution. This paper explores that analogy in more depth, analyzing software evolution f...
DeLesley Hutchins
ECOOP
2005
Springer
13 years 10 months ago
Pitfalls in Unanticipated Dynamic Software Evolution
Abstract. The authors of this paper have all developed a framework that allows runtime adaptation of software systems. Based on our experiences, we wish to summarize common pitfall...
Peter Ebraert, Theo D'Hondt, Yves Vandewoude, Yola...
ECOOP
2005
Springer
13 years 10 months ago
Combining Feature-Oriented and Aspect-Oriented Programming to Support Software Evolution
Abstract. Starting from the advantages of using Feature-Oriented Programming (FOP) and program families to support software evolution, this paper discusses the drawbacks of current...
Sven Apel, Thomas Leich, Marko Rosenmüller, G...
SAC
2005
ACM
13 years 10 months ago
AOP for software evolution: a design oriented approach
In this paper, we have briefly explored the aspect-oriented approach as a tool for supporting the software evolution. The aim of this analysis is to highlight the potentiality an...
Walter Cazzola, Sonia Pini, Massimo Ancona
WCRE
2005
IEEE
13 years 10 months ago
When Functions Change Their Names: Automatic Detection of Origin Relationships
It is a common understanding that identifying the same entity such as module, file, and function between revisions is important for software evolution related analysis. Most softw...
Sunghun Kim, Kai Pan, E. James Whitehead Jr.