Space missing in output when joining lin
Status: Alpha
Brought to you by:
altumano
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"
Logged In: YES
user_id=86901
Generally, you should use formal comments:
/**
* XXX
* YYY
* @param p_sector business sector999
* @return Standard Fehler345
*/
Logged In: YES
user_id=86901
Fix scheduled for the next release.