Suchergebnisse - visualization of Java program execution
-
1
Compact visualization of Java program execution
ISSN: 0038-0644, 1097-024XVeröffentlicht: Bognor Regis Wiley Subscription Services, Inc 01.02.2017Veröffentlicht in Software, practice & experience (01.02.2017)“… Summary The context of this work is a practical, open‐source visualization system, called JIVE, that supports two forms of runtime visualizations of Java programs …”
Volltext
Journal Article -
2
Finite‐state model extraction and visualization from Java program execution
ISSN: 0038-0644, 1097-024XVeröffentlicht: Bognor Regis Wiley Subscription Services, Inc 01.02.2021Veröffentlicht in Software, practice & experience (01.02.2021)“… In this article, we use the term model extraction to refer to the construction of a finite‐state model from an execution trace of a Java program and a set of key attributes, that is, a subset of the fields of the objects in the program execution …”
Volltext
Journal Article -
3
Exploration of Compact Sequence Diagram Using Hyperlink
Veröffentlicht: IEEE 01.08.2018Veröffentlicht in 2018 Fourth International Conference on Computing Communication Control and Automation (ICCUBEA) (01.08.2018)“… This is achieved only by a tool called JIVE. It provides the visualization of any big program in a most understandable and simple way for any program execution …”
Volltext
Tagungsbericht -
4
Decoding Parallel Program Execution by using Java Interactive Visualization Environment (JIVE): Behavioral and Performance Analysis
Veröffentlicht: IEEE 01.03.2019Veröffentlicht in 2019 3rd International Conference on Computing Methodologies and Communication (ICCMC) (01.03.2019)“… We study both these aspects in the context of fork/join, the parallel programming framework supported by Java and Java Interactive Visualization Environment (JIVE …”
Volltext
Tagungsbericht -
5
Visualization of Distributed Program Execution
Veröffentlicht: IEEE 06.07.2021Veröffentlicht in 2021 12th International Conference on Computing Communication and Networking Technologies (ICCCNT) (06.07.2021)“… The context of work is the Java Interactive Visualization Environment, a state-of-the-art debugging, analysis, and visualization tool for Java programs …”
Volltext
Tagungsbericht -
6
Effectiveness of Performance Visualizations for Declarative Model Transformations
ISBN: 9798331528485ISSN: 2832-6555, 2832-6555Veröffentlicht: IEEE 06.10.2024Veröffentlicht in Proceedings of VISSOFT (Online) (06.10.2024)“… Several profilers for general-purpose languages like Java offer visualizations to support users in understanding the execution of a program and identifying the causes of a performance issue …”
Volltext
Tagungsbericht -
7
Visualizing trace of Java collection APIs by dynamic bytecode instrumentation
ISSN: 1045-926X, 1095-8533Veröffentlicht: Elsevier Ltd 01.12.2017Veröffentlicht in Journal of visual languages and computing (01.12.2017)“… This work presents a novel interactive visualization tool for collection framework usage, in a Java program, based on hierarchical …”
Volltext
Journal Article -
8
Control and Data Flow Execution of Java Programs
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 27.07.2017Veröffentlicht in arXiv.org (27.07.2017)“… it. We provide model and structure for Java programs to understand the control and data flow analysis of execution …”
Volltext
Paper -
9
Visual exploration of visual parser execution
ISSN: 1380-7501, 1573-7721Veröffentlicht: New York Springer US 01.01.2022Veröffentlicht in Multimedia tools and applications (01.01.2022)“… In this paper, we present ParVis , an interactive visual system for the animated visualization of logged parser trace executions …”
Volltext
Journal Article -
10
CrossCode: Multi-level Visualization of Program Execution
ISSN: 2331-8422Veröffentlicht: Ithaca Cornell University Library, arXiv.org 12.06.2023Veröffentlicht in arXiv.org (12.06.2023)“… Based on results from a formative study of hand-designed program visualizations, we designed CrossCode, a web-based program visualization system for JavaScript that leverages structural cues …”
Volltext
Paper -
11
Enhancing object-oriented programming education using static and dynamic visualization
ISBN: 9781479984541, 147998454XVeröffentlicht: IEEE 01.10.2015Veröffentlicht in Frontiers in Education 2015 : launching a new vision in engineering education : proceedings : October 21-24, 2015, Camino Real Hotel & Conference Center, El Paso, Texas (01.10.2015)“… To help student programmers better understand the structure of a program and the concepts of Object-Oriented design, visualizations in various formats have been applied to programming environments …”
Volltext
Tagungsbericht Journal Article -
12
Introspector: A general-purpose tool for visualizing and comparing runtime object structures on the Java platform
ISSN: 2352-7110, 2352-7110Veröffentlicht: Elsevier B.V 01.09.2025Veröffentlicht in SoftwareX (01.09.2025)“… compiled to the Java platform. Unlike existing tools, Introspector does not require source code access, supports real-time visualization, and enables automated structural comparisons of object graphs at different …”
Volltext
Journal Article -
13
Real-Time Software Execution Visualization: Design and Implementation
ISBN: 9798534649222Veröffentlicht: ProQuest Dissertations & Theses 01.01.2021“… It is even harder for developers to match the feature and the underlying source code. This work presents a visualization that includes a Seesoft view of the overall source code and a dynamic live execution view of the run …”
Volltext
Dissertation -
14
Near-Omniscient Debugging for Java Using Size-Limited Execution Trace
ISSN: 2576-3148Veröffentlicht: IEEE 01.09.2019Veröffentlicht in Proceedings - Conference on Software Maintenance (1987) (01.09.2019)“… Our tool monitors a Java program's execution and annotates source code with observed values in an HTML format …”
Volltext
Tagungsbericht -
15
LLM Based Input Space Partitioning Testing for Library APIs
ISSN: 1558-1225Veröffentlicht: IEEE 26.04.2025Veröffentlicht in Proceedings / International Conference on Software Engineering (26.04.2025)“… , tending to generate invalid inputs. Symbolic execution based approaches can effectively identify such relations, but fail to scale to large programs …”
Volltext
Tagungsbericht -
16
DrAsync: Identifying and Visualizing Anti-Patterns in Asynchronous JavaScript
ISSN: 1558-1225Veröffentlicht: ACM 01.05.2022Veröffentlicht in 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) (01.05.2022)“… Promises and async/await have become popular mechanisms for implementing asynchronous computations in JavaScript, but despite their popularity, programmers have difficulty using …”
Volltext
Tagungsbericht -
17
Concept-Driven Generation of Intuitive Explanations of Program Execution for a Visual Tutor
Veröffentlicht: IEEE 01.09.2017Veröffentlicht in VISSOFT 2017 : proceedings 2017 IEEE Working Conference on Software Visualization : 18-19 September 2017, Shanghai, China (01.09.2017)“… There are tools that explain/visualize the execution by stepping through the code. However, such tools suffer from two types of problems …”
Volltext
Tagungsbericht -
18
Execution Trace Abstraction Based on Meta Patterns Usage
ISBN: 9781467345361, 1467345369ISSN: 1095-1350Veröffentlicht: IEEE 01.10.2012Veröffentlicht in 2012 19th Working Conference on Reverse Engineering (01.10.2012)“… Visualizing object interactions in an execution trace with a sequence diagram is a promising technique for helping developers to comprehend effectively the behavior of an object-oriented system …”
Volltext
Tagungsbericht -
19
Visualizing Execution Phases Using Flame Graph
ISBN: 9798522971823Veröffentlicht: ProQuest Dissertations & Theses 01.01.2021“… This paper presents a new approach for processing and visualizing program execution trace to speed up the understanding process, making profilers' output more intuitive to users …”
Volltext
Dissertation -
20
Integrating tsunami simulations in web applications using BROWNI, an open source client-side GPU-powered tsunami simulation library
ISSN: 0098-3004, 1873-7803Veröffentlicht: Elsevier Ltd 01.02.2022Veröffentlicht in Computers & geosciences (01.02.2022)“… Here we present a Javascript library to enable a web browser to facilitate gathering and analyzing data from tsunami simulations, by means of interactive and efficient visualizations …”
Volltext
Journal Article

