[Uml-devel] [Bug 93298] code import sometimes prompts for a new datatype name
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Nov 20 01:39:07 UTC 2004
------- 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=93298
okellogg users sourceforge net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From okellogg users sourceforge net 2004-11-20 10:38 -------
Most occurrences of this problem are fixed, but one persists:
While the processing of include files is not yet functioning,
defining scopes is a big problem.
Take for example the following file:
// test.h - demonstrates the problem with scope synthesis
#include <othertype.h> // include files are not currently parsed
namespace MyNS {
class Test {
Othertype str;
};
}
// end of file
Now, where should the UML object for Othertype be created?
At the global level, or inside MyNS - we have no way of knowing.
othertype.h may look like this:
// othertype.h
namespace MyNS {
class Othertype {
};
}
More information about the umbrello-devel
mailing list