Home / Function/ removeWhenReferenceIsNullThrowsException() — spring-boot Function Reference

removeWhenReferenceIsNullThrowsException() — spring-boot Function Reference

Architecture documentation for the removeWhenReferenceIsNullThrowsException() function in DockerApiTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  2b7517e2_e3a2_802d_6b5b_74e545948bf7["removeWhenReferenceIsNullThrowsException()"]
  4fd12288_3451_a3d7_6a8e_4174b4e7c233["removeWhenReferenceIsNullThrowsException()"]
  4fd12288_3451_a3d7_6a8e_4174b4e7c233 -->|calls| 2b7517e2_e3a2_802d_6b5b_74e545948bf7
  4fd12288_3451_a3d7_6a8e_4174b4e7c233["removeWhenReferenceIsNullThrowsException()"]
  2b7517e2_e3a2_802d_6b5b_74e545948bf7 -->|calls| 4fd12288_3451_a3d7_6a8e_4174b4e7c233
  style 2b7517e2_e3a2_802d_6b5b_74e545948bf7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/DockerApiTests.java lines 407–412

		@Test
		@SuppressWarnings("NullAway") // Test null check
		void removeWhenReferenceIsNullThrowsException() {
			assertThatIllegalArgumentException().isThrownBy(() -> this.api.remove(null, true))
				.withMessage("'reference' must not be null");
		}

Subdomains

Frequently Asked Questions

What does removeWhenReferenceIsNullThrowsException() do?
removeWhenReferenceIsNullThrowsException() is a function in the spring-boot codebase.
What does removeWhenReferenceIsNullThrowsException() call?
removeWhenReferenceIsNullThrowsException() calls 1 function(s): removeWhenReferenceIsNullThrowsException.
What calls removeWhenReferenceIsNullThrowsException()?
removeWhenReferenceIsNullThrowsException() is called by 1 function(s): removeWhenReferenceIsNullThrowsException.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free