1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00

Remove unneeded nls suppress warnings.

Change-Id: Ic23ff80620cc2a012bbcf77f395e803f019e1bed
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2018-12-21 20:42:54 +02:00
parent 43f040db9e
commit e4f9a90fb9
7 changed files with 1 additions and 7 deletions

View file

@ -34,7 +34,6 @@ import org.junit.FixMethodOrder;
import org.junit.Test; import org.junit.Test;
import org.junit.runners.MethodSorters; import org.junit.runners.MethodSorters;
@SuppressWarnings("nls")
@FixMethodOrder(MethodSorters.JVM) @FixMethodOrder(MethodSorters.JVM)
public class PerTargetLaunchConfigProviderTest { public class PerTargetLaunchConfigProviderTest {
private ILaunchTarget localTarget; private ILaunchTarget localTarget;

View file

@ -62,7 +62,7 @@ import org.junit.FixMethodOrder;
import org.junit.Test; import org.junit.Test;
import org.junit.runners.MethodSorters; import org.junit.runners.MethodSorters;
@SuppressWarnings({ "restriction", "nls" }) @SuppressWarnings({ "restriction" })
@FixMethodOrder(MethodSorters.JVM) @FixMethodOrder(MethodSorters.JVM)
public class LaunchBarManager2Test { public class LaunchBarManager2Test {
private LaunchBarManager manager; private LaunchBarManager manager;

View file

@ -40,7 +40,6 @@ import org.junit.Test;
import org.mockito.invocation.InvocationOnMock; import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer; import org.mockito.stubbing.Answer;
@SuppressWarnings("nls")
public class LaunchBarManagerTest { public class LaunchBarManagerTest {
@Test @Test
public void startupTest() throws Exception { public void startupTest() throws Exception {

View file

@ -24,7 +24,6 @@ import org.junit.Test;
import org.mockito.Mockito; import org.mockito.Mockito;
import org.osgi.service.prefs.Preferences; import org.osgi.service.prefs.Preferences;
@SuppressWarnings("nls")
public class LaunchTargetTest { public class LaunchTargetTest {
private org.osgi.service.prefs.Preferences pref; private org.osgi.service.prefs.Preferences pref;

View file

@ -9,7 +9,6 @@ import org.eclipse.launchbar.core.target.ILaunchTargetManager;
import org.eclipse.launchbar.core.target.ILaunchTargetWorkingCopy; import org.eclipse.launchbar.core.target.ILaunchTargetWorkingCopy;
import org.junit.Test; import org.junit.Test;
@SuppressWarnings("nls")
public class TargetAttributesTest { public class TargetAttributesTest {
@Test @Test

View file

@ -20,7 +20,6 @@ import org.eclipse.swtbot.swt.finder.results.Result;
import org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl; import org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl;
import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell; import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
@SuppressWarnings("nls")
public class SWTBotConfigSelector extends SWTBotCSelector { public class SWTBotConfigSelector extends SWTBotCSelector {
private class ActionArea extends AbstractSWTBotControl<Composite> { private class ActionArea extends AbstractSWTBotControl<Composite> {

View file

@ -23,7 +23,6 @@ import org.junit.Before;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
@SuppressWarnings("nls")
public class CreateLaunchConfigTests { public class CreateLaunchConfigTests {
private static SWTWorkbenchBot bot; private static SWTWorkbenchBot bot;