comtoexe / zaplink

Automatically exported from code.google.com/p/zaplink
0 stars 0 forks source link

Remaining Alias prevent from importing interface or class #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create interface with Alias for type on other interface
2. Export it
3. Import on an other system & remove alias and use direct type definition
4. Import back on first system

What is the expected output?
OK

What do you see instead?
Type XX already exists

When creating from SE24 the interface you'll see remaining alias on the tab 
alias from the interface, event if interface is no longer present in interface 
tab.
I think this is to prevent that a interface deletion in interface tab remove 
all work (alias, redefinitions, implementations, ...)

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 29 Dec 2010 at 3:33

GoogleCodeExporter commented 9 years ago
Issue fixed with changeset : 
https://code.google.com/p/zaplink/source/detail?r=e96cea2d10f0a3ca056782c7ffd840
3498e0a11d

Original comment by taryck%b...@gtempaccount.com on 30 Dec 2010 at 9:25