Sonar fixes 19022019

This commit is contained in:
Ingmar Goudt 2019-02-19 21:51:45 +01:00
parent 872eea7326
commit 056226d83c
385 changed files with 472 additions and 475 deletions

View file

@ -7,7 +7,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
public class OfferingTest extends CardTestPlayerBase {
private final static String nezumiPatron = "Patron of the Nezumi";
private static final String nezumiPatron = "Patron of the Nezumi";
@Test

View file

@ -29,7 +29,7 @@ import java.util.Locale;
*/
public class PlayGameTest extends MageTestBase {
private final static List<String> colorChoices = new ArrayList<>(Arrays.asList("bu", "bg", "br", "bw", "ug", "ur", "uw", "gr", "gw", "rw", "bur", "buw", "bug", "brg", "brw", "bgw", "wur", "wug", "wrg", "rgu"));
private static final List<String> colorChoices = new ArrayList<>(Arrays.asList("bu", "bg", "br", "bw", "ug", "ur", "uw", "gr", "gw", "rw", "bur", "buw", "bug", "brg", "brw", "bgw", "wur", "wug", "wrg", "rgu"));
@Ignore
@Test

View file

@ -28,7 +28,7 @@ import java.util.Locale;
*/
public class TestPlayRandomGame extends MageTestBase {
private final static List<String> colorChoices = new ArrayList<>(Arrays.asList("bu", "bg", "br", "bw", "ug", "ur", "uw", "gr", "gw", "rw", "bur", "buw", "bug", "brg", "brw", "bgw", "wur", "wug", "wrg", "rgu"));
private static final List<String> colorChoices = new ArrayList<>(Arrays.asList("bu", "bg", "br", "bw", "ug", "ur", "uw", "gr", "gw", "rw", "bur", "buw", "bug", "brg", "brw", "bgw", "wur", "wug", "wrg", "rgu"));
@Test
@Ignore