Lidia Ataupillco Ramos
Lidia Ataupillco Ramos
#### Description: Integration test fails to get the resolved type of a signature when the test Java Project is loaded. #### Specification: As an example of the current test behavior,...
Resolves #249
#### Description: InsertAnnotationMissingQuickFix and InsertAnnotationQuickFix use ModifyAnnotationProposal resulting in a similar functionality, in which InsertAnnotationQuickFix overlaps the functionality of InsertAnnotationMissingQuickFix. Therefore, we need to refactor the code to use InsertAnnotationQuickFix...
#### Description: Method annotated with`@OnError` requires a mandatory parameter `Throwable`. If the user does not include that mandatory parameter, we could include a quickfix that would add that missing parameter....
#### Description: Annotated methods with `@OnClose`, `@OnOpen` and `@OnError` require some parameters to only appear once. #### Specification: - For `@OnOpen`, specs found [here](https://jakarta.ee/specifications/websocket/2.0/websocket-spec-2.0.html#onopen) mentioned that they could be only...
#### Description: Currently, if a user adds a non-valid parameter to methods annotated with `@onError` to classes annotated with `@ServerEndpoint` or `@ClientEndpoint`, it will create a server error, leaving the...
#### Description: Currently, if a user adds a non-valid parameter to methods annotated with `@onMessage` to classes annotated with `@ServerEndpoint` or `@ClientEndpoint`, it will create a server error, leaving the...