- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ea (0.02 seconds)
-
src/test/java/org/codelibs/fess/util/JvmUtilTest.java
assertEquals(21, JvmUtil.getJavaVersion()); // Test with early access versions (should fail with NumberFormatException) System.setProperty("java.version", "22-ea"); try { JvmUtil.getJavaVersion(); fail("Should throw NumberFormatException"); } catch (NumberFormatException e) { // Expected }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.6K bytes - Click Count (0)