|
For Full-Text PDF, please login, if you are a member of IEICE,
or go to Pay Per View on menu list, if you are a nonmember of IEICE.
|
Method Verb Recommendation Using Association Rule Mining in a Set of Existing Projects
Yuki KASHIWABARA Takashi ISHIO Hideaki HATA Katsuro INOUE
Publication
IEICE TRANSACTIONS on Information and Systems
Vol.E98-D
No.3
pp.627-636 Publication Date: 2015/03/01 Publicized: 2014/12/16 Online ISSN: 1745-1361
DOI: 10.1587/transinf.2014EDP7276 Type of Manuscript: PAPER Category: Software Engineering Keyword: software readability, recommendation, method name, association rule,
Full Text: PDF(844.8KB)>>
Summary:
It is well-known that program readability is important for maintenance tasks. Method names are important identifiers for program readability because they are used for understanding the behavior of methods without reading a part of the program. Although developers can create a method name by arbitrarily choosing a verb and objects, the names are expected to represent the behavior consistently. However, it is not easy for developers to choose verbs and objects consistently since each developer may have a different notion of a suitable lexicon for method names. In this paper, we propose a technique to recommend candidate verbs for a method name so that developers can use various verbs consistently. We recommend candidate verbs likely to be used as a part of a method name, using association rules extracted from existing methods. To evaluate our technique, we have extracted rules from 445 open source projects written in Java and confirmed the accuracy of our approach by applying the extracted rules to several open source applications. As a result, we found that 84.9% of the considered methods in four projects are recommended the existing verb. Moreover, we found that 73.2% of the actual renamed methods in six projects are recommended the correct verb.
|
|