Package ch.uzh.ifi.seal.changedistiller.distilling.refactoring

Examples of ch.uzh.ifi.seal.changedistiller.distilling.refactoring.RefactoringCandidateContainer


        fLeftASTHelper = leftASTHelper;
        fRightASTHelper = rightASTHelper;
        fRefactoringProcessor = refactoringProcessor;
        fDistillerFactory = distillerFactory;
        fChanges = new LinkedList<SourceCodeChange>();
        fRefactoringContainer = new RefactoringCandidateContainer();
    }
View Full Code Here


        fLeftASTHelper = leftASTHelper;
        fRightASTHelper = rightASTHelper;
        fRefactoringProcessor = refactoringProcessor;
        fDistillerFactory = distillerFactory;
        fChanges = new LinkedList<SourceCodeChange>();
        fRefactoringContainer = new RefactoringCandidateContainer();
        fVersion = version;
    }
View Full Code Here

TOP

Related Classes of ch.uzh.ifi.seal.changedistiller.distilling.refactoring.RefactoringCandidateContainer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.