COSTA: COSt and Termination Analyzer for Java Bytecode
    
    package pubs;

abstract class LinkedList {
    abstract LinkedList copy();
  
}