Refactoring Java']Java Generics by Inferring Wildcards, In Practice

被引:0
|
作者
Altidor, John [1 ]
Smaragdakis, Yannis [2 ]
机构
[1] Univ Massachusetts, Amherst, MA 01003 USA
[2] Univ Athens, GR-10679 Athens, Greece
基金
欧洲研究理事会;
关键词
variance; definition-site variance; use-site variance; wildcards; generics; polymorphism; refactoring;
D O I
10.1145/2714064.2660203
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Wildcard annotations can improve the generality of Java generic libraries, but require heavy manual effort. We present an algorithm for refactoring and inferring more general type instantiations of Java generics using wildcards. Compared to past approaches, our work is practical and immediately applicable: we assume no changes to the Java type system, while taking into account all its intricacies. Our system allows users to select declarations (variables, method parameters, return types, etc.) to generalize and considers declarations not declared in available source code. It then performs an inter-procedural flow analysis and a method body analysis, in order to generalize type signatures. We evaluate our technique on six Java generic libraries. We find that 34% of available declarations of variant type signatures can be generalized-i.e., relaxed with more general wildcard types. On average, 146 other declarations need to be updated when a declaration is generalized, showing that this refactoring would be too tedious and error-prone to perform manually.
引用
收藏
页码:271 / 290
页数:20
相关论文
共 50 条
  • [1] Refactoring generics in JAVA']JAVA: a case study on Extract Method
    Marticorena, Raul
    Lopez, Carlos
    Crespo, Yania
    Javier Perez, F.
    [J]. 14TH EUROPEAN CONFERENCE ON SOFTWARE MAINTENANCE AND REENGINEERING (CSMR 2010), 2010, : 212 - 221
  • [2] On the reification of Java']Java wildcards
    Cimadamore, Maurizio
    Viroli, Mirko
    [J]. SCIENCE OF COMPUTER PROGRAMMING, 2008, 73 (2-3) : 59 - 75
  • [3] A model for Java']Java with wildcards
    Cameron, Nicholas
    Drossopoulou, Sophia
    Ernst, Erik
    [J]. ECOOP 2008 - OBJECT-ORIENTED PROGRAMMING, PROCEEDINGS, 2008, 5142 : 2 - +
  • [4] Java']Java Type Unification with Wildcards
    Pluemicke, Martin
    [J]. APPLICATIONS OF DECLARATIVE PROGRAMMING AND KNOWLEDGE MANAGEMENT, 2009, 5437 : 223 - 240
  • [5] On Access Restriction with Java']Java Wildcards
    Viroli, Mirko
    Rimassa, Giovanni
    [J]. JOURNAL OF OBJECT TECHNOLOGY, 2005, 4 (10):
  • [6] Instantiation of Java']Java Generics
    Soha, Peter
    Pataki, Norbert
    [J]. ACTA CYBERNETICA, 2022, 25 (04): : 897 - 908
  • [7] Java']Java Generics Are Turing Complete
    Grigore, Radu
    [J]. ACM SIGPLAN NOTICES, 2017, 52 (01) : 73 - 85
  • [8] Adoption and use of Java']Java generics
    Parnin, Chris
    Bird, Christian
    Murphy-Hill, Emerson
    [J]. EMPIRICAL SOFTWARE ENGINEERING, 2013, 18 (06) : 1047 - 1089
  • [9] Verification of Java']Java programs with generics
    Stenzel, Kurt
    Grandy, Holger
    Reif, Wolfgang
    [J]. ALGEBRAIC METHODOLOGY AND SOFTWARE TECHNOLOGY, PROCEEDINGS, 2008, 5140 : 315 - 329
  • [10] Taming Wildcards in Java']Java's Type System
    Tate, Ross
    Leung, Alan
    Lerner, Sorin
    [J]. ACM SIGPLAN NOTICES, 2011, 46 (06) : 614 - 627