Searched refs:IS_JAVA_14 (Results 1 – 5 of 5) sorted by relevance
74 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()94 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()114 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()134 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()154 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()174 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()194 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()214 assertTrue(SystemUtils.IS_JAVA_14); in test_IS_JAVA()234 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()254 assertFalse(SystemUtils.IS_JAVA_14); in test_IS_JAVA()[all …]
78 if (SystemUtils.IS_JAVA_14) { in testGetJavaCompiler()
1019 public static final boolean IS_JAVA_14 = getJavaVersionMatches("14"); 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 …