Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testExceptionMessageWithOnlyWarnings (0.12 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuildingExceptionTest.java

                    "Warnings should be filtered when errors are present or shown if explicitly included");
        }
    
        @Test
        void testExceptionMessageWithOnlyWarnings() {
            List<ProjectBuildingResult> results = new ArrayList<>();
    
            List<ModelProblem> problems = new ArrayList<>();
            Collections.addAll(
                    problems,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jul 26 19:15:57 UTC 2025
    - 6.7K bytes
    - Viewed (0)
Back to top