File tree Expand file tree Collapse file tree 4 files changed +21
-23
lines changed
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests Expand file tree Collapse file tree 4 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1- package org .eclipse .ui .tests ;
2-
3- import org .eclipse .ui .views .markers .MarkerSupportView ;
4-
51/*******************************************************************************
62 * Copyright (c) 2022 Enda O'Brien and others.
73 *
139 *
1410 * Contributors: IBM Corporation - initial API and implementation
1511 *******************************************************************************/
12+ package org .eclipse .ui .tests ;
13+
14+ import org .eclipse .ui .views .markers .MarkerSupportView ;
1615
1716public class SubTypeOnlyTestView extends MarkerSupportView {
1817 public static final String ID = "org.eclipse.ui.tests.subTypeOnlyTestView" ;
Original file line number Diff line number Diff line change 1- package org .eclipse .ui .tests ;
2-
3- import org .eclipse .ui .views .markers .MarkerSupportView ;
4-
51/*******************************************************************************
62 * Copyright (c) 2022 Enda O'Brien and others.
73 *
139 *
1410 * Contributors: IBM Corporation - initial API and implementation
1511 *******************************************************************************/
12+ package org .eclipse .ui .tests ;
13+
14+ import org .eclipse .ui .views .markers .MarkerSupportView ;
1615
1716public class TypeAndSubTypeTestView extends MarkerSupportView {
1817 public static final String ID = "org.eclipse.ui.tests.typeAndSubTypeTestView" ;
Original file line number Diff line number Diff line change 1- package org .eclipse .ui .tests ;
2-
3- import org .eclipse .ui .views .markers .MarkerSupportView ;
4-
51/*******************************************************************************
62 * Copyright (c) 2022 Enda O'Brien and others.
73 *
139 *
1410 * Contributors: IBM Corporation - initial API and implementation
1511 *******************************************************************************/
12+ package org .eclipse .ui .tests ;
13+
14+ import org .eclipse .ui .views .markers .MarkerSupportView ;
1615
1716public class TypeOnlyTestView extends MarkerSupportView {
1817
Original file line number Diff line number Diff line change 1+ /*******************************************************************************
2+ * Copyright (c) 2022 Enda O'Brien and others.
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the Eclipse Public License 2.0 which accompanies this distribution,
6+ * and is available at https://www.eclipse.org/legal/epl-2.0/
7+ *
8+ * SPDX-License-Identifier: EPL-2.0
9+ *
10+ * Contributors: IBM Corporation - initial API and implementation
11+ *******************************************************************************/
12+
113package org .eclipse .ui .tests .markers ;
214
315import static org .junit .Assert .assertEquals ;
2133import org .eclipse .ui .views .markers .internal .MarkerTypesModel ;
2234import org .junit .Test ;
2335
24- /*******************************************************************************
25- * Copyright (c) 2022 Enda O'Brien and others.
26- *
27- * This program and the accompanying materials are made available under the
28- * terms of the Eclipse Public License 2.0 which accompanies this distribution,
29- * and is available at https://www.eclipse.org/legal/epl-2.0/
30- *
31- * SPDX-License-Identifier: EPL-2.0
32- *
33- * Contributors: IBM Corporation - initial API and implementation
34- *******************************************************************************/
3536public class MarkerTypeTests {
3637
3738 static final String PROBLEM_MARKER = "org.eclipse.core.resources.problemmarker" ;
You can’t perform that action at this time.
0 commit comments