Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007398
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformtrivialhave not tried2009-02-05 16:302009-03-04 16:15
ReportershuehnerView Statuspublic 
Assigned Toshuehner 
PrioritylowResolutionfixedFixed in Version2.40MP3
StatusclosedFix in branch2.40Fixed in SCM revision12844
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007398: Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files

DescriptionSome 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 ReproduceBuilt 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 SolutionRemove the wrong ":" character as shown in the diff-snippet below.

- * @param list: String with the list.
+ * @param list String with the list.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0007397 closedshuehner Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files 

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

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker