Python plugin causes makes opening test generation dialog in Java project to fail with NoClassDefFoundError
#2720
Labels
comp-ide
Issue is related to IDE support
ctg-bug
Issue is a bug
lang-python
Issue is related to python support
priority-blocker
Bug blocking some of the main features
Description
Python plugin causes makes opening test generation dialog in Java project to fail with ``.
To Reproduce
Alt+Shift+U
,Alt+Shift+T
Expected behavior
Test generation dialog is opened.
Actual behavior
No visual changes.
Additional context
Replacing
pythonIde=IC,IU,PC,PY
withpythonIde=
ingradle.properties
resolves the issue.Visual proofs (screenshots, logs, images)
There's a following error in the IDE process logs:
Environment
Ubuntu 22.04.3 LTS
Java 17
The text was updated successfully, but these errors were encountered: