Pith. sign in

REVIEW 1 cited by

Automated Variable Renaming: Are We There Yet?

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2212.05738 v1 pith:5Z7TTLGV submitted 2022-12-12 cs.SE

classification cs.SE
keywords identifierstechniquesvariableapproachesbeencodemeaningfulmodels
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Identifiers, such as method and variable names, form a large portion of source code. Therefore, low-quality identifiers can substantially hinder code comprehension. To support developers in using meaningful identifiers, several (semi-)automatic techniques have been proposed, mostly being data-driven (e.g. statistical language models, deep learning models) or relying on static code analysis. Still, limited empirical investigations have been performed on the effectiveness of such techniques for recommending developers with meaningful identifiers, possibly resulting in rename refactoring operations. We present a large-scale study investigating the potential of data-driven approaches to support automated variable renaming. We experiment with three state-of-the-art techniques: a statistical language model and two DL-based models. The three approaches have been trained and tested on three datasets we built with the goal of evaluating their ability to recommend meaningful variable identifiers. Our quantitative and qualitative analyses show the potential of such techniques that, under specific conditions, can provide valuable recommendations and are ready to be integrated in rename refactoring tools. Nonetheless, our results also highlight limitations of the experimented approaches that call for further research in this field.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Recommending Variable Names for Extract Local Variable Refactorings

    cs.SE 2025-07 conditional novelty 6.0 of 10

    VarNamer recommends variable names for extract local variable refactorings using homogeneous-variable reuse and mined naming rules, improving exact-match precision over Eclipse, IntelliJ, and Incoder.

Pith tools