Menu

#241 Parser Java: incorrect handling of multi-line comments

closed-fixed
1
2005-09-12
2002-12-17
No

I'm using Jalopy 0.7.6 for JBuilder 5.

It reports an error when it meets the following construction:

/**/
As you know, this is NOT a JavaDoc, and Jalopy considers
this construction as JavaDoc.

This construction is a regular construction for
uncommenting big blocks of code.

Hope this brief report will be enough to locate a problem. If
not, please contact me at:

max@kraynov.com
Max Kraynov

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-12-19

    Logged In: YES
    user_id=44430

    We need more information to be able to investigate.

    Please read the FAQ entry about submitting bug reports:
    <a
    href=""http://jalopy.sourceforge.net/faq.html#d20e188">http://jalopy.sourceforge.net/faq.html#d20e188</a>

    Thanks.

    The Jalopy Project Team

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-12-19

    Logged In: YES
    user_id=44430

    Please attach a small sample file and your settings.

    Thanks.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-12-19
    • summary: incorrect handling of a comment --> Parser Javadoc: incorrect handling of a comment
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-12-19

    Logged In: YES
    user_id=44430

    Ah, it was a long day. Your report is clear. My head is not.
    I will change the parser with the next beta.

    Thanks.

     
  • Max Y Kraynov

    Max Y Kraynov - 2002-12-19

    Logged In: YES
    user_id=644938

    the comment may appear anywhere in the code, like this:

    blah(blah(blah()));

    /**/

    another(operation);

    /**/

    This will be enough to drive Jalopy crazy.

     
  • Max Y Kraynov

    Max Y Kraynov - 2002-12-19

    Logged In: YES
    user_id=644938

    the comment may appear anywhere in the code, like this:

    blah(blah(blah()));

    /**/

    another(operation);

    /**/

    This will be enough to drive Jalopy crazy.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-12-21
    • priority: 5 --> 1
    • summary: Parser Javadoc: incorrect handling of a comment --> Parser Java: incorrect handling of multi-line comments
    • labels: 459897 --> Parser Java
    • status: open --> open-fixed
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-12-21

    Logged In: YES
    user_id=44430

    Fix will appear with the next beta.

    Workaround: Insert blank between stars

     
  • S

    S - 2005-09-12
    • milestone: --> Archive_pre_jalopy_1.5_bugs
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.