Sciweavers

282 search results - page 1 / 57
» Converting java programs to use generic libraries
Sort
View
OOPSLA
2004
Springer
13 years 9 months ago
Converting java programs to use generic libraries
Alan Donovan, Adam Kiezun, Matthew S. Tschantz, Mi...
OOPSLA
2004
Springer
13 years 9 months ago
Converting Java classes to use generics
Generics offer significant software engineering benefits since they provide code reuse without compromising type safety. Thus generics will be added to the Java language in the...
Daniel von Dincklage, Amer Diwan
ECOOP
2005
Springer
13 years 10 months ago
Efficiently Refactoring Java Applications to Use Generic Libraries
Robert M. Fuhrer, Frank Tip, Adam Kiezun, Julian D...
SEKE
2005
Springer
13 years 9 months ago
An Empirical Study on Limits of Clone Unification Using Generics
Generics (templates) attempt to unify similar program structures to avoid redundancy. How well do generics serve this purpose in practice? We try to answer this question through e...
Hamid Abdul Basit, Damith C. Rajapakse, Stan Jarza...
ICSE
2009
IEEE-ACM
14 years 5 months ago
Refactoring sequential Java code for concurrency via concurrent libraries
Parallelizing existing sequential programs to run efficiently on multicores is hard. The Java 5 package java.util.concurrent (j.u.c.) supports writing concurrent programs: much of...
Danny Dig, John Marrero, Michael D. Ernst