Student Cockpit

  • ePayment
  • Appointment & course management

Campus System

  • Research Information System
  • Campus search

Staff Portal

  • Organisation handbook
  • Operational messages, internal & personal messages

Links

  • Webmail
  • Library
  • Vacancies
  • University bulletin
  • Bulletin Board
  • Staff Search
  • Campus Map
  • IT Services (ZID)
  • eLearning Service
  • USI
  • OEH Klagenfurt

Information for

  • Pupils
  • Alumni & Career
  • Prospective Students
  • Continuing Education
  • Researchers
  • Students
  • Staff
  • Teaching Staff
  • Partners & Sponsors
  • International
Gütesiegel evalagZertifikat 2024: Vielfalt gestalten. Diversity Audit des StifterverbandsGütesiegel Betriebliche GesundheitsförderungSatisfaction Award 2023Satisfaction Award 2021EMAS SiegelGütezeichen hochschuleundfamilie Gütezeichen EqualitaThe Faculty of Management, Economics & Law at the University of Klagenfurt has been accredited by AACSB International.
Deutsch
search
Quicklinks +
  • English English English en
  • Deutsch Deutsch German de
  • Instagram
  • Facebook
  • TikTok
  • Youtube
  • Bluesky
  • LinkedIn
University of Klagenfurt
  • Home
  • University
        • Organisation
          • Management
          • Academic affairs and organisation
          • Faculties, departments and faculty centres
          • University centres
          • University Executive support offices
          • Administration and management
          • Representations and commissioners
          • Organisational plan
          • Statute
        • Profile
          • Strategy
          • Mission statement
          • University history
          • Roll of honour
          • Health Management
          • Gender and equality
          • The Carinthian University Conference
          • Alps-Adriatic Rectors‘ Conference
        • Campus
          • On Campus
          • Art and Culture
          • Accommodation
          • Catering
          • Sports and leisure
          • Green campus
          • Car parks and parking regulations
          • More light, air, and openness
        • Contact
          • Vacancies
          • University bulletin
          • Partners & Sponsors
          • Media services
          • Family services
          • Services for disabled students
          • University library
  • International
        • International Profile
          • Courses offered in English
          • Partner universities
        • Study abroad
          • Erasmus+ student mobility
          • Joint-Study
          • Joint and double degrees
          • Short-term research placements abroad
          • Summer schools
          • Further outgoing grants
          • FAQ for outgoing students
        • Work and research abroad
          • Lecturers
          • Young researchers
          • General staff
          • Erasmus+ student internships
          • Subject-specific international placements
          • Teaching German abroad
        • Study in Klagenfurt
          • Students in mobility programmes
          • Entry & Residence (VISA)
          • MORE programme for refugees
          • Support for students from the Ukraine
        • Information & advice
          • International Office
          • Admissions and Examinations Office
          • Language Centre German in Austria
          • Student Union Section for International Students
          • Language certificates
          • Writing Counselling
  • Study
        • Courses offered
          • List of degree programmes
          • Extension programmes
          • Specialist courses & optional subjects
          • Continuing education programmes
          • Doctoral Degree Programme
          • Degree Programmes in English
        • Studying at AAU
          • Term dates and deadlines
          • New starter checklist
          • University fees
          • Applying to study
          • Starting your programme
          • During your programme
          • Completing your programme
          • Search for courses
        • Student Life
          • DISCOVER Klagenfurt
          • Scholarships & grants
          • Offices and services
          • Campus
          • Accommodation
          • Catering
          • Accessibility
          • Sport & leisure
          • Work & study
          • Family & study
        • Study abroad
          • Study in Klagenfurt
          • Study abroad
          • Summer schools
          • Support & advice
        • Support & Information
          • Admissions and Examinations Office
          • Office of Academic Affairs
          • Student Guidance Service
          • Servicepoint Tutoring & Mentoring
          • Union of Students (ÖH)
          • International Office
          • Doc.Service
          • Student Ombudsman
          • Alumni & careers
          • University library
          • Writing Centre
  • Research
        • Research profile
          • Grants & Winners
          • Main research areas
          • Research infrastructure
          • Karl Popper Kolleg
          • Ada Lovelace Programme
          • Open Access
          • Knowledge transfer
          • Institutional partnerships
        • Early Career
          • Thematic Doctoral Programmes
          • Young scientists mentoring
          • Doc.Service
          • Continuing education programme for early carrer researchers
        • Research support
          • Research Council
          • Research Support Service
          • Research funding
          • Research Information System (FoDok)
          • Institutional Review Board for Research Ethics
          • Good academic practice
          • Science communication

SOFTWARE ENGINEERING

AAU1/...Department of Informatics Systems2/Software Engineering Research Group3/Research4/Projects

Projects

Current Projects

SemImpact: Semantic Change Impact Analysis for Microservice-Based Systems

Project Leadership

Martin Pinzger

Project Staff

Christian Macho, Alessandro Aneggi, Johann Glock

Duration

01.09.2023 - 31.08.2027

Funding

Fonds zur Förderung der wissenschaftlichen Forschung (FWF)

Over the last two decades, microservices have emerged as a new architectural style for the development of software applications consisting of a number of loosely coupled and reusable software components. Microservices are used, for example, in online shop applications, where each microservice provides a specific functionality. For example, one microservice provides the functionality for a shopping cart, while another microservice provides the functionality for payment. This is in contrast to monolithic software applications where all services would be implemented in a single component. The biggest advantages of microservices are that they can be developed, tested, deployed and reused independently. Although microservices are highly independent, there is a degree of coupling between them. This also means that changes to one microservice can cause unexpected side effects in other microservices. Consequently, the affected microservices may no longer function as expected, which can be very unsatisfactory for the users of the microservice. Therefore, software developers take various quality assurance measures to identify potential side effects of their changes and avoid errors. However, existing quality assurance methods and tools are imprecise and therefore potential side effects must be analyzed manually. This is not only time-consuming, but also error prone.The aim of this research project is to explore novel methods and techniques that enable software developers to accurately determine and understand the side effects of changes in a microservice. Determining possible side effects is challenging and usually not easy to calculate even for small programs, as the number of possible effects can quickly reach infinity. To overcome this challenge, we will explore different approaches to abstracting programs and interpreting the effects of individual changes. We will then experiment with different visualization techniques to help software developers understand the impact more quickly and accurately. In addition, we will investigate techniques to selectively choose test cases that use information about a change and its impact to reduce testing effort. We will implement our methods and techniques in several prototypes to evaluate them in experiments and user studies with open-source systems as well as systems and developers from our industry partners. All prototypes created in this project will be made publicly available as open source.

Coorperation Partner
  • University of British Columbia, Department of Electrical and Computer Engineering
  • University of Bamberg, Information Systems and Applied Computer Sciences

Further Information

Software Engineering Approaches for Evolving Systems

Project Leadership

Martin Pinzger

Duration

01.01.2023 - 31.12.2026

Funding

Österreichische Forschungsförderungsgesellschaft mbH (FFG)

In this project, we will investigate methods for improving debugging and locating faults in programs using incremental, interactive formal program analysis. Our envisioned approach uses symbolic/concolic execution to obtain a first semantic of a function in a program. This will be shown to the developer(s) that can refine and/or extend the semantic. Next, the symbolic/concolic execution will be rerun with the refined semantic. This will be repeated, until the developer locates the fault and is able to understand it. The two main research challenges are: 1) find methods for refining and extending semantics as obtained with symbolic/concolic execution; 2) find methods to represent the semantics to developers so that he/she can understand and work with it.

Coorperation Partner

Further Information

Responsible Safe and Secure Robotic Systems Engineering (SEEROSE)

Project Leadership

Rainer Alexandrowicz, Larissa Krainer, Martin Pinzger, Stefan Rass

Project Staff

Nicole van Geel, Christina Glasauer, Tareq Mohammed Nazir, Jasmin Wachter

Duration

01.01.2021 - 31.12.2024

SEEROSE features four Ph.D. projects: The goal of the Ph.D. project DevSafe is to provide techniques and tools to support developers to responsibly develop and evolve safe and secure robotic systems. The goal of the Ph.D. project INBASE-GET is to provide mechanisms for incentivizing developers and robot collaborators to use and follow security precautions out of their own interests. The goal of the Ph.D. project SCoRE is to provide an instrument for the psychological assessment of the core qualifications relevant to robotics engineers. And finally, the goal of the Ph.D. project CERSE is to provide a guideline for the implementation of a process-ethical procedure for distributed assumption of responsibility in safe and secure robotic systems engineering.

Coorperation Partner
  • AI for Robotics Lab (AIR-Lab), Tilburg University

Further Information

Finished Projects

Change Analyses in Microservice-Based Systems

Project Leadership

Martin Pinzger

Project Staff

Andreas Kopeinig, Christian Macho, Fabian Oraze

Duration

01.10.2020 - 12.02.2024

Funding

Österreichische Forschungsförderungsgesellschaft mbH (FFG)

Ziel des Projekts ist die Entwicklung eines Tools zur Extraktion und Klassifikation von Aenderungen in der Implementierung von Microservices, insbesondere Microservices, die mit node.js und Angular implementiert worden sind. Im ersten Schritt wird ein Parser entwickelt, der Typescript Code parsen kann. Im nächsten Schritt werden wir unseren IJM Ansatz erweitern, um Änderungen im Source Code zu extrahieren. Im dritten Schritt werde wir Regeln implementiert, welche die extrahierten Änderungen verlinken und klassifizieren. Hierbei werden wir unsere Taxonomy für die Klassifizierung von Änderungen in Java Code angepassen bzw. erweitern. Im letzten Schritt werden wir unsere Lösungen in einer empirischen Studie mit einer Menge von Open-Source Projekten evaluieren.

Coorperation Partner
  • Software Competence Center Hagenberg

Further Information

SoftwareDynamics2: Fine-Grained Evolution of Software Behavior

Project Leadership

Martin Pinzger

Project Staff

Thomas Grassauer, Veit Frick

Duration

15.07.2016 - 21.06.2021

Funding

Fonds zur Förderung der wissenschaftlichen Forschung (FWF)

SoftwareDynamics2: Fine-Grained Evolution of Software Behavior. In this joint-project between the University of Stuttgart and the Alpen-Adria University Klagenfurt, we will investigate novel methods and techniques to analyze and visualize the impact of specific code changes on the dynamic behavior of a software system, and to find causes for specific changes of dynamic behavior in the evolution of a software system.

Coorperation Partner

University of Duisburg-Essen

Further Information

Strategic Software Engineering

Project Leadership

Martin Pinzger

Project Staff

Stefanie Beyer, Bernhard Jahrer

Duration

01.10.2019 - 30.06.2020

Funding

Österreichische Forschungsförderungsgesellschaft mbH (FFG)

The goal of this project is to investigate an approach for versioning posts on Stack Overflow that deal with questions related to using an API. The main idea is to parse the code snippets in posts to infer the minimum and maximum API version and add this information to the posts. This information can help Stack Overflow users to filter posts and answers that might not be valid for a particular API version. Furthermore, it can help Stack Overflow to indicate outdated answers or answers that should be updated

Coorperation Partner
  • Software Competence Center Hagenberg

Further Information

Safe-RTSE: Safe Round-Trip Software Engineering for Improving the Maintainability of Legacy Software Systems

Project Leadership

Martin Pinzger

Project Staff

Giovanni Liva

Duration

01.11.2015 - 30.04.2019

Funding

Österreichische Forschungsförderungsgesellschaft mbH (FFG), XAUTOMATA TECHNOLOGY GmbH

Safe Round-Trip Software Engineering for Improving the Maintainability of Legacy Software Systems. In this project we aim at investigating methods and techniques to reverse engineer "formal models" from existing systems based on rewriting logic capturing explicit and implicit aspects of the original system. We claim that by using formal reasoning techniques on top of the extracted models the software engineer can first express a formal property that the system exhibits before re-engineering, and later check it against the re-engineered models representing the system design.

Coorperation Partner

XAUTOMATA TECHNOLOGY GmbH and Università Politecnica delle Marche

Further Information

Value-Network Süd – IT enabled Eco Systems

Project Leadership

Martin Pinzger

Project Staff

Klaus Schöffmann, Gerhard Leitner, Anton Josef Fercher, Christian Macho, Stefanie Beyer, Stefan Rass, Peter Schartner, Kerstin Smounig, Wolfgang Schmid

Duration

01.01.2017 - 31.03.2020

Funding

Österreichische Forschungsförderungsgesellschaft mbH (FFG)

The qualification network V-Net – IT enabled Eco Systems provides training for key personnel in South Styrian and Carinthian companies, preparing them to meet the new challenges and develop key competences that allow them to sell IT as a commodity, develop modern, web-based software and understand consumerism.

For more information see Value-Network Süd - IT enabled Eco Systems

Coorperation Partner

Technische Universität Graz, Life Long Learning; Karl-Franzens-Universität Graz, UNI for LIFE GmbH

Further Information

Allegio: Composable Embedded Systems for Healthcare

Project Leadership

Univ.-Prof. Dipl.-Ing. Dr. Martin Pinzger

Project Staff

Martin Pinzger, Nicolas Dintzner, and Arie van Deursen

Duration

March 2011 - 2015

Funding

ICTRegie FES COMMIT

The objective of this project is to define an integrated set of methods and techniques that supports a systematic “Right by Design” component-based software design approach for complex embedded systems. This ensures that incremental changes become predictable and meet the required system qualities such as performance and safety. The Allegio project addresses the following key research questions:

  • How to decompose systems into components such that the global system requirements can be derived from the properties of the components? What are appropriate coherent systems views to reasons about various system qualities such as evolvability, performance and safety?
  • How to define interfaces of components that enable verifiable composition, re-use, configuration management, and replacement? How to include evolvability and safety aspects and how to characterize performance in a modular way?
  • How to reason about correctness aspects of large complex embedded systems. How to analyze the trade-off between system qualities early in the design process?
  • How do model-based verification techniques relate to model-based testing? What is the relation between the models that are suitable for these techniques? Does the verification reduce the testing effort? Can the testing results improve the scalability of the model checking techniques?
Coorperation Partner

SERG/TU Delft, Embedded Systems Institute (ESI), Philips Healthcare (iXR R&D), the University of Twente (DACS and DE), and the Eindhoven University of Technology (DAS)

ReSOS: Re-engineering Service-Oriented Systems

Project Leadership

Univ.-Prof. Dipl.-Ing. Dr. Martin Pinzger

Project Staff

Martin Pinzger, Arie van Deursen, Daniele Romano, Joost Visser, Eric Bouwers, Joost Koedijk, Yaroslav Usenko, Erwin Reinhoud

Duration

November 2010 - 2014

Funding

NWO Jacquard

In recent years, companies and government organizations have installed Software as a Service (SaaS) and Service-Oriented Systems (SOS). While services are in place and run, companies face a number of problems, basically, due to continuing growth and increasing complexity of their systems. The ReSOS project tackles these problems by means of detecting and re-engineering shortcomings in the design and implementation of service-oriented systems.
In particular, we will investigate:

  • Meta-models and reverse engineering techniques for service-oriented systems
  • SOS specific quality attributes and metrics
  • SOS anti-pattern detection strategies
  • (Semi-)automated re-factoring techniques to resolve SOS anti-patterns
Coorperation Partner

TU Delft, Software Improvement Group, and KPMG CT IT

A complete list of research projects can be found at the Research Information System of the Alpen-Adria-Universität.

  • Department of Informatics Systems
    • Contact
    • Team
    • Information and Communication Systems
      • News
      • Team ICS
        • Eder Johann
        • Hollauf Franziska
        • Köpke Julius
        • Lubas Josef
      • Alumni
      • Publications
      • Research
        • Current Projects
        • Previous Projects
      • Teaching / Theses
        • Master Theses
        • PhD Theses
    • Interactive Systems
      • Research
      • Team IAS
      • Teaching
        • Bachelor Spezialisierung IAS
        • Master's Specialization HCI
    • Software Engineering
      • News
      • Team SERG
        • Pinzger Martin
        • Macho Christian
        • Glock Johann
        • Lercher Alexander
        • Stengg Katharina
      • Publications
      • Research
        • Projects
        • Tools
      • Teaching
        • Master Theses
        • Student Projects
    • Teaching
      • Softwarepraktika
      • Internship
      • Master Theses
      • Tools
    • News
    • Jobs

Quicklinks

  • Webmail
  • University bulletin
  • Library
  • Bulletin Board
  • Staff Search
  • Campus Map
  • IT Services (ZID)
  • USI
  • OEH Klagenfurt
  • Index A-Z

Portals

  • Campus System
  • Student Cockpit
  • Staff Portal
  • Moodle
  • Facebook
  • Bluesky
  • LinkedIn
  • Youtube
  • Instagram
  • TikTok
Siegel der Alpen-Adria-Universität Klagenfurt

Information for

  • Pupils
  • Alumni & Career
  • Prospective Students
  • Continuing Education
  • Researchers
  • Students
  • Staff
  • Teaching Staff
  • Partners & Sponsors
  • International

Address

University of Klagenfurt
Universitätsstraße 65-67
9020 Klagenfurt am Wörthersee
Austria

+43 463 2700
uni [at] aau [dot] at
www.aau.at
Campus Plan

Gütesiegel evalagZertifikat 2024: Vielfalt gestalten. Diversity Audit des StifterverbandsGütesiegel Betriebliche GesundheitsförderungEMAS SiegelSatisfaction Award 2023Satisfaction Award 2021Gütezeichen hochschuleundfamilieGütezeichen EqualitaAACSB accredited

© University of Klagenfurt
  • Legal notice
  • Privacy policy
  • Responsible disclosure
  • Whistleblowing
  • Accessibility
  • Web team

Your privacy is important to us!


This website uses cookies to ensure the basic functionality of our website. We also use Cookies cookies to optimally redesign our website and to improve it continuously for you. For this purpose, it is necessary to pass on information to the respective service providers. By clicking on the "Accept all cookies" button, you agree to the use of cookies.
You can subsequently modify your preferred settings at any time under "Manage settings".
For further information on the cookies used, please refer to our privacy policy.

Manage settingsAccept all cookies

Cookie and Privacy Settings



How we use cookies
Essential Cookies & Cookie Notice
Google Tag Manager
Different external services
Privacy policy
How we use cookies

We use cookies to optimally redesign our website and to improve it continuously for you.
Click on the different category headings to view further information and to change the default settings.
Please note that refusing some cookies may affect the way our website works. Web pages may not be displayed correctly and may not function properly.

Reference to processing of your data collected on this website in countries without an adequate level of data protection:

By clicking on "Accept all cookies", you also consent to your data being processed by Google, Facebook, LinkedIn, Twitter and YouTube, including the USA in accordance with Art. 49 (1) sentence 1 lit. a DSGVO.
The European Court of Justice considers the USA to be a country with an insufficient level of data protection according to EU standards.

Essential Cookies & Cookie Notice

Essential cookies

These cookies are strictly necessary for the functioning of the website. Essential cookies enable basic functions and are necessary for the proper functioning of the website. You can set your browser to block these cookies or to notify you about these cookies. However, some parts of the website may not work as expected.
These cookies do not store any personal data.


Hiding the cookie notice

Two cookies are required for this setting to be saved. Otherwise this hint will be displayed again every time the page is loaded.

Google Tag Manager

We use tracking and analysis tools to ensure continuous optimisation and needs-based design of our website. Tracking measures also enable us to record statistics regarding the use of our website by visitors and to develop our website further on the basis of these findings.
If you do not want Google and Facebook to track your use of our website and transmit your visits, you can disable tracking in your browser here:

Different external services

We also use different external services including Google Webfonts, Google Maps, and external video providers.
Since these providers may collect personal data such as your IP address we allow you to block them here.
Please be aware that this might significantly limit the functionality and appearance of our site. Changes will take effect once you reload the page.
Google Webfont Settings:

Google Maps Settings:

Google reCaptcha Settings:

Vimeo and Youtube video embeds:

Privacy policy

For further information on the cookies used, please refer to our

Datenschutzerklärungen der Universität Klagenfurt
Save and accept selectionCancel
Open Message Bar
Scroll to top