Home
last modified time | relevance | path

Searched refs:IS_JAVA_1_2 (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DSystemUtilsTest.java61 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
81 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
101 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
121 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
141 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
161 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
181 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
201 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
221 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
241 assertFalse(SystemUtils.IS_JAVA_1_2); in test_IS_JAVA()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemUtils.java842 public static final boolean IS_JAVA_1_2 = getJavaVersionMatches("1.2"); field in SystemUtils