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

performAnalysis() — spring-boot Function Reference

Architecture documentation for the performAnalysis() function in MutuallyExclusiveConfigurationPropertiesFailureAnalyzerTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  e638bb1b_7ade_7a52_c1d0_1018847097bf["performAnalysis()"]
  609014c8_b9b3_6d10_3219_ecf942eaba83["analyzeWhenNotAllPropertiesAreInTheEnvironmentShouldReturnNull()"]
  609014c8_b9b3_6d10_3219_ecf942eaba83 -->|calls| e638bb1b_7ade_7a52_c1d0_1018847097bf
  f3d5b6e5_add4_fbf5_6338_f3c1fa01d4e9["analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis()"]
  f3d5b6e5_add4_fbf5_6338_f3c1fa01d4e9 -->|calls| e638bb1b_7ade_7a52_c1d0_1018847097bf
  7d6c4a4e_aa77_218a_06d0_5396cfe14b75["analyzeWhenPropertyIsInMultiplePropertySourcesShouldListEachSourceInAnalysis()"]
  7d6c4a4e_aa77_218a_06d0_5396cfe14b75 -->|calls| e638bb1b_7ade_7a52_c1d0_1018847097bf
  style e638bb1b_7ade_7a52_c1d0_1018847097bf fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/MutuallyExclusiveConfigurationPropertiesFailureAnalyzerTests.java lines 118–122

	private @Nullable FailureAnalysis performAnalysis(MutuallyExclusiveConfigurationPropertiesException failure) {
		MutuallyExclusiveConfigurationPropertiesFailureAnalyzer analyzer = new MutuallyExclusiveConfigurationPropertiesFailureAnalyzer(
				this.environment);
		return analyzer.analyze(failure);
	}

Domain

Subdomains

Frequently Asked Questions

What does performAnalysis() do?
performAnalysis() is a function in the spring-boot codebase.
What calls performAnalysis()?
performAnalysis() is called by 3 function(s): analyzeWhenAllConfiguredPropertiesAreInTheEnvironmentShouldReturnAnalysis, analyzeWhenNotAllPropertiesAreInTheEnvironmentShouldReturnNull, analyzeWhenPropertyIsInMultiplePropertySourcesShouldListEachSourceInAnalysis.

Analyze Your Own Codebase

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

Try Supermodel Free