Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » 2022-12 Eclipse Showing @param as misspelled(JavaDoc param annotation is showing as misspelled in Version: 2022-12 (4.26.0) Build id: 20221201-19)
2022-12 Eclipse Showing @param as misspelled [message #1857179] Sun, 22 January 2023 01:20 Go to next message
Joseph Morgan is currently offline Joseph MorganFriend
Messages: 4
Registered: January 2023
Junior Member
This is not a big issue, just irritating as it flags JavaDoc @param annotations.

So, normal JavaDoc...

/**
* Whatever
* @param x Some number
*/

The @param is flagging, and didn't do so before 2022-12.

Quick fixes are to remove the space after "@param " or to change the word to "Prime".

Re: 2022-12 Eclipse Showing @param as misspelled [message #1857523 is a reply to message #1857179] Mon, 13 February 2023 14:01 Go to previous message
Alan Webb is currently offline Alan WebbFriend
Messages: 1
Registered: February 2023
Junior Member
I found that if I added the word 'param' to my dictionary, then the flagging stopped. It doesn't fix it, but makes it a lot less irritating.
Previous Topic:Hover to quick-inspect showing an unusable popup
Next Topic:Passing the `release` option to the compiler
Goto Forum:
  


Current Time: Wed Feb 05 06:46:47 GMT 2025

Powered by FUDForum. Page generated in 0.03021 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top