Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_listener_modifiesObjectState (0.23 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java

            // Should not throw for non-AutoCloseable type
            intFactory.destroyObject(pooledInt);
        }
    
        /**
         * Test listener that modifies object state
         */
        public void test_listener_modifiesObjectState() throws Exception {
            final AtomicInteger modificationCount = new AtomicInteger(0);
    
            OnDestroyListener<TestComponent> listener = new OnDestroyListener<TestComponent>() {
                @Override
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 13:07:01 UTC 2025
    - 36.7K bytes
    - Viewed (0)
Back to top