Abstract
Inconsistency between metadata and code customizations is a major concern in modern, configurable enterprise systems. The increasing reliance on metadata, in the form of XML files, and code customizations, in the form of Java files, has led to a hybrid development platform. The expected consistency requirements between metadata and code should be checked but often are not, so current tools offer surprisingly poor development support. In this paper, we adapt classical data flow analyses to detect inconsistencies and provide better static guarantees. We provide a formalization of the consistency requirements and a set of adapted analyses for a concrete case study. Our work
is implemented in a fast and efficient prototype in the form of an Eclipse plugin. We validate our work by testing this prototype on actual production code; preliminary results show that this approach is worthwhile. We found a significant number of previously undetected consistency errors and have received very positive feedback from the developer community in the case study.
is implemented in a fast and efficient prototype in the form of an Eclipse plugin. We validate our work by testing this prototype on actual production code; preliminary results show that this approach is worthwhile. We found a significant number of previously undetected consistency errors and have received very positive feedback from the developer community in the case study.
Originalsprog | Engelsk |
---|---|
Bogserie | Lecture Notes in Computer Science |
Sider (fra-til) | 285-308 |
ISSN | 0302-9743 |
Status | Udgivet - 2008 |
Begivenhed | European Conference on Object-Oriented Programming (ECOOP) - Paphos, Cypern Varighed: 7 jul. 2008 → 11 jul. 2008 Konferencens nummer: 22 |
Konference
Konference | European Conference on Object-Oriented Programming (ECOOP) |
---|---|
Nummer | 22 |
Land/Område | Cypern |
By | Paphos |
Periode | 07/07/2008 → 11/07/2008 |
Emneord
- Metadata consistency
- Code customizations
- Hybrid development platform
- Data flow analyses
- Eclipse plugin