Menu

#10 Field Details not generated

0.6.8
closed-fixed
5
2002-12-15
2002-12-13
No

I'm not sure if this effect is intended or not.

For example:

CREATE PACKAGE abc

/**
* My comment ends here. This will be lost
*/
MyVariable BOOLEAN;

END abc;

My workaround is to us . rather than the period
which works fine but is ugly.

Thanks.

Discussion

  • Albert Tumanov

    Albert Tumanov - 2002-12-14
    • summary: Use of period (.) character truncates --> Field Details not generated
     
  • Albert Tumanov

    Albert Tumanov - 2002-12-14

    Logged In: YES
    user_id=86901

    According to the javadoc specification
    (http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#descriptions),
    the first sentence (ending with ". ") of the comment is used
    as summary sentence and appear in the Field Summary. The
    whole comment should appear in Field Details.
    It should look like
    http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html

    The bug is actually about not generating Field Details.

     
  • Albert Tumanov

    Albert Tumanov - 2002-12-15
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.