Package de.fu_berlin.inf.dpp.activities.business

Examples of de.fu_berlin.inf.dpp.activities.business.VCSActivity.includes()


                continue;
            // Iterate in reverse order so that we can safely remove items.
            for (int j = result.size() - 1; j > i; j--) {
                IResourceActivity otherActivity = result.get(j);
                if (result.contains(otherActivity)
                    && vcsActivity.includes(otherActivity)) {
                    if (!(otherActivity instanceof VCSActivity)) {
                        vcsActivity.containedActivity.add(0, otherActivity);
                    }
                    SharedResourcesManager.log
                        .debug("Ignoring redundant activity " + otherActivity);
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.