We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.SE

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Software Engineering

Title: How to Identify Class Comment Types? A Multi-language Approach for Class Comment Classification

Abstract: Most software maintenance and evolution tasks require developers to understand the source code of their software systems. Software developers usually inspect class comments to gain knowledge about program behavior, regardless of the programming language they are using. Unfortunately, (i) different programming languages present language-specific code commenting notations/guidelines; and (ii) the source code of software projects often lacks comments that adequately describe the class behavior, which complicates program comprehension and evolution activities.
To handle these challenges, this paper investigates the different language-specific class commenting practices of three programming languages: Python, Java, and Smalltalk. In particular, we systematically analyze the similarities and differences of the information types found in class comments of projects developed in these languages.
We propose an approach that leverages two techniques, namely Natural Language Processing and Text Analysis, to automatically identify various types of information from class comments i.e., the specific types of semantic information found in class comments. To the best of our knowledge, no previous work has provided a comprehensive taxonomy of class comment types for these three programming languages with the help of a common automated approach. Our results confirm that our approach can classify frequent class comment information types with high accuracy for Python, Java, and Smalltalk programming languages. We believe this work can help to monitor and assess the quality and evolution of code comments in different program languages, and thus support maintenance and evolution tasks.
Comments: 25 pages, 10 figures, 8 tables
Subjects: Software Engineering (cs.SE); Programming Languages (cs.PL)
DOI: 10.1016/j.jss.2021.111047
Cite as: arXiv:2107.04521 [cs.SE]
  (or arXiv:2107.04521v2 [cs.SE] for this version)

Submission history

From: Pooja Rani [view email]
[v1] Fri, 9 Jul 2021 16:12:39 GMT (2224kb,D)
[v2] Sun, 25 Jul 2021 11:56:10 GMT (2188kb,D)

Link back to: arXiv, form interface, contact.