diff --git a/core/src/test/java/com/holonplatform/core/test/TestProperty.java b/core/src/test/java/com/holonplatform/core/test/TestProperty.java index 1fc9c17..b38d93f 100644 --- a/core/src/test/java/com/holonplatform/core/test/TestProperty.java +++ b/core/src/test/java/com/holonplatform/core/test/TestProperty.java @@ -334,7 +334,6 @@ public void testPropertyBox() { final PathProperty cp = PathProperty.create("testConv", Integer.class) .converter(new PropertyValueConverter() { - @SuppressWarnings("boxing") @Override public Integer fromModel(String value, Property property) throws PropertyConversionException { @@ -478,7 +477,6 @@ private static void testSetValueUsingConverter(PropertyBox box, Property propert box.setValue(property, value); } - @SuppressWarnings("boxing") @Test public void testBeanProperty() { @@ -627,7 +625,6 @@ public void testBeanPropertiesNone() { } - @SuppressWarnings("boxing") @Test public void testIgnoreProperty() { @@ -855,7 +852,6 @@ public void testPropertyBoxIdentifier() { assertTrue(box1.equals(box3)); assertFalse(box1.equals(box2)); assertFalse(box1.equals(null)); - assertFalse(box1.equals("a")); assertFalse(box1.equals(box4)); assertFalse(box4.equals(box2)); assertTrue(box1.equals(box1)); diff --git a/core/src/test/java/com/holonplatform/core/test/TestUtilities.java b/core/src/test/java/com/holonplatform/core/test/TestUtilities.java index 063959a..6b7cab5 100644 --- a/core/src/test/java/com/holonplatform/core/test/TestUtilities.java +++ b/core/src/test/java/com/holonplatform/core/test/TestUtilities.java @@ -223,7 +223,6 @@ public static class MetaTest5 { } - @SuppressWarnings("boxing") @Test public void testConversionUtils() throws IOException { @@ -445,7 +444,6 @@ public void testConversionUtilsErrors() { assertThrows(IllegalArgumentException.class, () -> ConversionUtils.parseNumber(null, Integer.class)); } - @SuppressWarnings("boxing") @Test public void testTypeUtils() { diff --git a/pom.xml b/pom.xml index a77c290..fad3e65 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.holon-platform parent - 1.1.3 + 1.1.4 com.holon-platform.core