-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress bar shows the progress stepwise and incorrectly #1196
Labels
comp-ui
Improvements of plugin UI appearence and functionality
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Comments
68 tasks
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 20, 2022
3 tasks
3 tasks
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 21, 2022
Repository owner
moved this from In Progress
to Done
in UTBot Java
Oct 21, 2022
Progress is still shown stepwise. Need to show it smoothly - during another class generation. |
Repository owner
moved this from Done
to In Progress
in UTBot Java
Oct 21, 2022
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 21, 2022
Add inner smooth animation for every class
3 tasks
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 24, 2022
Repository owner
moved this from In Progress
to Done
in UTBot Java
Oct 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-ui
Improvements of plugin UI appearence and functionality
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Description
IDEA progress bar doesn't show real progress. It is updated stepwise.
When half classes in a package had been selected the progress shows the middle position at the end.
To Reproduce
Expected behavior
Progress bar is expected to show the progress of generation smoothly.
The whole line should be divided by the number of classes/methods selected in Members list.
Actual behavior
Progress bar is not changing when a class is being processed.
It changes once a class has been processed - stepwise. When last class is generated progress bar shows about half progress.
Visual proofs (screenshots, logs, images)
Environment
WINDOWS 10 Pro
IntelliJ IDEA 2022.2.3 (Oct 5)
The text was updated successfully, but these errors were encountered: