Sciweavers

OOPSLA
2005
Springer
14 years 27 days ago
Automated debugging in eclipse
Martin Burger, Karsten Lehmann, Andreas Zeller
OOPSLA
2005
Springer
14 years 27 days 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
OOPSLA
2005
Springer
14 years 27 days ago
Classbox/J: controlling the scope of change in Java
Alexandre Bergel, Stéphane Ducasse, Oscar N...
OOPSLA
2005
Springer
14 years 27 days 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
14 years 27 days 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...
OOPSLA
2005
Springer
14 years 27 days ago
Formalising Java RMI with explicit code mobility
Alexander Ahern, Nobuko Yoshida
OOPSLA
2005
Springer
14 years 27 days 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