Reputation: 61
There are those strange warns of my Flex library project on my Flex builder 4.6 with FlexSDK 4.6:
let me describe how those strange comes to my Flex Builder 4.6.
So, I have no idea what is wrong!! Maybe it is caused by my poor knowledge about Flash Builder, Flex Library, or the AS projects.
Thanks for your reading,as you infer, English is a foreign languages to me,there must be some mistakes,forgive me please
Upvotes: 1
Views: 376
Reputation: 3157
The problem was Vector.<*> for me and from what I researched online. Apparently this screws up things quite a lot even though it should work. Replace with Vector.
Upvotes: 2
Reputation: 3368
That should probably fix it.
It worked for me.
Hope it helps !!
Regards, Anish
Upvotes: 0
Reputation: 61
after 3 days,I finger those problem out.
the solution is:
that's work for me,i just know it is a solution,but about why it works,I have no idea!
thanks you all!!
Upvotes: 1
Reputation: 17
I have the same problem using Flex 4.10 and Flash Builder 4.7. If I clean the library project the "Class must not be nested" error disappear, but when I modify the code it appears again
Upvotes: 0