代码搜索:refactor

找到约 282 项符合「refactor」的源代码

代码结果 282
www.eeworm.com/read/404039/2307770

java trashvisitor.java

//: refactor:trashvisitor:TrashVisitor.java // The "visitor" pattern with VisitableDecorators. package refactor.trashvisitor; import refactor.trash.*; import java.util.*; import junit.framework.
www.eeworm.com/read/393726/2464921

java typedbin.java

//: refactor:doubledispatch:TypedBin.java // A container for the second dispatch. package refactor.doubledispatch; import refactor.trash.*; import java.util.*; public abstract class TypedBin {
www.eeworm.com/read/393726/2464932

java visitor.java

//: refactor:trashvisitor:Visitor.java // The base interface for visitors. package refactor.trashvisitor; import refactor.trash.*; interface Visitor { void visit(Aluminum a); void visit(Pa
www.eeworm.com/read/393726/2464934

java trashvisitor.java

//: refactor:trashvisitor:TrashVisitor.java // The "visitor" pattern with VisitableDecorators. package refactor.trashvisitor; import refactor.trash.*; import java.util.*; import junit.framework.
www.eeworm.com/read/266192/11236983

java trashvisitor.java

//: refactor:trashvisitor:TrashVisitor.java // The "visitor" pattern with VisitableDecorators. package refactor.trashvisitor; import refactor.trash.*; import java.util.*; import junit.framework.
www.eeworm.com/read/124166/14592165

java doubledispatch.java

//: refactor:doubledispatch:DoubleDispatch.java // Using multiple dispatching to handle more // than one unknown type during a method call. package refactor.doubledispatch; import refactor.trash.*
www.eeworm.com/read/404039/2307756

java doubledispatch.java

//: refactor:doubledispatch:DoubleDispatch.java // Using multiple dispatching to handle more // than one unknown type during a method call. package refactor.doubledispatch; import refactor.trash.*
www.eeworm.com/read/393726/2464920

java doubledispatch.java

//: refactor:doubledispatch:DoubleDispatch.java // Using multiple dispatching to handle more // than one unknown type during a method call. package refactor.doubledispatch; import refactor.trash.*
www.eeworm.com/read/266192/11236957

java doubledispatch.java

//: refactor:doubledispatch:DoubleDispatch.java // Using multiple dispatching to handle more // than one unknown type during a method call. package refactor.doubledispatch; import refactor.trash.*
www.eeworm.com/read/124166/14592173

java recycleb.java

//: refactor:recycleb:RecycleB.java // Containers that grab objects of interest. package refactor.recycleb; import refactor.trash.*; import java.util.*; import junit.framework.*; // A containe