KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
100307
:
classes in packages are not recognized in add-a...
P
roduct
:
umbrello
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2005-02-26 15:11
Last Changed:
2005-02-26 19:43:08
Version: 1.4-beta2 (using KDE KDE 3.3.92) Installed from: Compiled From Sources Compiler: gcc OS: Linux Reproduce as follows: - new model - create package P - in P, add a new class A - in P, add a new class B - in B, add a new attribute x and pick its type as A = a new class A is created in the root (outside of P). I would expect to link x to P:A
Comment
#1
Oliver Kellogg 2005-02-26 19:43:07
CVS commit by okellogg: BUG:100307 - setupDialog(): Use UMLClassifier::getFullyQualifiedName(). M +1 -0 ChangeLog 1.70 M +1 -1 umbrello/dialogs/umlattributedialog.cpp 1.24 --- kdesdk/umbrello/ChangeLog #1.69:1.70 @@ -30,4 +30,5 @@ 96216 96221 96964 97155 97182 97697 97887 97984 98603 98899 99697 100142 +100290 100307 Version 1.3 --- kdesdk/umbrello/umbrello/dialogs/umlattributedialog.cpp #1.23:1.24 @@ -114,5 +114,5 @@ void UMLAttributeDialog::setupDialog() { UMLClassifier* obj; for (obj=namesList.first(); obj!=0; obj=namesList.next()) { - insertType( obj->getName() ); + insertType( obj->getFullyQualifiedName(".") ); }
P
latform
:
Compiled Sources
O
S
:
Linux
K
eywords
:
U
RL
:
People
Reporter
:
Vasek Smidl
Assigned To
:
Umbrello Development Group
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In