[Uml-devel] [Bug 132174] New: java import - "final" and "comments" in method declaration not parsed correctly

JP Fournier jfournier121 at rogers.com
Thu Aug 10 00:07:16 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=132174         
           Summary: java import - "final" and "comments" in method
                    declaration not parsed correctly
           Product: umbrello
           Version: unspecified
          Platform: Slackware Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: jfournier121 rogers com


Version:           1.5.4+ : svn 571261 (using KDE KDE 3.5.0)
Installed from:    Slackware Packages
Compiler:          gcc 
OS:                Linux

While importing Azareus java code I ran into problems importing code similar to the class below.  The problems were the "final" modifier to the argument, and the comment occuring on the same line as an argument decl.


import pack1.*;

public class Format{
	public void update(final int arg, final int[] arg2){
        }

	public void update( 
		int value1,   // a comment
		int value2   // a second comment
	) {

	}
}




More information about the umbrello-devel mailing list