blob: 89ba78edf1680f81e4fbba669a419491af84d228 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2007 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.pldt.mpi.analysis.view;
//import org.eclipse.ptp.pldt.common.views.SimpleTreeTableMarkerView;
import org.eclipse.ptp.pldt.mpi.analysis.Activator;
import org.eclipse.ptp.pldt.mpi.analysis.IDs;
//public class MPIErrorView extends SimpleTreeTableErrorView {
/**
* View to show list of barrier errors [new view architecture]
*
* TODO: try to replace with view class from 'common' package
*/
public class MPIErrorView extends SimpleTreeTableMarkerView {
public MPIErrorView() {
super(Activator.getDefault(), "FunctionName", "Matching Set Artifacts", "IndexNum",
IDs.errorMarkerID/* common needs:, IDs.parentIDAttr*/);
}
}