The Research Group is Moving!

During winter term 2021/22, we move to University of Bamberg. From Oct. 15, 2021, Fabian Beck holds a full professor position on Information Visualization.

New webpage of the research group: https://www.uni-bamberg.de/vis

Publications

Publications of the research group since 2016. For earlier publications, please visit Fabian Beck's Google Scholar or DBLP profile.

Visually Analyzing the Structure and Code Quality of Component-based Web Applications

Type of Publication: Article in Collected Edition

Visually Analyzing the Structure and Code Quality of Component-based Web Applications

Author(s):
Tarner, Hagen; Bongard, Daniel Van Den; Beck, Fabian
Title of Anthology:
Working Conference on Software Visualization (VISSOFT)
Location(s):
Luxembourg (virtual)
Publication Date:
2021
Digital Object Identifier (DOI):
doi:10.1109/VISSOFT52517.2021.00031
Fulltext:
Visually Analyzing the Structure and Code Quality of Component-based Web Applications (334 KB)
Citation:
Download BibTeX

Abstract

Monitoring code quality and dependencies is an important task to keep software maintainable. While generally well researched, only little work on visually analyzing code quality of component-based front-end web applications exists that considers the specifics of such software systems. We propose an approach to visualize dependencies and code quality metrics of component-based JavaScript React applications. Our prototype implementation uses a node-link diagram for dependency visualization, tailored to the specific component structure of React applications and enriched with various visual cues. It is linked with different panels to show code quality and exact source code locations. Recommendations on how the quality of the system under analysis can be improved and refactored are provided. We evaluated our prototype in a small user study with four participants and found that it helped in program comprehension tasks and finding refactoring opportunities.