1. What have the authors contributed in "Generics-related refactorings in eclipse" ?
The authors present refactorings that automate the process of migrating pre-generics Java programs to use generics.. The authors will present them during the demonstration.. The authors present two generics-related refactorings for Java, one of which has been recently added to Eclipse 3. 1 [ 2 ] and presented at OOPSLA ’ 04 [ 1 ] and ECOOP ’ 05 [ 3 ].. These refactorings facilitate migration of pre-generic libraries and applications to take advantage of the improved reuse and clarity provided by parametric polymorphism in OO programs.. Copyright is held by the author/owner.. Their approach uses the technique of polymorphic type inference based on type constraints [ 4, 3 ].. Their demonstration includes the following refactorings: Infer Type Arguments: addresses the instantiation problem.. This refactoring is based on the research prototype described in [ 3 ] and is included in the standard distribution of Eclipse 3.
read more