Sciweavers

17 search results - page 2 / 4
» iwpc 2005
Sort
View
IWPC
2005
IEEE
13 years 11 months ago
Detecting and Visualizing Refactorings from Software Archives
We perform knowledge discovery in software archives in order to detect refactorings on the level of classes and methods. Our REFVIS prototype finds these refactorings in CVS repo...
Carsten Görg, Peter Weißgerber
IWPC
2005
IEEE
13 years 11 months ago
What Can Programmer Questions Tell Us About Frameworks?
In order to make frameworks easier to use we need to better understand the difficulties that programmers have with them. The questions that programmers ask give clues to the qual...
Daqing Hou, Kenny Wong, H. James Hoover
IWPC
2005
IEEE
13 years 11 months ago
An Investigation into Professional Programmers' Mental Representations of Variables
Very little is known about professional programmers’ mental representations of variables, yet this information is vital in designing effective tools for program comprehension. I...
Jorma Sajaniemi, Raquel Navarro-Prieto
IWPC
2005
IEEE
13 years 11 months ago
An Empirical Study of the Use of Friends in C++ Software
A commonly held belief is that the friend construct in C++ is a violation of encapsulation. However, little empirical analysis of its use has taken place to provide evidence to su...
Michael English, Jim Buckley, Tony Cahill, Kristia...
IWPC
2005
IEEE
13 years 11 months ago
Understanding Object-Oriented Source Code from the Behavioural Perspective
Comprehension is a key activity that underpins a variety of software maintenance and engineering tasks. The task of understanding object-oriented systems is hampered by the fact t...
Neil Walkinshaw, Marc Roper, Murray Wood