Sciweavers

OOPSLA
2005
Springer
16 years 10 min ago
Automated debugging in eclipse
Martin Burger, Karsten Lehmann, Andreas Zeller
OOPSLA
2005
Springer
16 years 11 min ago
Using predicate fields in a highly flexible industrial control system
Predicate fields allow an object’s structure to vary at runtime based on the object’s state: a predicate field is present or not, depending on the values of other fields. P...
Shay Artzi, Michael D. Ernst
103
Voted
OOPSLA
2005
Springer
16 years 11 min ago
Improving virtual machine performance using a cross-run profile repository
Matthew Arnold, Adam Welc, V. T. Rajan
OOPSLA
2005
Springer
16 years 11 min ago
Classbox/J: controlling the scope of change in Java
Alexandre Bergel, Stéphane Ducasse, Oscar N...
OOPSLA
2005
Springer
16 years 11 min ago
A software product line architecture for distributed real-time and embedded systems: a separation of concerns approach
This paper presents a separation of concerns approach to solve the tangling problem of functional and Quality of Service (QoS) concerns in traditional Component-based Software Eng...
Shih-Hsi Liu
OOPSLA
2005
Springer
16 years 12 min ago
Adding trace matching with free variables to AspectJ
An aspect observes the execution of a base program; when certain actions occur, the aspect runs some extra code of its own. In the AspectJ language, the observations that an aspec...
Chris Allan, Pavel Avgustinov, Aske Simon Christen...
100
Voted
OOPSLA
2005
Springer
16 years 12 min ago
Formalising Java RMI with explicit code mobility
Alexander Ahern, Nobuko Yoshida
OOPSLA
2005
Springer
16 years 13 min ago
Refactoring support for class library migration
As object-oriented class libraries evolve, classes are occasionally deprecated in favor of others with roughly the same functionality. In Java’s standard libraries, for example,...
Ittai Balaban, Frank Tip, Robert M. Fuhrer