Contribute to ML4Code

Mercem: Method Name Recommendation Based on Call Graph Embedding

Hiroshi Yonai, Yasuhiro Hayase, Hiroyuki Kitagawa. 2019

[ArXiV]    
naming representation refactoring

Comprehensibility of source code is strongly affected by identifier names, therefore software developers need to give good (e.g. meaningful but short) names to identifiers. On the other hand, giving a good name is sometimes a difficult and time-consuming task even for experienced developers. To support naming identifiers, several techniques for recommending identifier name candidates have been proposed. These techniques, however, still have challenges on the goodness of suggested candidates and limitations on applicable situations. This paper proposes a new approach to recommending method names by applying graph embedding techniques to the method call graph. The evaluation experiment confirms that the proposed technique can suggest more appropriate method name candidates in difficult situations than the state of the art approach.

Similar Work