Auflistung nach Schlagwort "software visualization"
1 - 4 von 4
Treffer pro Seite
Sortieroptionen
- KonferenzbeitragCollaborative software visualization with SEE(Softwaretechnik-Trends Band 43, Heft 2, 2023) Behnke, William; Kuß, Hannes LennartSEE is a software engineering tool for visualizing software metrics based on the code-cities metaphor. It assists distributed teams in analyzing software collaboratively by offering multi-user functionality (including a voice chat), that allows team members to communicate naturally while investigating software. The tool utilizes graphs supplied in the Graph eXchange Language (GXL) format to represent software data, and allows users—among other things—to compare the current architecture with the original plan and to track changes of a software over time. One of our long-term goals is to enhance communication and collaboration among team members, to bridge spatial gaps, and to facilitate the understanding of software in (spatially separated) teams.
- KonferenzbeitragDarstellung eines Softwaresystems in virtueller Realität(Mensch und Computer 2019 - Tagungsband, 2019) Heidrich, David; Schreiber, AndreasIslandViz ist eine Software-Visualisierung, welche die Architektur OSGi-basierter Softwaresysteme in virtueller Realität darstellt. Mit Hilfe einer Insel-Metapher wird jedes Modul als eigenständige Insel darstellt. Das resultierende Inselsystem wird auf einem virtuellen Tisch angezeigt auf dem die Nutzer mit der Visualisierung interagieren und das Inselsystem erforschen können. IslandViz ermöglicht es den Anwendern, sich einen ersten Überblick über die Komplexität eines Softwaresystems zu verschaffen, indem sie die Module und deren Abhängigkeiten untereinander interaktiv untersuchen.
- ZeitschriftenartikelUsing Mountain Visualizations for Orientation in Source Code(Softwaretechnik-Trends: Vol. 33, No. 2, 2013) Nonnen, JanJan Nonnen University of Bonn Computer Science III Bonn, Germany nonnen@cs.uni-bonn.de Abstract
- KonferenzbeitragVisualization of Evolving Architecture Smells(Softwaretechnik-Trends Band 44, Heft 2, 2024) Schulze, Sandro; Prlja, ArminArchitecture Smells (AS) have gained importance in recent past as indicator of bad practices related to the design of software systems. While AS and their symptoms show up on a rather abstract level compared to code smells, both share the characteristic that they evolve over time. This, in turn, may lead to even more severe smells that manifest themselves in the system. However, understanding the evolution of AS and when or how such smells tend to degrade in an undesirable way is not trivial given just tons of data from an analysis tool. In this paper, we introduce a visualization based on network graphs that support developers in understanding the evolution of three common architecture smells: cyclic dependencies, hub-like dependencies, and unstable dependencies. We also discuss scenarios when this is beneficial and what are current limitations of our visualization.