Sciweavers

AOSD
2016
ACM
10 years 1 months ago
Hierarchical layer-based class extensions in Squeak/Smalltalk
Class extensions are frequently used in programming languages such as Ruby and Smalltalk to add or change methods of a class that is defined in the same application or in a diffe...
Matthias Springer, Hidehiko Masuhara, Robert Hirsc...
AOSD
2016
ACM
10 years 1 months ago
Matriona: class nesting with parameterization in Squeak/Smalltalk
We present Matriona, a module system for Squeak, a Smalltalk dialect. It supports class nesting and parameterization and is based on a hierarchical name lookup mechanism. Matriona...
Matthias Springer, Fabio Niephaus, Robert Hirschfe...
AOSD
2016
ACM
10 years 1 months ago
Segregating feature interfaces to support software product line maintenance
Although software product lines are widely used in practice, their maintenance is challenging. Features as units of behaviour can be heavily scattered across the source code of a ...
Bruno Barbieri Pontes Cafeo, Claus Hunsen, Alessan...
AOSD
2016
ACM
10 years 1 months ago
Development environment for literal inter-language use case driven modularization
Commonly, during programming the code related to use cases becomes scattered across different modules and at the same time the code related to different use cases becomes tangled....
Michal Bystrický, Valentino Vranic
AOSD
2016
ACM
10 years 1 months ago
Automatically selecting and optimizing constraint solver procedures for object-constraint languages
Object-constraint programming provides a design to integrate constraints with dynamic, object-oriented programming languages. It allows developers to encode multi-way constraints ...
Tim Felgentreff, Stefan Lehmann, Robert Hirschfeld...