mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 12:53:52 -07:00
Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -428,7 +428,7 @@ public abstract class ConfigurationSectionTest {
|
||||
assertEquals(Arrays.asList((Object) true, false), section.getBooleanList(key));
|
||||
assertEquals(Arrays.asList((Object) 4.0, 5.0, 6.0), section.getDoubleList(key));
|
||||
assertEquals(Arrays.asList((Object) 4.0f, 5.0f, 6.0f), section.getFloatList(key));
|
||||
assertEquals(Arrays.asList((Object) 4l, 5l, 6l), section.getLongList(key));
|
||||
assertEquals(Arrays.asList((Object) 4L, 5L, 6L), section.getLongList(key));
|
||||
assertEquals(Arrays.asList((Object) (byte) 4, (byte) 5, (byte) 6), section.getByteList(key));
|
||||
assertEquals(Arrays.asList((Object) (short) 4, (short) 5, (short) 6), section.getShortList(key));
|
||||
assertEquals(map, section.getMapList(key).get(0));
|
||||
@@ -597,4 +597,4 @@ public abstract class ConfigurationSectionTest {
|
||||
WORLD,
|
||||
BANANAS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -153,4 +153,4 @@ public abstract class ConfigurationTest {
|
||||
|
||||
assertEquals(defaults, config.getDefaults());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user