- Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-bugIssue is a bugIssue is a bug
Description
Description
Newly introduced in #2444 ModificationTransformationMode.ReadAndWrite misses some field usages.
To Reproduce
Evaluate the following while generating tests for spring-petclinic.
UtBotFieldsModificatorsSearcher( modificationTransformationMode = ModificationTransformationMode.ReadAndWrite ).also { it.update(setOf(ClassId("org.springframework.samples.petclinic.owner.OwnerController"))) }.getModificatorToFields(analysisMode = AnalysisMode.Methods)Expected behavior
For method processCreationForm usage of field owners is found.
Actual behavior
No field usages are found for method processCreationForm.
Visual proofs (screenshots, logs, images)
Metadata
Metadata
Assignees
Labels
comp-springIssue is related to Spring projects supportIssue is related to Spring projects supportctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done
