Marco Piccioni
ETH Zurich
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Marco Piccioni.
formal methods | 2014
H.-Christian Estler; Carlo A. Furia; Martin Nordio; Marco Piccioni; Bertrand Meyer
Contracts are a form of lightweight formal specification embedded in the program text. Being executable parts of the code, they encourage programmers to devote proper attention to specifications, and help maintain consistency between specification and implementation as the program evolves. The present study investigates how contracts are used in the practice of software development. Based on an extensive empirical analysis of 21 contract-equipped Eiffel, C#, and Java projects totaling more than 260 million lines of code over 7700 revisions, it explores, among other questions: 1 which kinds of contract elements preconditions, postconditions, class invariants are used more often; 2 how contracts evolve over time; 3 the relationship between implementation changes and contract changes; and 4 the role of inheritance in the process. It has found, among other results, that: the percentage of program elements that include contracts is above 33% for most projects and tends to be stable over time; there is no strong preference for a certain type of contract element; contracts are quite stable compared to implementations; and inheritance does not significantly affect qualitative trends of contract usage.
conference on software engineering education and training | 2008
Bertrand Meyer; Marco Piccioni
The student project is a key component of a software engineering course. What exact goals should the project have, and how should the instructors focus it? While in most cases projects are artificially designed for the course, we use a deployable, realistic project. This paper presents the rationale for such an approach and assesses our experience with it, drawing on this experience to present guidelines for choosing the theme and scope of the project, selecting project tasks, switching student groups, specifying deliverables and grading scheme. It then expands the discussion to the special but exciting case of a project distributed between different universities, the academic approximation of globalized software development as practiced today by the software industry.
IEEE Transactions on Software Engineering | 2013
Marco Piccioni; Manuel Oriol; Bertrand Meyer
With the wide support for object serialization in object-oriented programming languages, persistent objects have become commonplace and most large object-oriented software systems rely on extensive amounts of persistent data. Such systems also evolve over time. Retrieving previously persisted objects from classes whose schema has changed is, however, difficult, and may lead to invalidating the consistency of the application. The ESCHER framework addresses these issues through an IDE-integrated approach that handles class schema evolution by managing versions of the code and generating transformation functions automatically. The infrastructure also enforces class invariants to prevent the introduction of potentially corrupt objects. This paper describes a model for class attribute changes, a measure for class evolution robustness, four empirical studies, and the design and implementation of the ESCHER system.
automated software engineering | 2009
Marco Piccioni; Manuel Orioly; Bertrand Meyer; Teseo Schneider
With the wide support for serialization in objectoriented programming languages, persistent objects have become common place. Retrieving previously “persisted” objects from classes whose schema changed is however difficult, and may lead to invalidating the consistency of the application. The ESCHER framework addresses this issues through an IDE-based approach that handles schema evolution by managing versions of the code and generating transformation functions automatically. The infrastructure also enforces class invariants to prevent the introduction of any corrupt objects. This article describes the principles behind invariant-safe schema evolution,and the design and implementation of the ESCHER system.
Technical Report / Department of Computer Science, ETH Zurich | 2009
Marco Piccioni; Manuel Oriol; Bertrand Meyer; Teseo Schneider
With the wide support for serialization in object-oriented programming languages, persistent objects have become common place. Retrieving previously ”persisted” objects from classes whose schema changed is however difficult. Naive solutions, such as initializing new fields to default values, risk to invalidate the consistency of the application. The ESCHER framework addresses this issues through an IDE-based approach that handles schema evolution by managing versions of the code and generating transformation functions automatically. The infrastructure also enforces class invariants to prevent the introduction of any corrupt objects. This article describes the principles behind invariant-safe schema evolution, and the design and implementation of the ESCHER system.
empirical software engineering and measurement | 2013
Marco Piccioni; Carlo A. Furia; Bertrand Meyer
integrating technology into computer science education | 2014
Marco Piccioni; H.-Christian Estler; Bertrand Meyer
integrating technology into computer science education | 2015
Paolo Antonucci; H.-Christian Estler; Durica Nikolic; Marco Piccioni; Bertrand Meyer
european conference on object-oriented programming | 2007
Marco Piccioni; Manuel Oriol; Bertrand Meyer
Technical report / ETH Zürich, Department of Computer Science | 2012
Marco Piccioni; Bertrand Meyer