Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Adding Javadoc to a public static final variable
Adding Javadoc to a public static final variable [message #159985] Fri, 21 November 2003 07:06 Go to next message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

I selected a variable which is "public static final". Then I right clicked,
choose Source > Add Javadoc comment.

Instead of adding a Javadoc comment for that VARIABLE, Eclipse added a
Javadoc comment for the whole class!

Is that adjustable or will it be improved in a future release?

It should do something like this:

/* Default comment */
public static final VARIABLE;
Re: Adding Javadoc to a public static final variable [message #160030 is a reply to message #159985] Fri, 21 November 2003 07:49 Go to previous message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

I mean (2 errors in last posting):

/** Default comment */
public static final int VARIABLE;


"Hans Schw
Previous Topic:Problems building nightly CVS fetch
Next Topic:The feature is not configured properly - please help
Goto Forum:
  


Current Time: Wed May 07 03:27:34 EDT 2025

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

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

Back to the top