-
Notifications
You must be signed in to change notification settings - Fork 48
test: provide test case for Jakarta quick fixes #862
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
Conversation
5247678
to
b4a60bf
Compare
7f17fe8
to
7839830
Compare
I don't understand those test work inmy local machine but not in CI build There are different error according the OS:
@SCWells72 have you some idea? |
@angelozerr Could you please check the below log, may be it happens because of this failure
The error suggests that the test is trying to highlight a file |
Indeed I noticed this error but I have no idea how to configure that. |
Mmmm that is strange, I dont use *.java extension but *.javax |
7839830
to
abd85fb
Compare
@dessina-devasia where do you see this log trace? Are you using my test? My test uses *.javax file extension isntead of *.java. |
@angelozerr I found this error from my previous PR(#793), seems its similar to this one. That why I added it here. |
Using a javax extension avoid working with a PsiJavaFile, so I think it is a different behaviour than your previous PR. Please try my PR |
62c8011
to
5e528a3
Compare
8211995
to
2ccba36
Compare
249d861
to
a774fb8
Compare
Signed-off-by: azerr <[email protected]>
a774fb8
to
7c5eb12
Compare
test: provide test case for Jakarta quick fixes