Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for empty_test (0.37 sec)

  1. src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java

                // Write nothing
            }
    
            // Create a new CharMappingFile instance to ensure clean state
            CharMappingFile emptyMappingFile = new CharMappingFile("empty_test", testFile.getAbsolutePath(), new Date());
            emptyMappingFile.manager(dictionaryManager);
    
            PagingList<CharMappingItem> result = emptyMappingFile.selectList(0, 10);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbSessionImpl.java

        @SuppressWarnings("unchecked")
        public void reauthenticate() throws CIFSException {
            try (SmbTransportImpl trans = getTransport()) {
                reauthenticate(trans, this.targetDomain, null, null, Collections.EMPTY_SET);
            }
        }
    
        /**
         * @param trans
         * @param andx
         * @param andxResponse
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
Back to top