I noticed there are files which exists multiple time with almost no changes.
i.e. DataItemRenderer.

This file exists multiple time in source folders:
1.
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/supportClasses/DataItemRenderer.as
2.
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/supportClasses/DataItemRenderer.as

I noticed that the latter link only has a line difference:

> $sprite.addChild(background);

Now what I'm having problem to understand,

1. Why the 'Basic' and 'HTML' folders when holding almost same files?
2. When we call DataItemRenderer in our codes, I noticed it referenced from
/frameworks/libs/HTML.swc - does that mean the swc contains #2 URL file?
3. If above is not, then which file actually imports to our codes?

Thanks!



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/Why-there-are-same-files-exists-in-multiple-places-tp56983.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to