Menu

#4 Space missing in output when joining lin

closed-fixed
5
2002-08-24
2002-08-15
No

Steps to Reproduce:
- Enter a command as follows:
/*
-- XXX
-- YYY
-- @param p_sector business sector999
-- @return Standard Fehler345
*/

Actual Results:
- You get the following Text:
XXXYYY
...

Expected Results:
- You get the following text (space btw. XXX and YYY):
XXX YYY
...

Build Date & Platform:
- V. 0.6.5, Win 2000, java version "1.3.1_01"

Discussion

  • Albert Tumanov

    Albert Tumanov - 2002-08-24
    • status: open --> open-fixed
     
  • Albert Tumanov

    Albert Tumanov - 2002-08-24

    Logged In: YES
    user_id=86901

    Generally, you should use formal comments:
    /**
    * XXX
    * YYY
    * @param p_sector business sector999
    * @return Standard Fehler345
    */

     
  • Albert Tumanov

    Albert Tumanov - 2002-08-24

    Logged In: YES
    user_id=86901

    Fix scheduled for the next release.

     
  • Albert Tumanov

    Albert Tumanov - 2002-08-24
    • status: open-fixed --> 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.