SESep 30, 2021

Tag Clouds for Software Documents Visualization

arXiv:2109.15162v17 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for software developers needing better visualization of software documentation.

The paper tackled the problem of visualizing legacy software documents by proposing a method to create tag clouds from JavaDoc, with results showing the most common and uncommon tags in a case study on NanoXML.

Legacy software documents are hard to understand and visualize. The tag cloud technique helps software developers to visualize the contents of software documents. A tag cloud is a well-known and simple visualization technique. This paper proposes a new method to visualize software documents, using a tag cloud. In this paper, tags visualize in the cloud based on their frequency in an alphabetical order. The most important tags are displayed with a larger font size. The originality of this method is that it visualizes the contents of JavaDoc as a tag cloud. To validate the JavaDocCloud method, it was applied to NanoXML case study, the results of these experiments display the most common and uncommon tags used in the software documents.

Foundations

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

Your Notes