Involved Module
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.
Involved Module
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
MutableSetused.To Reproduce
Steps to reproduce the behavior:
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.