mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
parent
679535f50a
commit
e8ace84413
2 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,6 @@ package org.eclipse.cdt.codan.internal.checkers.ui.quickfix;
|
|||
import org.eclipse.cdt.codan.ui.AbstractCodanCMarkerResolution;
|
||||
|
||||
public class CaseBreakQuickFixBreakTest extends QuickFixTestCase {
|
||||
@SuppressWarnings("restriction")
|
||||
@Override
|
||||
protected AbstractCodanCMarkerResolution createQuickFix() {
|
||||
return new CaseBreakQuickFixBreak();
|
||||
|
|
|
@ -34,9 +34,8 @@ import org.eclipse.ui.IWorkbenchWindow;
|
|||
import org.eclipse.ui.PlatformUI;
|
||||
|
||||
/**
|
||||
* Abstract base class for Quck Fix tests.
|
||||
* Abstract base class for Quick Fix tests.
|
||||
*/
|
||||
@SuppressWarnings("restriction")
|
||||
public abstract class QuickFixTestCase extends CheckerTestCase {
|
||||
AbstractCodanCMarkerResolution quickFix;
|
||||
Display display;
|
||||
|
|
Loading…
Add table
Reference in a new issue