Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007398Openbravo ERPA. Platformpublic2009-02-05 16:302009-03-04 16:15
shuehner 
shuehner 
lowtrivialhave not tried
closedfixed 
5
2.40 
2.40MP3 
No
Core
No
0007398: 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.
blocks defect 0007397 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:31shuehnerTypedefect => backport
2009-02-05 16:31shuehnerfix_in_branch => 2.40
2009-02-05 16:33svnbotCheckin
2009-02-05 16:33svnbotNote Added: 0013193
2009-02-05 16:33svnbotStatusscheduled => resolved
2009-02-05 16:33svnbotResolutionopen => fixed
2009-02-05 16:33svnbotsvn_revision => 12844
2009-03-03 17:32psarobeFixed in Version => 2.40MP3
2009-03-04 16:15psarobeStatusresolved => closed

Notes
(0013193)
svnbot   
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 [^]