Termin in Kalender importieren: iCal (Download)
Vorträge
Dead Code Analysis: Combination of static analysis with runtime monitoring
| Vortragende(r)
|
Steffen Steudle
|
| Vortragstyp
|
Masterarbeit
|
| Betreuer(in)
|
Manar Mazkatli
|
| Vortragssprache
|
Deutsch
|
| Vortragsmodus
|
in Präsenz
|
| Kurzfassung
|
Dead, unused or unreachable code degrades source code maintainability and comprehensibility. Dead code analyses aim to identify such code, allowing developers to safely remove it. However, due to dynamic language features, purely static analyses often produce false positives. This master's thesis presents a hybrid approach to reduce these false positives. We first analyze the code statically to identify potential dead code. Based on these static results, we then instrument the code to collect runtime information about which parts are actually used during execution. This combination of static analysis with dynamic validation allows us to filter out false positives, providing developers with more accurate and reliable results for improving code health.
|
Vitruv OCL Current State of the Art
| Vortragende(r)
|
Max Oesterle
|
| Vortragstyp
|
Vortrag
|
| Betreuer(in)
|
Arne Lange
|
| Vortragssprache
|
Englisch
|
| Vortragsmodus
|
in Präsenz
|
| Kurzfassung
|
Im Kontext von modellbasierter Softwareentwicklung stellt die Konsistenzerhaltung zwischen verschiedenen Metamodellen eine zentrale Herausforderung dar. VitruviusOCL erweitert die Object Constraint Language (OCL) um Mechanismen zur deklarativen Spezifikation von Consistency Relations in einer VSUM (Virtual Single Underlying Model).
|
Hinweise