Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create class members of type Vector.<T> #137

Open
GoogleCodeExporter opened this issue Mar 13, 2016 · 1 comment
Open

Can't create class members of type Vector.<T> #137

GoogleCodeExporter opened this issue Mar 13, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
var packageBuilder : IPackageBuilder = abcBuilder.definePackage( "com.example" 
);
var classBuilder : IClassBuilder = packageBuilder.defineClass("TriggeredBy");
classBuilder.defineAccessor("prop","__AS3__.vec.Vector.<String>");
//BOOM!
classBuilder.defineAccessor("prop","Vector.<String>");
//BOOM!


What is the expected output? What do you see instead?

I want to create accessors for a property of type Vector.<String>

I get :
VerifyError: Error #1014: Class __AS3__.vec.Vector::<String> could not be found.

What version of the product are you using? On what operating system?
Flex SDK 4.5.1/4.6 on MacOs X 10.8.2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 1 Mar 2013 at 4:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@GoogleCodeExporter and others