You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IllegalStateException thrown in IDEA together with notification that generated file exceeds configured limit.
It is about UtUtils.java exceeds configured limit.
To Reproduce
In ~/.utbot/settings.properties: set maxTestFileSize=1000
Generate tests with 95% Symbolic execution for StringExamples
Expected behavior
Only notification should be displayed for the user.
No exception should be thrown to IDEA.
Actual behavior
Together with notification java.lang.IllegalStateException: Size of UtUtils.java exceeds configured limit (100 bytes), reformatting was skipped. The limit can be configured in '{HOME_DIR}/.utbot/settings.properties' with 'maxTestFileSize' property
alisevych
changed the title
IllegalStateException about UtUtils.java exceeds configured limit is thrown in IDEA
IllegalStateException is thrown in IDEA together with notification that file exceeds configured limit
Nov 2, 2022
Uh oh!
There was an error while loading. Please reload this page.
Description
IllegalStateException thrown in IDEA together with notification that generated file exceeds configured limit.
It is about UtUtils.java exceeds configured limit.
To Reproduce
~/.utbot/settings.properties
: setmaxTestFileSize=1000
StringExamples
Expected behavior
Only notification should be displayed for the user.
No exception should be thrown to IDEA.
Actual behavior
Together with notification
java.lang.IllegalStateException: Size of UtUtils.java exceeds configured limit (100 bytes), reformatting was skipped. The limit can be configured in '{HOME_DIR}/.utbot/settings.properties' with 'maxTestFileSize' property
Visual proofs (screenshots, logs, images)
The following exception is thrown:
Environment
Windows 10 Pro
IntelliJ IDEA 2022.2.3
The text was updated successfully, but these errors were encountered: