-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Involved Module
- UI
- EvoSuite
- LLM
- Kex
- Other (please explain)
Describe the bug
If the same class is retrieved as an "interesting class" several times, several occurrences of the class will be present in the final context despite the MutableSet used.
To Reproduce
Steps to reproduce the behavior:
- Open a class with several methods which use the same other class
- Generate tests for the class.
- Go to the idea.log to see the prompt.
- The "other" class appears several times in the prompt.
Expected behavior
If the "other" class is present several times, only one occurrence of the method signature must be present in the final prompt.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working