Searched refs:IS_JAVA_15 (Results 1 – 4 of 4) sorted by relevance
75 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()95 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()115 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()135 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()155 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()175 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()195 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()215 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()235 assertTrue(SystemUtils.IS_JAVA_15); in test_IS_JAVA()255 assertFalse(SystemUtils.IS_JAVA_15); in test_IS_JAVA()[all …]
1033 public static final boolean IS_JAVA_15 = getJavaVersionMatches("15"); field in SystemUtils
66 o LANG-1512: Add IS_JAVA_14 and IS_JAVA_15 to org.apache.commons.lang3.SystemUtils. Thanks to Gary …
259 o LANG-1512: Add IS_JAVA_14 and IS_JAVA_15 to org.apache.commons.lang3.SystemUtils. Thanks to Gary …