NoClassDefFoundError during rename refactoring session #7688
Labels
e2e-test/failure
Issues that is related to a test failures reported by our CI platform and our QE.
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Description
This problem reproduces randomly, not on every machine, but when it reproduces, server can not perform rename refactoring.
Configuration of the wizard:
Try to clone this project https://github.com/vzhukovskii/test1
Go to and select
/test1/src/main/java/test4/r/p1
, then openAssistant->Refactoring->Rename
and fill the wizard as given above and clickOK
You can get 500 internal error from the server with the following response: https://gist.github.com/vzhukovskii/27ae604ed6c0b18a80ba319f9869e9f2
Affected tests:
org.eclipse.che.selenium.refactor.packages.RenamePackageTest#checkTest4
andorg.eclipse.che.selenium.refactor.packages.RenamePackageTest#checkTestPackageRenameWithResource12
The text was updated successfully, but these errors were encountered: