Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CountingVisitor (0.17 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/archive/AbstractArchiveFileTreeTest.java

            archiveFileToRoot(getArchiveFile());
    
            // Create some visitors that will count the number of lines in each file they encounter
            List<CountingVisitor> visitors = new ArrayList<>(numThreads);
            for (int i = 0; i < numThreads; i++) {
                visitors.add(new CountingVisitor());
            }
    
            // Create callables that will send the visitors to visit the archive
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top