Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 90s (0.02 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java

                        .sorted((a, b) -> Long.compare(b.potentialSavings, a.potentialSavings))
                        .toList()) {
                    System.out.printf(
                            "%-90s %6dKB %6dKB%n", path.path, path.totalMemory / 1024, path.potentialSavings / 1024);
                }
                System.out.println();
            }
        }
    
        static class StringStats {
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Mar 21 04:56:21 GMT 2025
    - 13.4K bytes
    - Click Count (0)
Back to Top