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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007397
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformtrivialhave not tried2009-02-05 16:302009-02-05 16:31
ReportershuehnerView Statuspublic 
Assigned Toshuehner 
PrioritylowResolutionno change requiredFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
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

0007397: 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 ]
depends on backport 0007398 closedshuehner Some code has syntax errror in javadoc comment leading to problems when generating the javadoc html files 

-  Notes
(0013192)
shuehner (administrator)
2009-02-05 16:31

All javadoc comment in trunk do not seem to have this problem. -> No change required.

- Issue History
Date Modified Username Field Change
2009-02-05 16:30 shuehner New Issue
2009-02-05 16:30 shuehner Assigned To => shuehner
2009-02-05 16:30 shuehner sf_bug_id 0 => 2568695
2009-02-05 16:30 shuehner OBNetwork customer => No
2009-02-05 16:30 shuehner Regression testing => No
2009-02-05 16:31 shuehner Status new => scheduled
2009-02-05 16:31 shuehner fix_in_branch => trunk
2009-02-05 16:31 shuehner Status scheduled => closed
2009-02-05 16:31 shuehner Note Added: 0013192
2009-02-05 16:31 shuehner Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker