RefiNym: using names to refine types
RefiNym: using names to refine types
复制标题
DOI:
10.1145/3236024.3236042
复制
发表时间:
2018-10
期刊:
影响因子:
--
通讯作者:
Santanu Kumar Dash;Miltiadis Allamanis;Earl T. Barr
中科院分区:
文献类型:
--
作者:
Santanu Kumar Dash;Miltiadis Allamanis;Earl T. Barr
Source code is bimodal: it combines a formal, algorithmic channel and a natural language channel of identifiers and comments. In this work, we model the bimodality of code with name flows, an assignment flow graph augmented to track identifier names. Conceptual types are logically distinct types that do not always coincide with program types. Passwords and URLs are example conceptual types that can share the program type string. Our tool, RefiNym, is an unsupervised method that mines a lattice of conceptual types from name flows and reifies them into distinct nominal types. For string, RefiNym finds and splits conceptual types originally merged into a single type, reducing the number of same-type variables per scope from 8.7 to 2.2 while eliminating 21.9% of scopes that have more than one same-type variable in scope. This makes the code more self-documenting and frees the type system to prevent a developer from inadvertently assigning data across conceptual types.