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 86690 - importing element from two projects to each other is not allowed
Summary: importing element from two projects to each other is not allowed
Status: VERIFIED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks: 86693 86686
  Show dependency tree
 
Reported: 2006-10-06 16:01 UTC by Andrew Korostelev
Modified: 2006-10-20 08:45 UTC (History)
0 users

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 Andrew Korostelev 2006-10-06 16:01:36 UTC
Elements importing between two uml projects to each other is not allowed.

steps to reproduce:
- we have UmlProject1 with Class1 element
- UmlProject2 with Class2 element
- import Class1 to UmlProject2
- try to import Class2 to UmlProject1
it is not allowed with the following message:
'Cannot add cyclic references'

not sure is it a bug or new design...
Comment 1 Trey Spiva 2006-10-06 16:48:41 UTC
This is by design.  In NetBean Java projects are not allowed have cyclic
dependencies.  Since we can not code into Java projects that have cyclic
dependencies, we should not allow UML projects get into a situtation that would
require the Java Projects to have cyclic dependencies.
Comment 2 Andrew Korostelev 2006-10-20 08:45:17 UTC
verified in all-nbms-griffin-061019_8