performAnalysis() — spring-boot Function Reference
Architecture documentation for the performAnalysis() function in InvalidConfigurationPropertyValueFailureAnalyzerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8de78192_a78d_83e4_9384_66ded02fff62["performAnalysis()"] 48837bde_d1c5_b5c8_612c_2fc00539c2fa["analysisWithKnownProperty()"] 48837bde_d1c5_b5c8_612c_2fc00539c2fa -->|calls| 8de78192_a78d_83e4_9384_66ded02fff62 755dba9b_3944_1df1_36d5_559bfe05c33a["analysisWithKnownPropertyFromSystemEnvironment()"] 755dba9b_3944_1df1_36d5_559bfe05c33a -->|calls| 8de78192_a78d_83e4_9384_66ded02fff62 61b2662d_b939_5153_89df_768fe31eaa4c["analysisWithKnownPropertyAndNoReason()"] 61b2662d_b939_5153_89df_768fe31eaa4c -->|calls| 8de78192_a78d_83e4_9384_66ded02fff62 ddb4ccc2_4e15_199b_e57f_94e38e24cb66["analysisWithKnownPropertyAndOtherCandidates()"] ddb4ccc2_4e15_199b_e57f_94e38e24cb66 -->|calls| 8de78192_a78d_83e4_9384_66ded02fff62 45a8e94b_0613_b490_0f87_26e63b105093["analysisWithUnknownKey()"] 45a8e94b_0613_b490_0f87_26e63b105093 -->|calls| 8de78192_a78d_83e4_9384_66ded02fff62 style 8de78192_a78d_83e4_9384_66ded02fff62 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/InvalidConfigurationPropertyValueFailureAnalyzerTests.java lines 147–151
private @Nullable FailureAnalysis performAnalysis(InvalidConfigurationPropertyValueException failure) {
InvalidConfigurationPropertyValueFailureAnalyzer analyzer = new InvalidConfigurationPropertyValueFailureAnalyzer(
this.environment);
return analyzer.analyze(failure);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does performAnalysis() do?
performAnalysis() is a function in the spring-boot codebase.
What calls performAnalysis()?
performAnalysis() is called by 5 function(s): analysisWithKnownProperty, analysisWithKnownPropertyAndNoReason, analysisWithKnownPropertyAndOtherCandidates, analysisWithKnownPropertyFromSystemEnvironment, analysisWithUnknownKey.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free