Details
Description
Use e4 as AUT.
Import E4 tests from git@github.com:xored/e4tests.git
Run Q7 tests in the following order:
- Compare With Each Other;
- Search Replace From Search View;
- Use Content Assist to Create Main Method.
With 2nd test Illegal Argument Exception occurs (see the attached error log) which probably affects 3rd test in the following way:
Class1.java is not cleared with workspace context but contains all changes from previously executed test (Search Replace From Search View) which makes followng tests fail.
File is cleared, If I've remove file manually, and then apply context one more time. Filesystem content is fine, but e4 still opens same previous version of file.