Package org.erlide.cover.views.model

Examples of org.erlide.cover.views.model.StatsTreeModel.clear()


    @Override
    public synchronized void startCover(final Collection<String> nodes)
            throws CoverException {

        final StatsTreeModel model = StatsTreeModel.getInstance();
        model.clear();
        if (CoverBackend.getInstance().getAnnotationMaker() != null) {
            CoverBackend.getInstance().getAnnotationMaker().clearAllAnnotations();
        }

        for (final ICoverObserver obs : CoverBackend.getInstance().getListeners()) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.