JetBrains-Research / TestSpark

TestSpark - a plugin for generating unit tests. TestSpark natively integrates different AI-based test generation tools and techniques in the IDE. Started by SERG TU Delft. Currently under implementation by JetBrains Research (ICTL) for research purposes.
MIT License
35 stars 9 forks source link

Remove named variables for code type radio buttons #250

Closed Vladislav0Art closed 1 month ago

Vladislav0Art commented 1 month ago

Description of changes made

I accidentally introduced bug #245 by assigning the array elements (i.e., buttons stored within the array) to the variables without checking for bounds.

There is another bug present before any modifications; it requires a different PR, as there will be quite a few modifications.

Why is merge request needed

It fixes the issue.

Other notes

Closes #245