Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for immutableParam (0.21 seconds)

  1. src/test/java/org/codelibs/fess/entity/RequestParameterTest.java

        }
    
        @Test
        public void test_immutability() {
            // Test that modifying the original values array doesn't affect the parameter
            String name = "immutableParam";
            String[] originalValues = { "original1", "original2" };
            RequestParameter param = new RequestParameter(name, originalValues);
    
            // Get values and verify they match
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 9.9K bytes
    - Click Count (0)
Back to Top