Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007397Openbravo ERPA. Platformpublic2009-02-05 16:302009-02-05 16:31
shuehner 
shuehner 
lowtrivialhave not tried
closedno change required 
5
2.40 
 
No
Core
No
0007397: Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files
Some javadoc comments have a ":" character directly after the parameter names. This is wrong and leads to the javadoc tools not recognizing the name of the parameter.

Needed changes and completely in comment so zero real-code/functional change.
Built the javadoc for src/ and see that the parameter are not marked as parameters when they have a trailing ":" or enable the javadoc check warning in eclipse and see the warning. Javadoc @param tag missing for parameter.
Remove the wrong ":" character as shown in the diff-snippet below.

- * @param list: String with the list.
+ * @param list String with the list.
No tags attached.
depends on backport 0007398 closed shuehner Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files 
Issue History
2009-02-05 16:30shuehnerNew Issue
2009-02-05 16:30shuehnerAssigned To => shuehner
2009-02-05 16:30shuehnersf_bug_id0 => 2568695
2009-02-05 16:30shuehnerOBNetwork customer => No
2009-02-05 16:30shuehnerRegression testing => No
2009-02-05 16:31shuehnerStatusnew => scheduled
2009-02-05 16:31shuehnerfix_in_branch => trunk
2009-02-05 16:31shuehnerStatusscheduled => closed
2009-02-05 16:31shuehnerNote Added: 0013192
2009-02-05 16:31shuehnerResolutionopen => no change required

Notes
(0013192)
shuehner   
2009-02-05 16:31   
All javadoc comment in trunk do not seem to have this problem. -> No change required.