Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007398 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | trivial | have not tried | 2009-02-05 16:30 | 2009-03-04 16:15 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | low | Resolution | fixed | Fixed in Version | 2.40MP3 | |||
Status | closed | Fix in branch | 2.40 | Fixed in SCM revision | 12844 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.40 | SCM revision | ||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0013193) svnbot (viewer) 2009-02-05 16:33 |
Repository: openbravo Revision: 12844 Author: huehner Date: 2009-02-05 16:33:53 +0100 (Thu, 05 Feb 2009) Fixed 7398 Fix javadoc syntax error by comitting patch prepared by Ville Lindfors. --- U branches/r2.40/src/org/openbravo/base/secureApp/OrgTree.java U branches/r2.40/src/org/openbravo/erpCommon/businessUtility/AccountTree.java U branches/r2.40/src/org/openbravo/erpCommon/businessUtility/WindowTabs.java U branches/r2.40/src/org/openbravo/erpCommon/utility/ComboTableData.java U branches/r2.40/src/org/openbravo/erpCommon/utility/DataGrid.java U branches/r2.40/src/org/openbravo/erpCommon/utility/ErrorTextParser.java U branches/r2.40/src/org/openbravo/erpCommon/utility/ExecuteQuery.java U branches/r2.40/src/org/openbravo/erpCommon/utility/ModelSQLGeneration.java U branches/r2.40/src/org/openbravo/erpCommon/utility/TableSQLData.java U branches/r2.40/src/org/openbravo/erpCommon/utility/Utility.java U branches/r2.40/src/org/openbravo/erpCommon/utility/WindowTree.java U branches/r2.40/src/org/openbravo/erpCommon/utility/WindowTreeChecks.java U branches/r2.40/src/org/openbravo/erpCommon/utility/WindowTreeChecksClient.java U branches/r2.40/src/org/openbravo/erpCommon/utility/WindowTreeUtility.java U branches/r2.40/src/org/openbravo/erpCommon/utility/WindowTreeUtilityClient.java --- https://dev.openbravo.com/websvn/openbravo/?rev=12844&sc=1 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |