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:
parent
43f040db9e
commit
e4f9a90fb9
7 changed files with 1 additions and 7 deletions
|
@ -34,7 +34,6 @@ import org.junit.FixMethodOrder;
|
|||
import org.junit.Test;
|
||||
import org.junit.runners.MethodSorters;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
public class PerTargetLaunchConfigProviderTest {
|
||||
private ILaunchTarget localTarget;
|
||||
|
|
|
@ -62,7 +62,7 @@ import org.junit.FixMethodOrder;
|
|||
import org.junit.Test;
|
||||
import org.junit.runners.MethodSorters;
|
||||
|
||||
@SuppressWarnings({ "restriction", "nls" })
|
||||
@SuppressWarnings({ "restriction" })
|
||||
@FixMethodOrder(MethodSorters.JVM)
|
||||
public class LaunchBarManager2Test {
|
||||
private LaunchBarManager manager;
|
||||
|
|
|
@ -40,7 +40,6 @@ import org.junit.Test;
|
|||
import org.mockito.invocation.InvocationOnMock;
|
||||
import org.mockito.stubbing.Answer;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
public class LaunchBarManagerTest {
|
||||
@Test
|
||||
public void startupTest() throws Exception {
|
||||
|
|
|
@ -24,7 +24,6 @@ import org.junit.Test;
|
|||
import org.mockito.Mockito;
|
||||
import org.osgi.service.prefs.Preferences;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
public class LaunchTargetTest {
|
||||
private org.osgi.service.prefs.Preferences pref;
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ import org.eclipse.launchbar.core.target.ILaunchTargetManager;
|
|||
import org.eclipse.launchbar.core.target.ILaunchTargetWorkingCopy;
|
||||
import org.junit.Test;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
public class TargetAttributesTest {
|
||||
|
||||
@Test
|
||||
|
|
|
@ -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.SWTBotShell;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
public class SWTBotConfigSelector extends SWTBotCSelector {
|
||||
|
||||
private class ActionArea extends AbstractSWTBotControl<Composite> {
|
||||
|
|
|
@ -23,7 +23,6 @@ import org.junit.Before;
|
|||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
@SuppressWarnings("nls")
|
||||
public class CreateLaunchConfigTests {
|
||||
|
||||
private static SWTWorkbenchBot bot;
|
||||
|
|
Loading…
Add table
Reference in a new issue