[Uml-devel] [Bug 134729] code import - partial class declaration error

Rafal Molotkiewicz molotster at gmail.com
Fri Sep 29 19:07:32 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=134729         




------- Additional Comments From molotster gmail com  2006-09-29 21:07 -------
Checked couple times.
This code does not import properly on my system:

//filename: test.h
//content:

class test;

class helper
{
	public:
	helper(test&);
}

class test
{
	public:
	test(test&)
	helper help;
}

//End Of File

The result is empty test class and no test class at all.

POCO (http://www.appinf.com/poco/) headers can't be imported as well, jut the same  case.
If it's corrected in   the cvs/svn  version, then sorry... but I've wroted the version I am using and it does posses this bug.




More information about the umbrello-devel mailing list