PLSEJun 9, 2014

ClassSpy: Java Object Pattern Visualization Tool

arXiv:1406.2099v1
Originality Synthesis-oriented
AI Analysis

This is an incremental tool for Java software developers to manage and analyze object instantiation patterns more efficiently.

The paper tackles the challenge of visualizing large numbers of Java objects created during program execution to aid developers in understanding and optimizing code, presenting a space-efficient and scalable visualization tool that allows sorting at class, thread, and method levels.

Modern java programs consist of large number of classes as well as vast amount of objects instantiated during program execution. Software developers are always keen to know the number of objects created for each class. This information is helpful for a developer in understanding the packages/classes of a program and optimizing their code. However, understanding such a vast amount of information is not a trivial task. Visualization helps to depict this information on a single screen and to comprehend it efficiently. This paper presents a visualization approach that depicts information about all the objects instantiated during the program execution. The proposed technique is more space efficient and scalable to handle vast datasets, at the same time helpful to identify the key program components. This easy to use interface provides user an environment to glimpse the entire objects on a single screen. The proposed approach allows sorting objects at class, thread and method levels. Effectiveness and usability of the proposed approach is shown through case studies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes