학술논문

Mining Java class identifier naming conventions
Document Type
Conference
Author
Source
2012 34th International Conference on Software Engineering (ICSE) Software Engineering (ICSE), 2012 34th International Conference on. :1641-1643 Jun, 2012
Subject
Computing and Processing
Communication, Networking and Broadcast Technologies
Java
Software maintenance
Accuracy
Educational institutions
Programming
Speech
identifier names
inheritance
source code
Language
ISSN
0270-5257
1558-1225
Abstract
Classes represent key elements of knowledge in object-orientated source code. Class identifier names describe the knowledge recorded in the class and, much of the time, record some detail of the lineage of the class. We investigate the structure of Java class names identifying common patterns of naming and the way components of class identifier names are repeated in inheritance hierarchies. Detailed knowledge of class identifier name structures can be used to improve the accuracy of concept location tools, to support reverse engineering of domain models and requirements traceability, and to support development teams through class identifier naming recommendation systems.