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

patternParseFailureQuotesPattern() — spring-boot Function Reference

Architecture documentation for the patternParseFailureQuotesPattern() function in PatternParseFailureAnalyzerTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  5850999a_58e5_1e7e_1403_0aa223d7fd5f["patternParseFailureQuotesPattern()"]
  d25326b3_562c_94dd_7e17_cc159e564caf["performAnalysis()"]
  5850999a_58e5_1e7e_1403_0aa223d7fd5f -->|calls| d25326b3_562c_94dd_7e17_cc159e564caf
  ebc7cdd4_21bc_3491_686c_090da262ca48["getDescription()"]
  5850999a_58e5_1e7e_1403_0aa223d7fd5f -->|calls| ebc7cdd4_21bc_3491_686c_090da262ca48
  1a4e5320_a2e2_8aa5_7d05_1e805db190f1["getAction()"]
  5850999a_58e5_1e7e_1403_0aa223d7fd5f -->|calls| 1a4e5320_a2e2_8aa5_7d05_1e805db190f1
  style 5850999a_58e5_1e7e_1403_0aa223d7fd5f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/PatternParseFailureAnalyzerTests.java lines 36–44

	@Test
	void patternParseFailureQuotesPattern() {
		FailureAnalysis failureAnalysis = performAnalysis("/spring/**/framework");
		assertThat(failureAnalysis.getDescription())
			.contains("Invalid mapping pattern detected:\n" + "/spring/**/framework\n" + "        ^");
		assertThat(failureAnalysis.getAction())
			.contains("Fix this pattern in your application or switch to the legacy parser"
					+ " implementation with 'spring.mvc.pathmatch.matching-strategy=ant_path_matcher'.");
	}

Domain

Subdomains

Calls

Frequently Asked Questions

What does patternParseFailureQuotesPattern() do?
patternParseFailureQuotesPattern() is a function in the spring-boot codebase.
What does patternParseFailureQuotesPattern() call?
patternParseFailureQuotesPattern() calls 3 function(s): getAction, getDescription, performAnalysis.

Analyze Your Own Codebase

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

Try Supermodel Free