readDescriptionLines() — spring-boot Function Reference
Architecture documentation for the readDescriptionLines() function in BeanCurrentlyInCreationFailureAnalyzerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fa1cbc7c_dc65_7706_d08a_c9aadfe5feac["readDescriptionLines()"] 36ef6ac9_e677_154a_5396_5873af7d28a9["cyclicBeanMethods()"] 36ef6ac9_e677_154a_5396_5873af7d28a9 -->|calls| fa1cbc7c_dc65_7706_d08a_c9aadfe5feac 7a907a11_9ad5_d765_3ef0_8a05fd79c77a["cycleWithAutowiredFields()"] 7a907a11_9ad5_d765_3ef0_8a05fd79c77a -->|calls| fa1cbc7c_dc65_7706_d08a_c9aadfe5feac 3d91b664_b3a6_ee92_ed46_3175e7b386aa["cycleReferencedViaOtherBeans()"] 3d91b664_b3a6_ee92_ed46_3175e7b386aa -->|calls| fa1cbc7c_dc65_7706_d08a_c9aadfe5feac bbdb5dc3_f0dd_a6f2_17bd_865e0840267f["testSelfReferenceCycle()"] bbdb5dc3_f0dd_a6f2_17bd_865e0840267f -->|calls| fa1cbc7c_dc65_7706_d08a_c9aadfe5feac ebc7cdd4_21bc_3491_686c_090da262ca48["getDescription()"] fa1cbc7c_dc65_7706_d08a_c9aadfe5feac -->|calls| ebc7cdd4_21bc_3491_686c_090da262ca48 style fa1cbc7c_dc65_7706_d08a_c9aadfe5feac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzerTests.java lines 148–152
private List<String> readDescriptionLines(FailureAnalysis analysis) throws IOException {
try (BufferedReader reader = new BufferedReader(new StringReader(analysis.getDescription()))) {
return reader.lines().toList();
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does readDescriptionLines() do?
readDescriptionLines() is a function in the spring-boot codebase.
What does readDescriptionLines() call?
readDescriptionLines() calls 1 function(s): getDescription.
What calls readDescriptionLines()?
readDescriptionLines() is called by 4 function(s): cycleReferencedViaOtherBeans, cycleWithAutowiredFields, cyclicBeanMethods, testSelfReferenceCycle.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free