Sciweavers

OOPSLA
2015
Springer
8 years 6 months ago
Shiranui: a live programming with support for unit testing
Live programming environments help the programmers to try out expressions by giving immediate feedback on the results as well as intermediate evaluation processes. However, the fe...
Tomoki Imai, Hidehiko Masuhara, Tomoyuki Aotani
OOPSLA
2015
Springer
8 years 6 months ago
Runtime pointer disambiguation
Péricles Alves, Fabian Gruber, Johannes Doe...
OOPSLA
2015
Springer
8 years 6 months ago
Incremental computation with names
Over the past thirty years, there has been significant progress in developing general-purpose, language-based approaches to incremental computation, which aims to efficiently up...
Matthew A. Hammer, Joshua Dunfield, Kyle Headley, ...


views
54 years 10 months ago
OOPSLA
2015
Springer
8 years 6 months ago
Infection size as a measure of bug severity
A simple bug in a program can influence a large part of the program execution by spreading throughout the state at runtime. This is known as program infection. The seriousness of...
Mohammad R. Azadmanesh, Matthias Hauswirth
OOPSLA
2015
Springer
8 years 6 months ago
Use at your own risk: the Java unsafe API in the wild
Java is a safe language. Its runtime environment provides strong safety guarantees that any Java application can rely on. Or so we think. We show that the runtime actually does no...
Luis Mastrangelo, Luca Ponzanelli, Andrea Mocci, M...
OOPSLA
2015
Springer
8 years 6 months ago
One parser to rule them all
Ali Afroozeh, Anastasia Izmaylova
OOPSLA
2015
Springer
8 years 6 months ago
Fraglight: shedding light on broken pointcuts in evolving aspect-oriented software
Pointcut fragility is a well-documented problem in Aspect-Oriented Programming; changes to the base-code can lead to join points incorrectly falling in or out of the scope of poin...
Raffi Khatchadourian, Awais Rashid, Hidehiko Masuh...
OOPSLA
2015
Springer
8 years 6 months ago
Performance problems you can fix: a dynamic analysis of memoization opportunities
Performance bugs are a prevalent problem and recent research proposes various techniques to identify such bugs. This paper addresses a kind of performance problem that often is ea...
Luca Della Toffola, Michael Pradel, Thomas R. Gros...