Menu

#125 Dropped comments

closed-fixed
None
1
2002-11-13
2002-08-14
No

With generate javadoc comments enabled, I've noticed
that the tool will actually completely drop existing
variable/method/class-level comments if they aren't in
javadoc style.

example:

// This method doesn't work yet
public void myMethod() {
}

becomes

/**
* DOCUMENT ME!
*/
public void myMethod() {
}

My ideal would be to automatically convert the comment
to javadoc style. Barring that, I'd like for it to not just
throw it away.

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-08-18
    • priority: 5 --> 1
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-08-18

    Logged In: YES
    user_id=44430

    Ok, now I got it. Happens with all Jalopy versions. Will be
    fixed with the next beta.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-09-15
    • status: open --> open-fixed
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-11-13
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.