Bug 70870

Summary: Java code generation ignores operation parameter documentation
Product: [Applications] umbrello Reporter: Harm <kde+bugs>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Harm 2003-12-19 22:08:10 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Gentoo Packages
Compiler:          gcc version 3.3.2 20031201 (Gentoo Linux 3.3.2-r4, propolice) 
OS:          Linux

currently the documentation for operation(method) parameters is not used in the Java code generator.
e.g.
/**
* operation documentation ....
* @param <parameter> documentation
*/

I'm using umbrello 1.2-beta, part of the kdesdk-3.2-beta2 package.

It would be great to have this working for use with javadoc
Comment 1 Jonathan Riddell 2003-12-22 16:36:32 UTC
This has now been fixed in CVS
Comment 2 Christoph Hoeger 2006-02-20 11:33:58 UTC
This bug seems to live on in version 1.5.0
I am using FC4 and neither c++ nor java code creation comes with the operation parameters.
Does someone know why?