Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Intellij IDEA, Local History report and labels.
Permanently deleted user
Created
I am looking at Intellij IDEA, Local History report and labels and it looks like it makes a label everytime my code passes and failed a junit test. it that true?
The ide might choose a label's related to the recent commands but that is provided just as a convenience feature. Imagine that every project file's state is saved on every unit test run. It would be a unnecessary resources consumption.
Anyway, you can't control auto-created local history label's name and there is no need to bother about that.
That is not true.
Denis
Look at my screen shot you can see labels from in green and red this is time snapshot of the times of the test

The ide might choose a label's related to the recent commands but that is provided just as a convenience feature. Imagine that every project file's state is saved on every unit test run. It would be a unnecessary resources consumption.
Anyway, you can't control auto-created local history label's name and there is no need to bother about that.
Denis