Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Javadoc constructor/method signature readability(Javadoc view lack of readability for long signatures)
Javadoc constructor/method signature readability [message #1870623] Wed, 04 September 2024 11:16 Go to next message
Mykhaylo Adamovych is currently offline Mykhaylo AdamovychFriend
Messages: 5
Registered: April 2015
Junior Member
Hi, is it possible to improve Javadoc view (both pop-up and static) to display constructor/method signatures? Making text bold is not about improving readability. For example, return type and method name could be at the same line and long list of arguments may go next line or even each argument on a new line with indentation. Package name, class name, parameter types, parameter names could differ by color to grasp it easily.
Is there any configuration to achieve that? If not, how could this be addressed?
Re: Javadoc constructor/method signature readability [message #1870641 is a reply to message #1870623] Wed, 04 September 2024 12:07 Go to previous messageGo to next message
Erik BrangsFriend
Messages: 55
Registered: February 2010
Member
What version of Eclipse are you using? IIRC improved JavaDoc formatting was added in Eclipse 2024-06.
Re: Javadoc constructor/method signature readability [message #1870644 is a reply to message #1870623] Wed, 04 September 2024 13:37 Go to previous messageGo to next message
Eitan Rosenberg is currently offline Eitan RosenbergFriend
Messages: 149
Registered: October 2018
Senior Member
This is what is shown in version: 2024-06 (4.32)

index.php/fa/45120/0/

Much better.....

Re: Javadoc constructor/method signature readability [message #1870683 is a reply to message #1870644] Thu, 05 September 2024 08:58 Go to previous messageGo to next message
Mykhaylo Adamovych is currently offline Mykhaylo AdamovychFriend
Messages: 5
Registered: April 2015
Junior Member
Indeed )
This was annoying issue for years and after I tried to discuss this with Eclipse dev community I found that 2 months ago there was a release which has a fix.
Somebody was reading my thoughts )
Thanks a lot for your answers!
Re: Javadoc constructor/method signature readability [message #1870686 is a reply to message #1870683] Thu, 05 September 2024 09:40 Go to previous message
Mykhaylo Adamovych is currently offline Mykhaylo AdamovychFriend
Messages: 5
Registered: April 2015
Junior Member
Started using new Eclipse and found that when pointing to method name it's (method) javadoc is displayed but when pointing to a parameter outer method's javadoc is displayed.
I would like to see the same method javadoc (I'm still on a method signature) with respective parameter highlighted somehow on a javadoc view to help with understanding and visualizing the method I'm scrutinizing in the code.
But this is definitely better then it was before.
Previous Topic:Installation problem
Next Topic:eclipse for java variable debugger does not show some values
Goto Forum:
  


Current Time: Wed Feb 05 04:52:19 GMT 2025

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

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

Back to the top