This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86445 - UCD - impossible to set association between actor and package
Summary: UCD - impossible to set association between actor and package
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Usecase (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 10:52 UTC by bugbridge
Modified: 2007-01-18 00:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-10-04 10:52:50 UTC
Original submitter: lvv

Description:

To reproduce:
- create Use Case Diagram with actor and package
- try to associate the actor and the package 
BUG: impossible to set the association
(i.e something like this can't be done:
http://www.agilemodeling.com/style/packageDiagram.htm#UseCasePackageDiagrams
)
Comment 1 Thuy.d Nguyen 2007-01-17 00:34:05 UTC
According to UML 2.0 Superstructure Specification
(http://www.omg.org/technology/documents/formal/uml.htm),  "An actor can only
have associations to use cases, components, and classes....".  The specs for
Association also mentions that the association end types must be a instance of a
classifier.   Package is not a classifier but a namespace, thus creating an
assocication link between an actor and a package is not supported.
Comment 2 Peter Lam 2007-01-18 00:44:22 UTC
I agree that the spec is correct ;-) 
What is supported beyond the spec is just additional feature of other tools. If
NB UML tool does not support this, this is surely an invalid bug but can be
changed to an enhancement if this feature is requested by users.