- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testResultWithNullTopologicallySortedProjectsIsEmptyList (0.26 sec)
-
impl/maven-core/src/test/java/org/apache/maven/execution/DefaultMavenExecutionTest.java
MavenExecutionRequest copy = DefaultMavenExecutionRequest.copy(original); assertNotNull(copy); assertNotSame(copy, original); } @Test void testResultWithNullTopologicallySortedProjectsIsEmptyList() { MavenExecutionResult result = new DefaultMavenExecutionResult(); result.setTopologicallySortedProjects(null); List<MavenProject> projects = result.getTopologicallySortedProjects();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 1.9K bytes - Viewed (0)