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

analyzeFailure() — spring-boot Function Reference

Architecture documentation for the analyzeFailure() function in NotConstructorBoundInjectionFailureAnalyzerTests.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  7e214dcb_0966_480e_5763_5224ff156be3["analyzeFailure()"]
  33046d69_e291_91e2_0e0a_5439ebd7bbbe["failureAnalysisForConfigurationPropertiesThatShouldHaveBeenConstructorBound()"]
  33046d69_e291_91e2_0e0a_5439ebd7bbbe -->|calls| 7e214dcb_0966_480e_5763_5224ff156be3
  979b2cd0_a6a6_5a5e_31d0_9834e22aa90a["failureAnalysisForNonConstructorBoundProperties()"]
  979b2cd0_a6a6_5a5e_31d0_9834e22aa90a -->|calls| 7e214dcb_0966_480e_5763_5224ff156be3
  95f2740f_c750_89c7_dac2_cdd25f21bd4a["report()"]
  7e214dcb_0966_480e_5763_5224ff156be3 -->|calls| 95f2740f_c750_89c7_dac2_cdd25f21bd4a
  style 7e214dcb_0966_480e_5763_5224ff156be3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/NotConstructorBoundInjectionFailureAnalyzerTests.java lines 73–80

	private @Nullable FailureAnalysis analyzeFailure(@Nullable Exception failure) {
		assertThat(failure).isNotNull();
		FailureAnalysis analysis = this.analyzer.analyze(failure);
		if (analysis != null) {
			new LoggingFailureAnalysisReporter().report(analysis);
		}
		return analysis;
	}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does analyzeFailure() do?
analyzeFailure() is a function in the spring-boot codebase.
What does analyzeFailure() call?
analyzeFailure() calls 1 function(s): report.
What calls analyzeFailure()?
analyzeFailure() is called by 2 function(s): failureAnalysisForConfigurationPropertiesThatShouldHaveBeenConstructorBound, failureAnalysisForNonConstructorBoundProperties.

Analyze Your Own Codebase

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

Try Supermodel Free