You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While addressing issue #577, I discovered that there were no test cases for the CompleteFilterAnnotationQuickFix code action and one part of CompleteServletAnnotationQuickFix code action.
To rectify this, I have added tests for the same in lsp4ij component for intellij in the JakartaServletTest.java file.
You can find the changes in the JakartaServletTest.java file within the PR #639.
For your convenience, you can access the added tests in the JakartaServletTest.java file through this link: Tests.
The text was updated successfully, but these errors were encountered:
While addressing issue #577, I discovered that there were no test cases for the
CompleteFilterAnnotationQuickFix
code action and one part ofCompleteServletAnnotationQuickFix
code action.To rectify this, I have added tests for the same in lsp4ij component for intellij in the JakartaServletTest.java file.
You can find the changes in the JakartaServletTest.java file within the PR #639.
For your convenience, you can access the added tests in the JakartaServletTest.java file through this link: Tests.
The text was updated successfully, but these errors were encountered: