Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004874Openbravo ERPA. Platformpublic2008-09-09 12:492008-12-15 18:28
shuehner 
shuehner 
normaltrivialhave not tried
closedfixed 
5
pi 
pi 
Core
No
0004874: Fix broken javadoc syntax in java source-files
Some java source-files contain broken javadoc-syntax i.e. '@param name: <text>' instead of the correct '@param name <text>'. These should be fixed.
No tags attached.
depends on backport 0004882pi closed shuehner Fix broken javadoc syntax in java source-files 
Issue History
2008-09-09 12:49shuehnerNew Issue
2008-09-09 12:49shuehnerAssigned To => shuehner
2008-09-09 12:49shuehnersf_bug_id0 => 2101810
2008-09-09 12:49shuehnerRegression testing => No
2008-09-09 12:53svnbotCheckin
2008-09-09 12:53svnbotNote Added: 0008935
2008-09-09 12:53svnbotsvn_revision => 7088
2008-09-09 16:28shuehnerStatusnew => scheduled
2008-09-09 16:28shuehnerNote Added: 0008938
2008-09-09 16:28shuehnerfix_in_branch => trunk
2008-09-09 16:38svnbotCheckin
2008-09-09 16:38svnbotNote Added: 0008941
2008-09-09 16:38svnbotStatusscheduled => resolved
2008-09-09 16:38svnbotResolutionopen => fixed
2008-09-09 16:38svnbotsvn_revision7088 => 7098
2008-12-15 18:28psarobeStatusresolved => closed

Notes
(0008935)
svnbot   
2008-09-09 12:53   
Repository: openbravo
Revision: 7088
Author: huehner
Date: 2008-09-09 12:53:42 +0200 (Tue, 09 Sep 2008)

Issue 4874
Fix javadoc-syntax
Changes are based on patch by Ville Lindfors

---
U trunk/src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
U trunk/src/org/openbravo/base/secureApp/OrgTree.java
U trunk/src/org/openbravo/base/secureApp/OrgTreeNode.java
U trunk/src/org/openbravo/erpCommon/utility/KeyMap.java
U trunk/src/org/openbravo/erpCommon/utility/MessagesJS.java
U trunk/src-wad/src/org/openbravo/wad/Wad.java
U trunk/src-wad/src/org/openbravo/wad/WadActionButton.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=7088&sc=1 [^]
(0008938)
shuehner   
2008-09-09 16:28   
backport this one, as issue 4876 enabled the javadoc creation for more sourcefiles and this creates a lot of compile-time warnings. Most of these warnings go away with this patch
(0008941)
svnbot   
2008-09-09 16:38   
Repository: openbravo
Revision: 7098
Author: huehner
Date: 2008-09-09 16:38:52 +0200 (Tue, 09 Sep 2008)

Fixed 4874
Correct another broken javadoc-domment in src-wad

---
U trunk/src-wad/src/org/openbravo/wad/WadUtility.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=7098&sc=1 [^]