-
Notifications
You must be signed in to change notification settings - Fork 46
Plugin is not compatible with IntelliJ IDE 2022.3 #1466
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Milestone
Comments
There is no kotlin distributable that we can use for the latest version. Will wait for the next release. |
58 tasks
Unfortunately, the last abailable version is 222-1.7.21-release-272-IJ4167.29 |
After this bug is fixed - also check rendering custom Java docs in newest IDE. |
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Dec 30, 2022
3 tasks
3 tasks
Kotlin plugin last released version is still 222. |
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 3, 2023
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 3, 2023
update intellijPluginVersion
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 3, 2023
update sinceBuild as soon as IDEA 2022.3 has incompatible changes
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 3, 2023
update sinceBuild as soon as IDEA 2022.3 has incompatible changes
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 6, 2023
update target java version to 17
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 7, 2023
update docker image to java 17 / gradle 7.6.1 / kotlinc1.8.0
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 7, 2023
update docker image to java 17 / gradle 7.6.1 / kotlinc1.8.0
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 10, 2023
Many updates in Gradle configuration
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 10, 2023
Update docker image name in all .yml configs
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 10, 2023
Specify explicit JUnit dependency for 'utbot-intellij' module
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Fixed throwing signature for the "getFieldValue" method
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Avoid reflection access to prohibited "MethodHandles.Lookup.allowedModes" field
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Support work with "MethodHandles.Lookup.allowedModes" field for Java versions older than 17
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Implement robust reflection-related approach to embed generation snippets
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Implement robust reflection-related approach to embed generation snippets
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 13, 2023
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Mar 14, 2023
Fix for GlobalSearchScope (IntelliJ API)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
UnitTestBot cannot be installed into the latest IDE: IDEA, PyCharm, WebStorm, because it has limitation up to 222.* version.
Latest PyCharm 2022.3 has 223.7571.203 version (came out on Dec 1)
Same for latest WebStorm 2022.3 (Nov 28)
Same for IDEA (Nov 30)
To Reproduce
Expected behavior
UnitTestBot is supposed to be installed.
Actual behavior
Error message that UnitTestBot is not compatible with this IDE version
Visual proofs (screenshots, logs, images)
Plugin 'UnitTestBot' (version '2022.12.576.') is not compatible with the current version of the IDE, because it requires build 222.* or older but the current build is PC-223.7571.203
Environment
Windows 10 Pro
IntelliJ PyCharm Community 2022.3 / IDEA / WebStorm
The text was updated successfully, but these errors were encountered: