Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created July 1, 2026 14:48
Show Gist options
  • Select an option

  • Save cmoulliard/8a094b85669096ce2cd008039ed0efac to your computer and use it in GitHub Desktop.

Select an option

Save cmoulliard/8a094b85669096ce2cd008039ed0efac to your computer and use it in GitHub Desktop.
mtool scan results - Spring PetClinic to Quarkus migration analysis (treesitter scanner)
2026-07-01 16:47:57,680 WARN [io.quarkus.config] (main) Unrecognized configuration key "quarkus.langchain4j.anthropic.api-key.base-url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-07-01 16:47:57,680 WARN [io.quarkus.config] (main) Unrecognized configuration key "quarkus.langchain4j.anthropic.api-key" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-07-01 16:47:57,680 WARN [io.quarkus.config] (main) Unrecognized configuration key "quarkus.langchain4j.anthropic.timeout" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-07-01 16:47:57,680 WARN [io.quarkus.config] (main) Unrecognized configuration key "quarkus.langchain4j.anthropic.chat-model.max-tokens" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-07-01 16:47:57,680 WARN [io.quarkus.config] (main) Unrecognized configuration key "quarkus.langchain4j.anthropic.chat-model.model-name" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2026-07-01 16:47:57,783 INFO [io.quarkus] (main) migration-cli 1.0.6 on JVM (powered by Quarkus 3.37.0) started in 0.430s.
2026-07-01 16:47:57,783 INFO [io.quarkus] (main) Profile prod activated.
2026-07-01 16:47:57,783 INFO [io.quarkus] (main) Installed features: [cdi, langchain4j, langchain4j-openai, langchain4j-vertexai-anthropic, picocli, qute, rest-client, rest-client-jackson, smallrye-context-propagation, vertx]
2026-07-01 16:47:57,995 INFO [dev.snowdrop.mtool.commands.ScannerCommand] (main) Executing plan 'Plan to analyze java code source' with 7 queries
2026-07-01 16:47:58,014 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query java.class
2026-07-01 16:47:58,014 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query java.class
2026-07-01 16:47:58,849 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 44 class matches
2026-07-01 16:47:58,850 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 44 matches
2026-07-01 16:47:58,850 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query java.interface
2026-07-01 16:47:58,850 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query java.interface
2026-07-01 16:47:59,239 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 3 interface matches
2026-07-01 16:47:59,239 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 3 matches
2026-07-01 16:47:59,240 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query java.annotation
2026-07-01 16:47:59,240 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query java.annotation
2026-07-01 16:47:59,661 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 260 annotation matches
2026-07-01 16:47:59,662 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 260 matches
2026-07-01 16:47:59,662 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query java.import
2026-07-01 16:47:59,662 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query java.import
2026-07-01 16:48:00,071 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 427 import matches
2026-07-01 16:48:00,071 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 427 matches
2026-07-01 16:48:00,072 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using fallback scanner maven for query pom.dependencies (P2)
2026-07-01 16:48:00,072 INFO [dev.snowdrop.mtool.scanner.maven.MavenQueryScanner] (main) Maven scanner executing for query pom.dependencies
2026-07-01 16:48:00,072 INFO [dev.snowdrop.mtool.scanner.maven.MavenQueryScanner] (main) Executing Maven dependency query: Query[fileType=pom, symbol=dependencies, operation=find all, keyValues={}]
2026-07-01 16:48:00,232 INFO [dev.snowdrop.mtool.scanner.maven.MavenQueryScanner] (main) Maven scanner completed. Total matches found: 24
2026-07-01 16:48:00,232 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner maven found 24 matches
2026-07-01 16:48:00,232 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query properties.
2026-07-01 16:48:00,232 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query properties.
2026-07-01 16:48:00,279 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 22 matches
2026-07-01 16:48:00,279 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 22 matches
line 1:9 mismatched input 'html' expecting {'JAVA', 'java', 'POM', 'pom', 'TEXT', 'text', 'PROPERTY', 'property', 'PROPERTIES', 'properties', 'YAML', 'yaml', 'JSON', 'json'}
2026-07-01 16:48:00,280 INFO [dev.snowdrop.mtool.scanner.ScannerSpiRegistry] (main) Using the scanner treesitter configured for query html.
2026-07-01 16:48:00,280 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) TreeSitter scanner executing for query html.
2026-07-01 16:48:00,394 INFO [dev.snowdrop.mtool.scanner.treesitter.TreeSitterQueryScanner] (main) Found 12 matches
2026-07-01 16:48:00,394 INFO [dev.snowdrop.mtool.scanner.ScanCommandExecutor] (main) Scanner treesitter found 12 matches
=== Scan Results ===
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Query | Results |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all html | Path: src/main/resources/templates/fragments/inputField.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/fragments/layout.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/fragments/selectField.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/pets/createOrUpdateVisitForm.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/pets/createOrUpdatePetForm.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/vets/vetList.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/welcome.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/owners/createOrUpdateOwnerForm.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/owners/ownerDetails.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/owners/findOwners.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/owners/ownersList.html, start: (3, 2), end: (3-6), text: html |
| | --- result --- |
| | Path: src/main/resources/templates/error.html, start: (3, 2), end: (3-6), text: html |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all java.annotation | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (28, 3), end: (28-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (34, 4), end: (34-20), text: |
| | SuppressWarnings |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (43, 2), end: (43-12), |
| | text: WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (44, 2), end: (44-23), |
| | text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (45, 2), end: (45-19), |
| | text: DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (48, 3), end: (48-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (51, 3), end: (51-14), |
| | text: MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (74, 3), end: (74-13), |
| | text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (82, 3), end: (82-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (92, 3), end: (92-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (48, 2), end: (48-12), |
| | text: WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (50, 2), end: (50-23), |
| | text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (51, 2), end: (51-19), |
| | text: DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (58, 3), end: (58-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (61, 3), end: (61-14), |
| | text: MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (64, 3), end: (64-14), |
| | text: MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (67, 3), end: (67-13), |
| | text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (86, 3), end: (86-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (94, 3), end: (94-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (104, 3), end: |
| | (104-9), text: Nested |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (107, 4), end: |
| | (107-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (120, 4), end: |
| | (120-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (133, 4), end: |
| | (133-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (146, 4), end: |
| | (146-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (162, 4), end: |
| | (162-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (172, 3), end: |
| | (172-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (182, 3), end: |
| | (182-9), text: Nested |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (185, 4), end: |
| | (185-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (197, 4), end: |
| | (197-8), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (58, 2), end: |
| | (58-12), text: WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (59, 2), end: |
| | (59-23), text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (60, 2), end: |
| | (60-19), text: DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (65, 3), end: |
| | (65-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (68, 3), end: |
| | (68-14), text: MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (90, 3), end: |
| | (90-13), text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (104, 3), end: |
| | (104-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (112, 3), end: |
| | (112-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (123, 3), end: |
| | (123-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (134, 3), end: |
| | (134-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (142, 3), end: |
| | (142-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (149, 3), end: |
| | (149-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (158, 3), end: |
| | (158-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (170, 3), end: |
| | (170-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (183, 3), end: |
| | (183-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (195, 3), end: |
| | (195-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (202, 3), end: |
| | (202-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (216, 3), end: |
| | (216-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (231, 3), end: |
| | (231-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (43, 2), end: |
| | (43-12), text: WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (44, 2), end: |
| | (44-23), text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (45, 2), end: |
| | (45-19), text: DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (52, 3), end: |
| | (52-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (55, 3), end: |
| | (55-14), text: MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (58, 3), end: |
| | (58-13), text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (67, 3), end: |
| | (67-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (74, 3), end: |
| | (74-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (84, 3), end: |
| | (84-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (39, 2), end: (39-12), |
| | text: ExtendWith |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (40, 2), end: (40-23), |
| | text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (57, 3), end: (57-13), |
| | text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (65, 3), end: (65-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (77, 3), end: (77-9), |
| | text: Nested |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (80, 4), end: (80-8), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (92, 4), end: (92-8), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (103, 4), end: (103-8), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (41, 2), end: |
| | (41-12), text: ExtendWith |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (42, 2), end: |
| | (42-23), text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (45, 3), end: |
| | (45-7), text: Mock |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (50, 3), end: |
| | (50-13), text: BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (55, 3), end: |
| | (55-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (63, 3), end: |
| | (63-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (70, 3), end: |
| | (70-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java, start: (35, 3), end: |
| | (35-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (39, 3), end: |
| | (39-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (86, 3), end: |
| | (86-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (50, 2), |
| | end: (50-16), text: SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (52, 2), |
| | end: (52-31), text: AutoConfigureTestRestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (55, 3), |
| | end: (55-8), text: Value |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (58, 3), |
| | end: (58-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (61, 3), |
| | end: (61-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (77, 3), |
| | end: (77-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (95, 3), |
| | end: (95-24), text: SpringBootApplication |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (34, 2), end: |
| | (34-16), text: SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (37, 3), end: |
| | (37-18), text: LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (40, 3), end: |
| | (40-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (43, 3), end: |
| | (43-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (46, 3), end: (46-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (52, 3), end: (52-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (59, 3), end: (59-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (43, 3), end: (43-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (41, 2), end: (41-16), |
| | text: SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (42, 2), end: (42-16), |
| | text: ActiveProfiles |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (43, 2), end: (43-16), |
| | text: Testcontainers |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (44, 2), end: (44-23), |
| | text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (45, 2), end: (45-19), |
| | text: DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (48, 3), end: (48-20), |
| | text: ServiceConnection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (49, 3), end: (49-12), |
| | text: Container |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (52, 3), end: (52-18), |
| | text: LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (55, 3), end: (55-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (58, 3), end: (58-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (61, 3), end: (61-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (67, 3), end: (67-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (70, 2), end: |
| | (70-13), text: DataJpaTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (72, 2), end: |
| | (72-27), text: AutoConfigureTestDatabase |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (76, 3), end: |
| | (76-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (79, 3), end: |
| | (79-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (82, 3), end: |
| | (82-12), text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (87, 3), end: |
| | (87-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (96, 3), end: |
| | (96-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (107, 3), end: |
| | (107-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (108, 3), end: |
| | (108-16), text: Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (126, 3), end: |
| | (126-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (127, 3), end: |
| | (127-16), text: Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (145, 3), end: |
| | (145-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (155, 3), end: |
| | (155-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (156, 3), end: |
| | (156-16), text: Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (183, 3), end: |
| | (183-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (184, 3), end: |
| | (184-16), text: Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (204, 3), end: |
| | (204-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (215, 3), end: |
| | (215-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (216, 3), end: |
| | (216-16), text: Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (235, 3), end: |
| | (235-7), text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (32, 2), end: (32-15), |
| | text: Configuration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (35, 3), end: (35-20), |
| | text: ServiceConnection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (36, 3), end: (36-10), |
| | text: Profile |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (37, 3), end: (37-7), |
| | text: Bean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (51, 2), end: (51-16), |
| | text: SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (53, 2), end: (53-16), |
| | text: ActiveProfiles |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (54, 2), end: (54-23), |
| | text: DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (57, 3), end: (57-18), |
| | text: LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (60, 3), end: (60-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (63, 3), end: (63-12), |
| | text: Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (66, 3), end: (66-12), |
| | text: BeforeAll |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (81, 3), end: (81-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (87, 3), end: (87-7), |
| | text: Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (102, 4), end: |
| | (102-12), text: Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (43, 2), end: (43-8), text: Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (44, 2), end: (44-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (47, 3), end: (47-13), text: ManyToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (48, 3), end: (48-12), text: JoinTable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (48, 54), end: (48-64), text: |
| | JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (49, 26), end: (49-36), text: |
| | JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (59, 3), end: (59-13), text: XmlElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (28, 2), end: (28-8), text: |
| | Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (29, 2), end: (29-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (35, 2), end: (35-12), text: |
| | Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (44, 3), end: (44-13), text: |
| | GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (45, 29), end: (45-41), text: |
| | RequestParam |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (69, 3), end: (69-13), text: |
| | GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (70, 10), end: (70-22), text: |
| | ResponseBody |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (44, 3), end: (44-16), text: |
| | Transactional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (45, 3), end: (45-12), text: |
| | Cacheable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (54, 3), end: (54-16), text: |
| | Transactional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (55, 3), end: (55-12), text: |
| | Cacheable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (30, 2), end: (30-16), text: |
| | XmlRootElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (35, 3), end: (35-13), text: |
| | XmlElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (44, 2), end: (44-8), text: Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (45, 2), end: (45-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (48, 3), end: (48-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (49, 3), end: (49-17), text: |
| | DateTimeFormat |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (52, 3), end: (52-12), text: |
| | ManyToOne |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (53, 3), end: (53-13), text: |
| | JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (56, 3), end: (56-12), text: |
| | OneToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (57, 3), end: (57-13), text: |
| | JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (58, 3), end: (58-10), text: OrderBy |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (41, 2), end: (41-12), |
| | text: Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (50, 3), end: (50-13), |
| | text: InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (62, 3), end: (62-17), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (63, 33), end: (63-45), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (63, 71), end: (63-83), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (84, 3), end: (84-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (91, 3), end: (91-14), |
| | text: PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (92, 37), end: (92-51), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (92, 66), end: (92-78), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (92, 91), end: (92-96), |
| | text: Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (36, 2), end: (36-11), |
| | text: Component |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (45, 3), end: (45-11), |
| | text: Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (51, 3), end: (51-11), |
| | text: Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (48, 2), end: (48-12), |
| | text: Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (59, 3), end: (59-13), |
| | text: InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (64, 3), end: (64-17), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (65, 26), end: (65-38), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (72, 3), end: (72-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (77, 3), end: (77-14), |
| | text: PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (78, 37), end: (78-42), |
| | text: Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (89, 3), end: (89-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (94, 3), end: (94-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (95, 33), end: (95-45), |
| | text: RequestParam |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (136, 3), end: (136-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (141, 3), end: (141-14), |
| | text: PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (142, 40), end: (142-45), |
| | text: Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (142, 82), end: (142-94), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (166, 3), end: (166-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (167, 33), end: (167-45), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeRepository.java, start: (36, 3), end: (36-8), |
| | text: Query |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (46, 2), end: (46-12), |
| | text: Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (47, 2), end: (47-16), |
| | text: RequestMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (61, 3), end: (61-17), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (66, 3), end: (66-17), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (67, 26), end: (67-38), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (74, 3), end: (74-17), |
| | text: ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (75, 22), end: (75-34), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (76, 5), end: (76-17), |
| | text: PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (88, 3), end: (88-13), |
| | text: InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (93, 3), end: (93-13), |
| | text: InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (99, 3), end: (99-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (106, 3), end: (106-14), |
| | text: PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (107, 50), end: (107-55), |
| | text: Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (129, 3), end: (129-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (134, 3), end: (134-14), |
| | text: PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (135, 48), end: (135-53), |
| | text: Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (36, 3), end: (36-11), text: |
| | Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (59, 3), end: (59-11), text: |
| | Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (47, 2), end: (47-8), text: Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (48, 2), end: (48-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (51, 3), end: (51-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (52, 3), end: (52-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (55, 3), end: (55-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (56, 3), end: (56-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (59, 3), end: (59-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (60, 3), end: (60-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (61, 3), end: (61-10), text: |
| | Pattern |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (64, 3), end: (64-12), text: |
| | OneToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (65, 3), end: (65-13), text: |
| | JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (66, 3), end: (66-10), text: |
| | OrderBy |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (147, 3), end: (147-11), text: |
| | Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (34, 2), end: (34-8), text: Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (35, 2), end: (35-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (38, 3), end: (38-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (39, 3), end: (39-17), text: |
| | DateTimeFormat |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (42, 3), end: (42-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (26, 2), end: (26-8), text: |
| | Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (27, 2), end: (27-7), text: Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (27, 3), end: (27-11), |
| | text: Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WelcomeController.java, start: (22, 2), end: (22-12), |
| | text: Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WelcomeController.java, start: (25, 3), end: (25-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (31, 2), end: |
| | (31-15), text: Configuration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (32, 2), end: |
| | (32-15), text: EnableCaching |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (35, 3), end: (35-7), |
| | text: Bean |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CrashController.java, start: (28, 2), end: (28-12), |
| | text: Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CrashController.java, start: (31, 3), end: (31-13), |
| | text: GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (23, 2), end: (23-15), |
| | text: Configuration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (24, 2), end: (24-18), |
| | text: SuppressWarnings |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (32, 3), end: (32-7), |
| | text: Bean |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (44, 3), end: (44-7), |
| | text: Bean |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (55, 3), end: (55-11), |
| | text: Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (32, 2), end: (32-18), text: |
| | MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (35, 3), end: (35-5), text: Id |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (36, 3), end: (36-17), text: |
| | GeneratedValue |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (27, 2), end: (27-18), text: |
| | MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (30, 3), end: (30-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (31, 3), end: (31-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (34, 3), end: (34-9), text: Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (35, 3), end: (35-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (30, 2), end: (30-18), text: |
| | MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (33, 3), end: (33-9), text: |
| | Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (34, 3), end: (34-11), text: |
| | NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (45, 3), end: (45-11), text: |
| | Override |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (28, 2), end: (28-23), |
| | text: SpringBootApplication |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (29, 2), end: (29-20), |
| | text: ImportRuntimeHints |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all java.class | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (26, 7), end: (26-15), text: |
| | VetTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (46, 7), end: (46-25), |
| | text: VetControllerTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (52, 7), end: (52-25), |
| | text: PetControllerTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (105, 8), end: |
| | (105-36), text: ProcessCreationFormHasErrors |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (183, 8), end: |
| | (183-34), text: ProcessUpdateFormHasErrors |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (61, 7), end: |
| | (61-27), text: OwnerControllerTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (46, 7), end: |
| | (46-27), text: VisitControllerTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (41, 7), end: (41-24), |
| | text: PetValidatorTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (78, 8), end: (78-25), |
| | text: ValidateHasErrors |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (43, 7), end: |
| | (43-28), text: PetTypeFormatterTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java, start: (31, 7), end: |
| | (31-27), text: CrashControllerTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (25, 14), end: |
| | (25-36), text: I18nPropertiesSyncTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (53, 7), |
| | end: (53-38), text: CrashControllerIntegrationTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (97, |
| | 15), end: (97-32), text: TestConfiguration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (35, 14), end: |
| | (35-39), text: PetClinicIntegrationTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (35, 7), end: (35-21), |
| | text: ValidatorTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (46, 7), end: (46-28), |
| | text: MySqlIntegrationTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/EntityUtils.java, start: (33, 23), end: (33-34), |
| | text: EntityUtils |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (74, 7), end: |
| | (74-25), text: ClinicServiceTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (33, 14), end: (33-34), |
| | text: MysqlTestApplication |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (55, 14), end: |
| | (55-38), text: PostgresIntegrationTests |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (94, 15), end: |
| | (94-31), text: PropertiesLogger |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (45, 14), end: (45-17), text: Vet |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (30, 14), end: (30-23), text: |
| | Specialty |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (36, 7), end: (36-20), text: |
| | VetController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (31, 14), end: (31-18), text: Vets |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (46, 14), end: (46-17), text: Pet |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (42, 7), end: (42-22), |
| | text: VisitController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (37, 14), end: (37-30), |
| | text: PetTypeFormatter |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (49, 7), end: (49-22), |
| | text: OwnerController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (48, 7), end: (48-20), |
| | text: PetController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (32, 14), end: (32-26), |
| | text: PetValidator |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (49, 14), end: (49-19), text: Owner |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (36, 14), end: (36-19), text: Visit |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (28, 14), end: (28-21), text: |
| | PetType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (25, 14), end: (25-35), |
| | text: PetClinicRuntimeHints |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WelcomeController.java, start: (23, 7), end: (23-24), |
| | text: WelcomeController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (33, 7), end: |
| | (33-25), text: CacheConfiguration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CrashController.java, start: (29, 7), end: (29-22), |
| | text: CrashController |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (25, 14), end: (25-30), |
| | text: WebConfiguration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (33, 14), end: (33-24), text: |
| | BaseEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (28, 14), end: (28-20), text: |
| | Person |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (31, 14), end: (31-25), text: |
| | NamedEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (30, 14), end: (30-34), |
| | text: PetClinicApplication |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all java.import | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (18, 8), end: (18-34), text: |
| | org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (19, 8), end: (19-51), text: |
| | org.springframework.util.SerializationUtils |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetTests.java, start: (21, 15), end: (21-57), text: |
| | org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (19, 8), end: (19-35), |
| | text: org.assertj.core.util.Lists |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (20, 8), end: (20-40), |
| | text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (21, 8), end: (21-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (22, 8), end: (22-61), |
| | text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (23, 8), end: (23-62), |
| | text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (24, 8), end: (24-69), |
| | text: org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (25, 8), end: (25-48), |
| | text: org.springframework.data.domain.PageImpl |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (26, 8), end: (26-48), |
| | text: org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (27, 8), end: (27-42), |
| | text: org.springframework.http.MediaType |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (28, 8), end: (28-62), |
| | text: org.springframework.test.context.aot.DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (29, 8), end: (29-74), |
| | text: org.springframework.test.context.bean.override.mockito.MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (30, 8), end: (30-52), |
| | text: org.springframework.test.web.servlet.MockMvc |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (31, 8), end: (31-58), |
| | text: org.springframework.test.web.servlet.ResultActions |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (32, 8), end: (32-75), |
| | text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (34, 15), end: (34-47), |
| | text: org.mockito.ArgumentMatchers.any |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (35, 15), end: (35-43), |
| | text: org.mockito.BDDMockito.given |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (36, 15), end: (36-86), |
| | text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/vet/VetControllerTests.java, start: (37, 15), end: (37-80), |
| | text: org.springframework.test.web.servlet.result.MockMvcResultMatchers |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (19, 8), end: (19-40), |
| | text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (20, 8), end: (20-36), |
| | text: org.junit.jupiter.api.Nested |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (21, 8), end: (21-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (22, 8), end: (22-61), |
| | text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (23, 8), end: (23-62), |
| | text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (24, 8), end: (24-69), |
| | text: org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (25, 8), end: (25-60), |
| | text: org.springframework.context.annotation.ComponentScan |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (26, 8), end: (26-57), |
| | text: org.springframework.context.annotation.FilterType |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (27, 8), end: (27-62), |
| | text: org.springframework.test.context.aot.DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (28, 8), end: (28-74), |
| | text: org.springframework.test.context.bean.override.mockito.MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (29, 8), end: (29-52), |
| | text: org.springframework.test.web.servlet.MockMvc |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (31, 8), end: (31-27), |
| | text: java.time.LocalDate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (32, 8), end: (32-22), |
| | text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (33, 8), end: (33-26), |
| | text: java.util.Optional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (35, 15), end: |
| | (35-43), text: org.mockito.BDDMockito.given |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (36, 15), end: |
| | (36-86), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (37, 15), end: |
| | (37-87), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (38, 15), end: |
| | (38-86), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.model |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (39, 15), end: |
| | (39-87), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.status |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetControllerTests.java, start: (40, 15), end: |
| | (40-85), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.view |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (19, 8), end: |
| | (19-40), text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (20, 8), end: |
| | (20-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (21, 8), end: |
| | (21-61), text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (22, 8), end: |
| | (22-62), text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (23, 8), end: |
| | (23-69), text: org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (24, 8), end: |
| | (24-44), text: org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (25, 8), end: |
| | (25-48), text: org.springframework.data.domain.PageImpl |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (26, 8), end: |
| | (26-48), text: org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (27, 8), end: |
| | (27-62), text: org.springframework.test.context.aot.DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (28, 8), end: |
| | (28-74), text: org.springframework.test.context.bean.override.mockito.MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (29, 8), end: |
| | (29-52), text: org.springframework.test.web.servlet.MockMvc |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (30, 8), end: |
| | (30-75), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (32, 8), end: |
| | (32-27), text: java.time.LocalDate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (33, 8), end: |
| | (33-22), text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (34, 8), end: |
| | (34-26), text: java.util.Optional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (36, 15), end: |
| | (36-42), text: org.hamcrest.Matchers.empty |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (37, 15), end: |
| | (37-48), text: org.hamcrest.Matchers.greaterThan |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (38, 15), end: |
| | (38-44), text: org.hamcrest.Matchers.hasItem |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (39, 15), end: |
| | (39-48), text: org.hamcrest.Matchers.hasProperty |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (40, 15), end: |
| | (40-44), text: org.hamcrest.Matchers.hasSize |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (41, 15), end: |
| | (41-39), text: org.hamcrest.Matchers.is |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (42, 15), end: |
| | (42-40), text: org.hamcrest.Matchers.not |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (43, 15), end: |
| | (43-47), text: org.mockito.ArgumentMatchers.any |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (44, 15), end: |
| | (44-53), text: org.mockito.ArgumentMatchers.anyString |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (45, 15), end: |
| | (45-46), text: org.mockito.ArgumentMatchers.eq |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (46, 15), end: |
| | (46-43), text: org.mockito.BDDMockito.given |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (47, 15), end: |
| | (47-39), text: org.mockito.Mockito.when |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (48, 15), end: |
| | (48-86), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (49, 15), end: |
| | (49-87), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerTests.java, start: (50, 15), end: |
| | (50-80), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (19, 15), end: |
| | (19-43), text: org.mockito.BDDMockito.given |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (20, 15), end: |
| | (20-86), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (21, 15), end: |
| | (21-87), text: org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (22, 15), end: |
| | (22-86), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.model |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (23, 15), end: |
| | (23-87), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.status |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (24, 15), end: |
| | (24-85), text: org.springframework.test.web.servlet.result.MockMvcResultMatchers.view |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (26, 8), end: |
| | (26-40), text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (27, 8), end: |
| | (27-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (28, 8), end: |
| | (28-61), text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (29, 8), end: |
| | (29-62), text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (30, 8), end: |
| | (30-69), text: org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (31, 8), end: |
| | (31-62), text: org.springframework.test.context.aot.DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (32, 8), end: |
| | (32-74), text: org.springframework.test.context.bean.override.mockito.MockitoBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (33, 8), end: |
| | (33-52), text: org.springframework.test.web.servlet.MockMvc |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/VisitControllerTests.java, start: (35, 8), end: |
| | (35-26), text: java.util.Optional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (19, 8), end: (19-40), |
| | text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (20, 8), end: (20-36), |
| | text: org.junit.jupiter.api.Nested |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (21, 8), end: (21-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (22, 8), end: (22-61), |
| | text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (23, 8), end: (23-50), |
| | text: org.junit.jupiter.api.extension.ExtendWith |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (24, 8), end: (24-50), |
| | text: org.mockito.junit.jupiter.MockitoExtension |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (25, 8), end: (25-45), |
| | text: org.springframework.validation.Errors |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (26, 8), end: (26-55), |
| | text: org.springframework.validation.MapBindingResult |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (28, 8), end: (28-27), |
| | text: java.time.LocalDate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (29, 8), end: (29-25), |
| | text: java.util.HashMap |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (31, 15), end: (31-59), |
| | text: org.junit.jupiter.api.Assertions.assertFalse |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetValidatorTests.java, start: (32, 15), end: (32-58), |
| | text: org.junit.jupiter.api.Assertions.assertTrue |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (19, 15), end: |
| | (19-57), text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (20, 15), end: |
| | (20-43), text: org.mockito.BDDMockito.given |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (22, 8), end: |
| | (22-32), text: java.text.ParseException |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (23, 8), end: |
| | (23-27), text: java.util.ArrayList |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (24, 8), end: |
| | (24-28), text: java.util.Collection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (25, 8), end: |
| | (25-22), text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (26, 8), end: |
| | (26-24), text: java.util.Locale |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (28, 8), end: |
| | (28-40), text: org.junit.jupiter.api.Assertions |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (29, 8), end: |
| | (29-40), text: org.junit.jupiter.api.BeforeEach |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (30, 8), end: |
| | (30-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (31, 8), end: |
| | (31-61), text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (32, 8), end: |
| | (32-50), text: org.junit.jupiter.api.extension.ExtendWith |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (33, 8), end: |
| | (33-24), text: org.mockito.Mock |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java, start: (34, 8), end: |
| | (34-50), text: org.mockito.junit.jupiter.MockitoExtension |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java, start: (19, 8), end: |
| | (19-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerTests.java, start: (21, 15), end: |
| | (21-72), text: org.assertj.core.api.Assertions.assertThatExceptionOfType |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (3, 8), end: |
| | (3-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (5, 8), end: |
| | (5-27), text: java.nio.file.Files |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (6, 8), end: |
| | (6-26), text: java.nio.file.Path |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (7, 8), end: |
| | (7-25), text: java.util.HashMap |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (8, 8), end: |
| | (8-22), text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (9, 8), end: |
| | (9-21), text: java.util.Map |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (10, 8), end: |
| | (10-28), text: java.util.Properties |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (11, 8), end: |
| | (11-21), text: java.util.Set |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (12, 8), end: |
| | (12-25), text: java.util.TreeSet |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (13, 8), end: |
| | (13-31), text: java.util.regex.Pattern |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (14, 8), end: |
| | (14-31), text: java.util.stream.Stream |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/I18nPropertiesSyncTest.java, start: (16, 15), end: |
| | (16-52), text: org.junit.jupiter.api.Assertions.fail |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (19, |
| | 15), end: (19-57), text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (20, |
| | 15), end: (20-94), text: org.springframework.boot.test.context.SpringBootTest.WebEnvironment.RANDOM_PORT |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (22, 8), |
| | end: (22-22), text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (23, 8), |
| | end: (23-21), text: java.util.Map |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (25, 8), |
| | end: (25-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (26, 8), |
| | end: (26-62), text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (27, 8), |
| | end: (27-58), text: org.springframework.beans.factory.annotation.Value |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (28, 8), |
| | end: (28-68), text: org.springframework.boot.autoconfigure.SpringBootApplication |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (29, 8), |
| | end: (29-86), text: org.springframework.boot.hibernate.autoconfigure.HibernateJpaAutoConfiguration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (30, 8), |
| | end: (30-79), text: org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (31, 8), |
| | end: (31-97), text: org.springframework.boot.jdbc.autoconfigure.DataSourceTransactionManagerAutoConfiguration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (32, 8), |
| | end: (32-64), text: org.springframework.boot.resttestclient.TestRestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (33, 8), |
| | end: (33-91), text: org.springframework.boot.resttestclient.autoconfigure.AutoConfigureTestRestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (34, 8), |
| | end: (34-60), text: org.springframework.boot.test.context.SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (35, 8), |
| | end: (35-59), text: org.springframework.core.ParameterizedTypeReference |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (36, 8), |
| | end: (36-43), text: org.springframework.http.HttpEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (37, 8), |
| | end: (37-44), text: org.springframework.http.HttpHeaders |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (38, 8), |
| | end: (38-43), text: org.springframework.http.HttpMethod |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (39, 8), |
| | end: (39-43), text: org.springframework.http.HttpStatus |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (40, 8), |
| | end: (40-42), text: org.springframework.http.MediaType |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (41, 8), |
| | end: (41-46), text: org.springframework.http.RequestEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/system/CrashControllerIntegrationTests.java, start: (42, 8), |
| | end: (42-47), text: org.springframework.http.ResponseEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (19, 15), end: |
| | (19-57), text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (21, 8), end: |
| | (21-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (22, 8), end: |
| | (22-62), text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (23, 8), end: |
| | (23-50), text: org.springframework.boot.SpringApplication |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (24, 8), end: |
| | (24-63), text: org.springframework.boot.restclient.RestTemplateBuilder |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (25, 8), end: |
| | (25-60), text: org.springframework.boot.test.context.SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (26, 8), end: |
| | (26-75), text: org.springframework.boot.test.context.SpringBootTest.WebEnvironment |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (27, 8), end: |
| | (27-64), text: org.springframework.boot.test.web.server.LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (28, 8), end: |
| | (28-43), text: org.springframework.http.HttpStatus |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (29, 8), end: |
| | (29-46), text: org.springframework.http.RequestEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (30, 8), end: |
| | (30-47), text: org.springframework.http.ResponseEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (31, 8), end: |
| | (31-63), text: org.springframework.samples.petclinic.vet.VetRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java, start: (32, 8), end: |
| | (32-51), text: org.springframework.web.client.RestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (19, 15), end: (19-57), |
| | text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (21, 8), end: (21-24), |
| | text: java.util.Locale |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (22, 8), end: (22-21), |
| | text: java.util.Set |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (24, 8), end: (24-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (25, 8), end: (25-60), |
| | text: org.springframework.context.i18n.LocaleContextHolder |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (26, 8), end: (26-79), |
| | text: org.springframework.validation.beanvalidation.LocalValidatorFactoryBean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (28, 8), end: (28-46), |
| | text: jakarta.validation.ConstraintViolation |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java, start: (29, 8), end: (29-36), |
| | text: jakarta.validation.Validator |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (19, 15), end: (19-57), |
| | text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (21, 8), end: (21-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (22, 8), end: (22-61), |
| | text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (23, 8), end: (23-62), |
| | text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (24, 8), end: (24-63), |
| | text: org.springframework.boot.restclient.RestTemplateBuilder |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (25, 8), end: (25-60), |
| | text: org.springframework.boot.test.context.SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (26, 8), end: (26-75), |
| | text: org.springframework.boot.test.context.SpringBootTest.WebEnvironment |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (27, 8), end: (27-64), |
| | text: org.springframework.boot.test.web.server.LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (28, 8), end: (28-84), |
| | text: org.springframework.boot.testcontainers.service.connection.ServiceConnection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (29, 8), end: (29-43), |
| | text: org.springframework.http.HttpStatus |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (30, 8), end: (30-46), |
| | text: org.springframework.http.RequestEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (31, 8), end: (31-47), |
| | text: org.springframework.http.ResponseEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (32, 8), end: (32-63), |
| | text: org.springframework.samples.petclinic.vet.VetRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (33, 8), end: (33-55), |
| | text: org.springframework.test.context.ActiveProfiles |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (34, 8), end: (34-62), |
| | text: org.springframework.test.context.aot.DisabledInAotMode |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (35, 8), end: (35-51), |
| | text: org.springframework.web.client.RestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (36, 8), end: (36-50), |
| | text: org.testcontainers.junit.jupiter.Container |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (37, 8), end: (37-55), |
| | text: org.testcontainers.junit.jupiter.Testcontainers |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (38, 8), end: (38-47), |
| | text: org.testcontainers.mysql.MySQLContainer |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MySqlIntegrationTests.java, start: (39, 8), end: (39-50), |
| | text: org.testcontainers.utility.DockerImageName |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/EntityUtils.java, start: (19, 8), end: (19-63), |
| | text: org.springframework.orm.ObjectRetrievalFailureException |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/EntityUtils.java, start: (20, 8), end: (20-62), |
| | text: org.springframework.samples.petclinic.model.BaseEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/EntityUtils.java, start: (22, 8), end: (22-28), |
| | text: java.util.Collection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (19, 15), end: |
| | (19-57), text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (21, 8), end: |
| | (21-27), text: java.time.LocalDate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (22, 8), end: |
| | (22-28), text: java.util.Collection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (23, 8), end: |
| | (23-26), text: java.util.Optional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (25, 8), end: |
| | (25-34), text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (26, 8), end: |
| | (26-62), text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (27, 8), end: |
| | (27-72), text: org.springframework.boot.data.jpa.test.autoconfigure.DataJpaTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (28, 8), end: |
| | (28-82), text: org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (29, 8), end: |
| | (29-90), text: org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (30, 8), end: |
| | (30-44), text: org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (31, 8), end: |
| | (31-48), text: org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (32, 8), end: |
| | (32-57), text: org.springframework.samples.petclinic.owner.Owner |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (33, 8), end: |
| | (33-67), text: org.springframework.samples.petclinic.owner.OwnerRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (34, 8), end: |
| | (34-55), text: org.springframework.samples.petclinic.owner.Pet |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (35, 8), end: |
| | (35-59), text: org.springframework.samples.petclinic.owner.PetType |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (36, 8), end: |
| | (36-69), text: org.springframework.samples.petclinic.owner.PetTypeRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (37, 8), end: |
| | (37-57), text: org.springframework.samples.petclinic.owner.Visit |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (38, 8), end: |
| | (38-53), text: org.springframework.samples.petclinic.vet.Vet |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (39, 8), end: |
| | (39-63), text: org.springframework.samples.petclinic.vet.VetRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java, start: (40, 8), end: |
| | (40-64), text: org.springframework.transaction.annotation.Transactional |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (19, 8), end: (19-50), |
| | text: org.springframework.boot.SpringApplication |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (20, 8), end: (20-84), |
| | text: org.springframework.boot.testcontainers.service.connection.ServiceConnection |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (21, 8), end: (21-51), |
| | text: org.springframework.context.annotation.Bean |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (22, 8), end: (22-60), |
| | text: org.springframework.context.annotation.Configuration |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (23, 8), end: (23-54), |
| | text: org.springframework.context.annotation.Profile |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (24, 8), end: (24-47), |
| | text: org.testcontainers.mysql.MySQLContainer |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java, start: (25, 8), end: (25-50), |
| | text: org.testcontainers.utility.DockerImageName |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (19, 15), end: |
| | (19-57), text: org.assertj.core.api.Assertions.assertThat |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (20, 15), end: |
| | (20-61), text: org.junit.jupiter.api.Assertions.assertNotNull |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (21, 15), end: |
| | (21-59), text: org.junit.jupiter.api.Assumptions.assumeTrue |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (23, 8), end: (23-24), |
| | text: java.util.Arrays |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (24, 8), end: (24-28), |
| | text: java.util.LinkedList |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (25, 8), end: (25-22), |
| | text: java.util.List |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (27, 8), end: (27-38), |
| | text: org.apache.commons.logging.Log |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (28, 8), end: (28-45), |
| | text: org.apache.commons.logging.LogFactory |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (29, 8), end: (29-39), |
| | text: org.junit.jupiter.api.BeforeAll |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (30, 8), end: (30-34), |
| | text: org.junit.jupiter.api.Test |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (31, 8), end: (31-61), |
| | text: org.junit.jupiter.api.condition.DisabledInNativeImage |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (32, 8), end: (32-62), |
| | text: org.springframework.beans.factory.annotation.Autowired |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (33, 8), end: (33-65), |
| | text: org.springframework.boot.builder.SpringApplicationBuilder |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (34, 8), end: (34-71), |
| | text: org.springframework.boot.context.event.ApplicationPreparedEvent |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (35, 8), end: (35-63), |
| | text: org.springframework.boot.restclient.RestTemplateBuilder |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (36, 8), end: (36-60), |
| | text: org.springframework.boot.test.context.SpringBootTest |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (37, 8), end: (37-75), |
| | text: org.springframework.boot.test.context.SpringBootTest.WebEnvironment |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (38, 8), end: (38-64), |
| | text: org.springframework.boot.test.web.server.LocalServerPort |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (39, 8), end: (39-55), |
| | text: org.springframework.context.ApplicationListener |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (40, 8), end: (40-60), |
| | text: org.springframework.core.env.ConfigurableEnvironment |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (41, 8), end: (41-61), |
| | text: org.springframework.core.env.EnumerablePropertySource |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (42, 8), end: (42-51), |
| | text: org.springframework.core.env.PropertySource |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (43, 8), end: (43-43), |
| | text: org.springframework.http.HttpStatus |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (44, 8), end: (44-46), |
| | text: org.springframework.http.RequestEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (45, 8), end: (45-47), |
| | text: org.springframework.http.ResponseEntity |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (46, 8), end: (46-63), |
| | text: org.springframework.samples.petclinic.vet.VetRepository |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (47, 8), end: (47-55), |
| | text: org.springframework.test.context.ActiveProfiles |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (48, 8), end: (48-51), |
| | text: org.springframework.web.client.RestTemplate |
| | --- result --- |
| | Path: src/test/java/org/springframework/samples/petclinic/PostgresIntegrationTests.java, start: (49, 8), end: (49-46), |
| | text: org.testcontainers.DockerClientFactory |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (18, 8), end: (18-28), text: |
| | java.util.Comparator |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (19, 8), end: (19-25), text: |
| | java.util.HashSet |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (20, 8), end: (20-22), text: |
| | java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (21, 8), end: (21-21), text: |
| | java.util.Set |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (22, 8), end: (22-35), text: |
| | java.util.stream.Collectors |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (24, 8), end: (24-63), text: |
| | org.springframework.samples.petclinic.model.NamedEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (25, 8), end: (25-58), text: |
| | org.springframework.samples.petclinic.model.Person |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (27, 8), end: (27-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (28, 8), end: (28-37), text: |
| | jakarta.persistence.FetchType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (29, 8), end: (29-38), text: |
| | jakarta.persistence.JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (30, 8), end: (30-37), text: |
| | jakarta.persistence.JoinTable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (31, 8), end: (31-38), text: |
| | jakarta.persistence.ManyToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (32, 8), end: (32-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vet.java, start: (33, 8), end: (33-46), text: |
| | jakarta.xml.bind.annotation.XmlElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (18, 8), end: (18-63), text: |
| | org.springframework.samples.petclinic.model.NamedEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (20, 8), end: (20-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Specialty.java, start: (21, 8), end: (21-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (18, 8), end: (18-22), text: |
| | java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (20, 8), end: (20-44), text: |
| | org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (21, 8), end: (21-51), text: |
| | org.springframework.data.domain.PageRequest |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (22, 8), end: (22-48), text: |
| | org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (23, 8), end: (23-49), text: |
| | org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (24, 8), end: (24-36), text: |
| | org.springframework.ui.Model |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (25, 8), end: (25-58), text: |
| | org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (26, 8), end: (26-60), text: |
| | org.springframework.web.bind.annotation.RequestParam |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetController.java, start: (27, 8), end: (27-60), text: |
| | org.springframework.web.bind.annotation.ResponseBody |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (18, 8), end: (18-54), text: |
| | org.springframework.cache.annotation.Cacheable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (19, 8), end: (19-51), text: |
| | org.springframework.dao.DataAccessException |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (20, 8), end: (20-44), text: |
| | org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (21, 8), end: (21-48), text: |
| | org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (22, 8), end: (22-54), text: |
| | org.springframework.data.repository.Repository |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (23, 8), end: (23-64), text: |
| | org.springframework.transaction.annotation.Transactional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (25, 8), end: (25-28), text: |
| | java.util.Collection |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (18, 8), end: (18-27), text: |
| | java.util.ArrayList |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (19, 8), end: (19-22), text: |
| | java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (21, 8), end: (21-46), text: |
| | jakarta.xml.bind.annotation.XmlElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/vet/Vets.java, start: (22, 8), end: (22-50), text: |
| | jakarta.xml.bind.annotation.XmlRootElement |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (18, 8), end: (18-27), text: |
| | java.time.LocalDate |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (19, 8), end: (19-28), text: |
| | java.util.Collection |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (20, 8), end: (20-31), text: |
| | java.util.LinkedHashSet |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (21, 8), end: (21-21), text: |
| | java.util.Set |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (23, 8), end: (23-60), text: |
| | org.springframework.format.annotation.DateTimeFormat |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (24, 8), end: (24-63), text: |
| | org.springframework.samples.petclinic.model.NamedEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (26, 8), end: (26-39), text: |
| | jakarta.persistence.CascadeType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (27, 8), end: (27-34), text: |
| | jakarta.persistence.Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (28, 8), end: (28-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (29, 8), end: (29-37), text: |
| | jakarta.persistence.FetchType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (30, 8), end: (30-38), text: |
| | jakarta.persistence.JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (31, 8), end: (31-37), text: |
| | jakarta.persistence.ManyToOne |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (32, 8), end: (32-37), text: |
| | jakarta.persistence.OneToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (33, 8), end: (33-35), text: |
| | jakarta.persistence.OrderBy |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Pet.java, start: (34, 8), end: (34-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (18, 8), end: (18-21), |
| | text: java.util.Map |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (19, 8), end: (19-26), |
| | text: java.util.Optional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (21, 8), end: (21-49), |
| | text: org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (22, 8), end: (22-52), |
| | text: org.springframework.validation.BindingResult |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (23, 8), end: (23-50), |
| | text: org.springframework.web.bind.WebDataBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (24, 8), end: (24-58), |
| | text: org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (25, 8), end: (25-58), |
| | text: org.springframework.web.bind.annotation.InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (26, 8), end: (26-62), |
| | text: org.springframework.web.bind.annotation.ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (27, 8), end: (27-60), |
| | text: org.springframework.web.bind.annotation.PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (28, 8), end: (28-59), |
| | text: org.springframework.web.bind.annotation.PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (30, 8), end: (30-32), |
| | text: jakarta.validation.Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/VisitController.java, start: (31, 8), end: (31-70), |
| | text: org.springframework.web.servlet.mvc.support.RedirectAttributes |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (18, 8), end: (18-44), |
| | text: org.springframework.format.Formatter |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (19, 8), end: (19-48), |
| | text: org.springframework.stereotype.Component |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (21, 8), end: (21-32), |
| | text: java.text.ParseException |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (22, 8), end: (22-28), |
| | text: java.util.Collection |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (23, 8), end: (23-24), |
| | text: java.util.Locale |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeFormatter.java, start: (24, 8), end: (24-25), |
| | text: java.util.Objects |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerRepository.java, start: (18, 8), end: (18-26), |
| | text: java.util.Optional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerRepository.java, start: (20, 8), end: (20-44), |
| | text: org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerRepository.java, start: (21, 8), end: (21-48), |
| | text: org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerRepository.java, start: (22, 8), end: (22-61), |
| | text: org.springframework.data.jpa.repository.JpaRepository |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (18, 8), end: (18-22), |
| | text: java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (19, 8), end: (19-25), |
| | text: java.util.Objects |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (20, 8), end: (20-26), |
| | text: java.util.Optional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (22, 8), end: (22-44), |
| | text: org.springframework.data.domain.Page |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (23, 8), end: (23-51), |
| | text: org.springframework.data.domain.PageRequest |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (24, 8), end: (24-48), |
| | text: org.springframework.data.domain.Pageable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (25, 8), end: (25-49), |
| | text: org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (26, 8), end: (26-36), |
| | text: org.springframework.ui.Model |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (27, 8), end: (27-52), |
| | text: org.springframework.validation.BindingResult |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (28, 8), end: (28-50), |
| | text: org.springframework.web.bind.WebDataBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (29, 8), end: (29-58), |
| | text: org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (30, 8), end: (30-58), |
| | text: org.springframework.web.bind.annotation.InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (31, 8), end: (31-62), |
| | text: org.springframework.web.bind.annotation.ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (32, 8), end: (32-60), |
| | text: org.springframework.web.bind.annotation.PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (33, 8), end: (33-59), |
| | text: org.springframework.web.bind.annotation.PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (34, 8), end: (34-60), |
| | text: org.springframework.web.bind.annotation.RequestParam |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (35, 8), end: (35-52), |
| | text: org.springframework.web.servlet.ModelAndView |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (37, 8), end: (37-32), |
| | text: jakarta.validation.Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java, start: (39, 8), end: (39-70), |
| | text: org.springframework.web.servlet.mvc.support.RedirectAttributes |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeRepository.java, start: (19, 8), end: (19-22), |
| | text: java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeRepository.java, start: (21, 8), end: (21-61), |
| | text: org.springframework.data.jpa.repository.JpaRepository |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeRepository.java, start: (22, 8), end: (22-53), |
| | text: org.springframework.data.jpa.repository.Query |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (18, 8), end: (18-27), |
| | text: java.time.LocalDate |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (19, 8), end: (19-28), |
| | text: java.util.Collection |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (20, 8), end: (20-25), |
| | text: java.util.Objects |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (21, 8), end: (21-26), |
| | text: java.util.Optional |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (23, 8), end: (23-49), |
| | text: org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (24, 8), end: (24-39), |
| | text: org.springframework.ui.ModelMap |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (25, 8), end: (25-39), |
| | text: org.springframework.util.Assert |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (26, 8), end: (26-44), |
| | text: org.springframework.util.StringUtils |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (27, 8), end: (27-52), |
| | text: org.springframework.validation.BindingResult |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (28, 8), end: (28-50), |
| | text: org.springframework.web.bind.WebDataBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (29, 8), end: (29-58), |
| | text: org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (30, 8), end: (30-58), |
| | text: org.springframework.web.bind.annotation.InitBinder |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (31, 8), end: (31-62), |
| | text: org.springframework.web.bind.annotation.ModelAttribute |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (32, 8), end: (32-60), |
| | text: org.springframework.web.bind.annotation.PathVariable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (33, 8), end: (33-59), |
| | text: org.springframework.web.bind.annotation.PostMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (34, 8), end: (34-62), |
| | text: org.springframework.web.bind.annotation.RequestMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (36, 8), end: (36-32), |
| | text: jakarta.validation.Valid |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetController.java, start: (38, 8), end: (38-70), |
| | text: org.springframework.web.servlet.mvc.support.RedirectAttributes |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (18, 8), end: (18-44), text: |
| | org.springframework.util.StringUtils |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (19, 8), end: (19-45), text: |
| | org.springframework.validation.Errors |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetValidator.java, start: (20, 8), end: (20-48), text: |
| | org.springframework.validation.Validator |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (18, 8), end: (18-27), text: |
| | java.util.ArrayList |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (19, 8), end: (19-22), text: |
| | java.util.List |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (20, 8), end: (20-25), text: |
| | java.util.Objects |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (22, 8), end: (22-54), text: |
| | org.springframework.core.style.ToStringCreator |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (23, 8), end: (23-58), text: |
| | org.springframework.samples.petclinic.model.Person |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (24, 8), end: (24-39), text: |
| | org.springframework.util.Assert |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (26, 8), end: (26-39), text: |
| | jakarta.persistence.CascadeType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (27, 8), end: (27-34), text: |
| | jakarta.persistence.Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (28, 8), end: (28-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (29, 8), end: (29-37), text: |
| | jakarta.persistence.FetchType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (30, 8), end: (30-38), text: |
| | jakarta.persistence.JoinColumn |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (31, 8), end: (31-37), text: |
| | jakarta.persistence.OneToMany |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (32, 8), end: (32-35), text: |
| | jakarta.persistence.OrderBy |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (33, 8), end: (33-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (34, 8), end: (34-46), text: |
| | jakarta.validation.constraints.Pattern |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Owner.java, start: (35, 8), end: (35-47), text: |
| | jakarta.validation.constraints.NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (18, 8), end: (18-27), text: |
| | java.time.LocalDate |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (20, 8), end: (20-60), text: |
| | org.springframework.format.annotation.DateTimeFormat |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (21, 8), end: (21-62), text: |
| | org.springframework.samples.petclinic.model.BaseEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (23, 8), end: (23-34), text: |
| | jakarta.persistence.Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (24, 8), end: (24-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (25, 8), end: (25-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/Visit.java, start: (26, 8), end: (26-47), text: |
| | jakarta.validation.constraints.NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (18, 8), end: (18-63), text: |
| | org.springframework.samples.petclinic.model.NamedEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (20, 8), end: (20-34), text: |
| | jakarta.persistence.Entity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetType.java, start: (21, 8), end: (21-33), text: |
| | jakarta.persistence.Table |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (19, 8), end: (19-49), |
| | text: org.springframework.aot.hint.RuntimeHints |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (20, 8), end: (20-58), |
| | text: org.springframework.aot.hint.RuntimeHintsRegistrar |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (21, 8), end: (21-62), |
| | text: org.springframework.samples.petclinic.model.BaseEntity |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (22, 8), end: (22-58), |
| | text: org.springframework.samples.petclinic.model.Person |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicRuntimeHints.java, start: (23, 8), end: (23-53), |
| | text: org.springframework.samples.petclinic.vet.Vet |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WelcomeController.java, start: (19, 8), end: (19-49), |
| | text: org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WelcomeController.java, start: (20, 8), end: (20-58), |
| | text: org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (19, 8), end: |
| | (19-76), text: org.springframework.boot.cache.autoconfigure.JCacheManagerCustomizer |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (20, 8), end: |
| | (20-58), text: org.springframework.cache.annotation.EnableCaching |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (21, 8), end: |
| | (21-51), text: org.springframework.context.annotation.Bean |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (22, 8), end: |
| | (22-60), text: org.springframework.context.annotation.Configuration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CacheConfiguration.java, start: (24, 8), end: |
| | (24-54), text: javax.cache.configuration.MutableConfiguration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CrashController.java, start: (18, 8), end: (18-49), |
| | text: org.springframework.stereotype.Controller |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/CrashController.java, start: (19, 8), end: (19-58), |
| | text: org.springframework.web.bind.annotation.GetMapping |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (3, 8), end: (3-51), |
| | text: org.springframework.context.annotation.Bean |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (4, 8), end: (4-60), |
| | text: org.springframework.context.annotation.Configuration |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (5, 8), end: (5-54), |
| | text: org.springframework.web.servlet.LocaleResolver |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (6, 8), end: (6-77), |
| | text: org.springframework.web.servlet.config.annotation.InterceptorRegistry |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (7, 8), end: (7-74), |
| | text: org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (8, 8), end: (8-68), |
| | text: org.springframework.web.servlet.i18n.LocaleChangeInterceptor |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (9, 8), end: (9-66), |
| | text: org.springframework.web.servlet.i18n.SessionLocaleResolver |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/system/WebConfiguration.java, start: (11, 8), end: (11-24), |
| | text: java.util.Locale |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (18, 8), end: (18-28), text: |
| | java.io.Serializable |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (20, 8), end: (20-42), text: |
| | jakarta.persistence.GeneratedValue |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (21, 8), end: (21-42), text: |
| | jakarta.persistence.GenerationType |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (22, 8), end: (22-30), text: |
| | jakarta.persistence.Id |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java, start: (23, 8), end: (23-44), text: |
| | jakarta.persistence.MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (18, 8), end: (18-34), text: |
| | jakarta.persistence.Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (19, 8), end: (19-44), text: |
| | jakarta.persistence.MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/Person.java, start: (20, 8), end: (20-47), text: |
| | jakarta.validation.constraints.NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (18, 8), end: (18-34), text: |
| | jakarta.persistence.Column |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (19, 8), end: (19-44), text: |
| | jakarta.persistence.MappedSuperclass |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/model/NamedEntity.java, start: (20, 8), end: (20-47), text: |
| | jakarta.validation.constraints.NotBlank |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (19, 8), end: (19-50), |
| | text: org.springframework.boot.SpringApplication |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (20, 8), end: (20-68), |
| | text: org.springframework.boot.autoconfigure.SpringBootApplication |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java, start: (21, 8), end: (21-65), |
| | text: org.springframework.context.annotation.ImportRuntimeHints |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all java.interface | Path: src/main/java/org/springframework/samples/petclinic/vet/VetRepository.java, start: (38, 18), end: (38-31), text: |
| | VetRepository |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/OwnerRepository.java, start: (36, 18), end: (36-33), |
| | text: OwnerRepository |
| | --- result --- |
| | Path: src/main/java/org/springframework/samples/petclinic/owner/PetTypeRepository.java, start: (30, 18), end: (30-35), |
| | text: PetTypeRepository |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all pom.dependencies | Dependency found: org.springframework.boot:spring-boot-starter-actuator:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 42 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-cache:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 46 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-data-jpa:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 50 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-thymeleaf:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 54 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-validation:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 58 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-webmvc:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 62 and position: 17 |
| | --- result --- |
| | Dependency found: javax.cache:cache-api:1.1.1 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 67 and position: 17 |
| | --- result --- |
| | Dependency found: jakarta.xml.bind:jakarta.xml.bind-api:4.0.4 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 71 and position: 17 |
| | --- result --- |
| | Dependency found: com.h2database:h2:2.4.240 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 76 and position: 17 |
| | --- result --- |
| | Dependency found: com.github.ben-manes.caffeine:caffeine:3.2.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 81 and position: 17 |
| | --- result --- |
| | Dependency found: com.mysql:mysql-connector-j:9.6.0 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 86 and position: 17 |
| | --- result --- |
| | Dependency found: org.postgresql:postgresql:42.7.10 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 91 and position: 17 |
| | --- result --- |
| | Dependency found: org.webjars:webjars-locator-lite:1.1.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 96 and position: 17 |
| | --- result --- |
| | Dependency found: org.webjars.npm:bootstrap:5.3.8 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 102 and position: 17 |
| | --- result --- |
| | Dependency found: org.webjars.npm:font-awesome:4.7.0 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 108 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-devtools:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 115 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-data-jpa-test:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 121 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-restclient:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 126 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-restclient-test:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 131 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-starter-webmvc-test:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 136 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-testcontainers:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 141 and position: 17 |
| | --- result --- |
| | Dependency found: org.springframework.boot:spring-boot-docker-compose:4.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 146 and position: 17 |
| | --- result --- |
| | Dependency found: org.testcontainers:testcontainers-junit-jupiter:2.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 151 and position: 17 |
| | --- result --- |
| | Dependency found: org.testcontainers:testcontainers-mysql:2.0.3 in file: |
| | /Users/cmoullia/code/quarkus/rewrite-mtool/applications-to-migrate/ai-migrate-spring-petclinic-to-quarkus/pom.xml, at |
| | line: 156 and position: 17 |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| Plan to analyze java code source :: find all properties | Path: src/main/resources/application-postgres.properties, start: (2, 1), end: (2-18), text: database=postgres |
| | --- result --- |
| | Path: src/main/resources/application-postgres.properties, start: (3, 1), end: (3-76), text: |
| | spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-postgres.properties, start: (4, 1), end: (4-54), text: |
| | spring.datasource.username=${POSTGRES_USER:petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-postgres.properties, start: (5, 1), end: (5-54), text: |
| | spring.datasource.password=${POSTGRES_PASS:petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-postgres.properties, start: (7, 1), end: (7-28), text: |
| | spring.sql.init.mode=always |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (2, 1), end: (2-12), text: database=h2 |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (3, 1), end: (3-70), text: |
| | spring.sql.init.schema-locations=classpath*:db/${database}/schema.sql |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (4, 1), end: (4-66), text: |
| | spring.sql.init.data-locations=classpath*:db/${database}/data.sql |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (7, 1), end: (7-27), text: spring.thymeleaf.mode=HTML |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (10, 1), end: (10-35), text: |
| | spring.jpa.hibernate.ddl-auto=none |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (11, 1), end: (11-30), text: spring.jpa.open-in-view=false |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (12, 1), end: (12-114), text: |
| | spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (13, 1), end: (13-60), text: |
| | spring.jpa.properties.hibernate.default_batch_fetch_size=16 |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (16, 1), end: (16-43), text: |
| | spring.messages.basename=messages/messages |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (21, 1), end: (21-44), text: |
| | management.endpoints.web.exposure.include=* |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (24, 1), end: (24-39), text: |
| | logging.level.org.springframework=INFO |
| | --- result --- |
| | Path: src/main/resources/application.properties, start: (29, 1), end: (29-52), text: |
| | spring.web.resources.cache.cachecontrol.max-age=12h |
| | --- result --- |
| | Path: src/main/resources/application-mysql.properties, start: (2, 1), end: (2-15), text: database=mysql |
| | --- result --- |
| | Path: src/main/resources/application-mysql.properties, start: (3, 1), end: (3-68), text: |
| | spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost/petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-mysql.properties, start: (4, 1), end: (4-51), text: |
| | spring.datasource.username=${MYSQL_USER:petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-mysql.properties, start: (5, 1), end: (5-51), text: |
| | spring.datasource.password=${MYSQL_PASS:petclinic} |
| | --- result --- |
| | Path: src/main/resources/application-mysql.properties, start: (7, 1), end: (7-28), text: spring.sql.init.mode=always |
+---------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
2026-07-01 16:48:00,445 INFO [dev.snowdrop.mtool.commands.ScannerCommand] (main) 792 result(s) from plan 'Plan to analyze java code source'. Elapsed: 2475 ms
2026-07-01 16:48:00,457 INFO [io.quarkus] (main) migration-cli stopped in 0.011s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment