Skip to content

Commit

Permalink
Update "change notes" section in plugin.xml for 2022.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassiliy-Kudryashov committed Mar 22, 2023
1 parent e6b1a59 commit 2793524
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions utbot-intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,18 @@
</description>
<change-notes>
<![CDATA[
Check out UnitTestBot new features and major improvements in the latest release:
Try out the latest UnitTestBot release — сheck the new features and improvements available for IntelliJ IDEA 2022.1–2022.2:
<ul>
<li>Generating tests for Python and JavaScript</li>
<li>New fuzzing platform providing support for multiple languages</li>
<li>Improved test generation for Kotlin code</li>
<li>Multiprocess architecture based on the <a href="https://github.com/JetBrains/rd">Reactive Distributed communication framework</a> with advanced logging and debugging options</li>
<li>Symbolic execution engine with higher priority and fewer false UNSAT verdicts</li>
<li>UI/UX improvements for test sources root, <code>setting.properties</code> file, cancellation, timeout settings, notifications</li>
<li>Summaries with fine-grained settings</li>
<li>SARIF reports enabled by default, displaying sandbox-related and timeout test failures, properly addressing source files</li>
<li>Improved monitoring visualized with Grafana</li>
<li>Test generation bug fixes</li>
<li>Detailed documentation on UnitTestBot components including UnitTestBot architecture overview</li>
<li>Automated unit test generation for Go code (supported for IntelliJ IDEA Ultimate)</li>
<li>Major improvements to Python support: new fuzzing platform, redesigned type inference algorithm, support for generics and protocols, 10x faster performance when running functions</li>
<li>Enhanced test generation for JavaScript: streamlined installation and configuration process, new fuzzing platform, improved UI, support for collections</li>
<li>Symbolic execution improvements for generating Java/Kotlin tests: support for ARM architecture on macOS devices, better support for generics, support for virtual invokes on <i>enum</i> instances, processing <i>clinit</i> sections</li>
<li>Mocking improvements for generating Java/Kotlin tests: symbolic mocks for popular but insignificant methods, assertions using <i>deep equality</i> for mocks</li>
<li>Bug fixes and refactoring for the major components</li>
<li>Documentation updates</li>
</ul>
]]>
</change-notes>
<extensions defaultExtensionNs="com.intellij">
</change-notes> <extensions defaultExtensionNs="com.intellij">
<globalInspection language="JAVA"
displayName="Errors detected by UnitTestBot"
groupPath="Java"
Expand Down

0 comments on commit 2793524

Please sign in to comment.