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

performAnalysis() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 1 called by 6

Entity Profile

Dependency Diagram

graph TD
  e3512328_d1bb_71b9_929e_ae0e03cc496c["performAnalysis()"]
  36ef6ac9_e677_154a_5396_5873af7d28a9["cyclicBeanMethods()"]
  36ef6ac9_e677_154a_5396_5873af7d28a9 -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  7a907a11_9ad5_d765_3ef0_8a05fd79c77a["cycleWithAutowiredFields()"]
  7a907a11_9ad5_d765_3ef0_8a05fd79c77a -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  3d91b664_b3a6_ee92_ed46_3175e7b386aa["cycleReferencedViaOtherBeans()"]
  3d91b664_b3a6_ee92_ed46_3175e7b386aa -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  bbdb5dc3_f0dd_a6f2_17bd_865e0840267f["testSelfReferenceCycle()"]
  bbdb5dc3_f0dd_a6f2_17bd_865e0840267f -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  00b87b99_baaf_1aab_848a_2a99f8c6d55a["cycleWithCircularReferencesAllowed()"]
  00b87b99_baaf_1aab_848a_2a99f8c6d55a -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  d417785e_83c6_aae4_b3e6_362e8808f09e["cycleWithCircularReferencesProhibited()"]
  d417785e_83c6_aae4_b3e6_362e8808f09e -->|calls| e3512328_d1bb_71b9_929e_ae0e03cc496c
  a47cbfbd_dfdf_4486_2486_713e0b554918["createFailure()"]
  e3512328_d1bb_71b9_929e_ae0e03cc496c -->|calls| a47cbfbd_dfdf_4486_2486_713e0b554918
  style e3512328_d1bb_71b9_929e_ae0e03cc496c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzerTests.java lines 154–156

	private FailureAnalysis performAnalysis(Class<?> configuration) {
		return performAnalysis(configuration, true);
	}

Domain

Subdomains

Calls

  • createFailure()

Called By

Frequently Asked Questions

What does performAnalysis() do?
performAnalysis() is a function in the spring-boot codebase.
What does performAnalysis() call?
performAnalysis() calls 1 function(s): createFailure.
What calls performAnalysis()?
performAnalysis() is called by 6 function(s): cycleReferencedViaOtherBeans, cycleWithAutowiredFields, cycleWithCircularReferencesAllowed, cycleWithCircularReferencesProhibited, cyclicBeanMethods, testSelfReferenceCycle.

Analyze Your Own Codebase

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

Try Supermodel Free