Search in sources :

Example 1 with RefactoringHistorySerializer

use of org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistorySerializer in project che by eclipse.

the class RefactoringCorePlugin method start.

public void start(BundleContext context) throws Exception {
    super.start(context);
    RefactoringContributionManager.getInstance().connect();
    final RefactoringHistoryService service = RefactoringHistoryService.getInstance();
    service.connect();
    fRefactoringHistoryListener = new RefactoringHistorySerializer();
    service.addHistoryListener(fRefactoringHistoryListener);
}
Also used : RefactoringHistoryService(org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService) RefactoringHistorySerializer(org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistorySerializer)

Aggregations

RefactoringHistorySerializer (org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistorySerializer)1 RefactoringHistoryService (org.eclipse.ltk.internal.core.refactoring.history.RefactoringHistoryService)1