Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » ASM: Why are relationship targets managed in a list?
ASM: Why are relationship targets managed in a list? [message #573540] Tue, 16 December 2003 14:14
Christian Koppen is currently offline Christian KoppenFriend
Messages: 7
Registered: July 2009
Junior Member
Hi folks,

I've got a question concerning the abstract structure model.
A relationship (such as an advice) can have multiple targets, so these
targets should be managed in a collection.
Is there a specific reason why a List was used (e.g. in
IRelationship.getTargets())?
I'm having trouble here because some target lists contain duplicates, so
why not take a Set for the targets?
It would be nice if you could commit some opinions, so that I can make a
bug report if there's no deeper sense behind the use a List.
Previous Topic:ASM: Why are relationship targets managed in a list?
Next Topic:Problem using AJDT with Eclipse 3.0M6
Goto Forum:
  


Current Time: Tue Mar 19 02:43:27 GMT 2024

Powered by FUDForum. Page generated in 0.01321 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top