Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007398 | Openbravo ERP | A. Platform | public | 2009-02-05 16:30 | 2009-03-04 16:15 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | low | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40 | |
Target Version | | Fixed in Version | 2.40MP3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0007398: Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files |
Description | 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. |
Steps To Reproduce | 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. |
Proposed Solution | Remove the wrong ":" character as shown in the diff-snippet below.
- * @param list: String with the list.
+ * @param list String with the list.
|
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0007397 | | closed | shuehner | Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-02-05 16:31 | shuehner | Type | defect => backport |
2009-02-05 16:31 | shuehner | fix_in_branch | => 2.40 |
2009-02-05 16:33 | svnbot | Checkin | |
2009-02-05 16:33 | svnbot | Note Added: 0013193 | |
2009-02-05 16:33 | svnbot | Status | scheduled => resolved |
2009-02-05 16:33 | svnbot | Resolution | open => fixed |
2009-02-05 16:33 | svnbot | svn_revision | => 12844 |
2009-03-03 17:32 | psarobe | Fixed in Version | => 2.40MP3 |
2009-03-04 16:15 | psarobe | Status | resolved => closed |