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

Calling non existen ctor crashesh the runtime #180

Closed
blagoev opened this issue Aug 5, 2015 · 1 comment
Closed

Calling non existen ctor crashesh the runtime #180

blagoev opened this issue Aug 5, 2015 · 1 comment
Assignees
Milestone

Comments

@blagoev
Copy link
Contributor

blagoev commented Aug 5, 2015

var textView = android.widget.TextView;
var MyTextView = textView.extend({

});

var my = new MyTextView();

@blagoev blagoev added the bug label Aug 5, 2015
@Plamen5kov Plamen5kov self-assigned this Sep 8, 2015
@atanasovg atanasovg added this to the 1.4.0 (Under review) milestone Sep 12, 2015
@atanasovg atanasovg modified the milestones: 1.4.0, 1.4.0 (Under review) Sep 16, 2015
@blagoev
Copy link
Contributor Author

blagoev commented Oct 1, 2015

It seems this happens for default ctor only.

@blagoev blagoev closed this as completed in cb69661 Oct 1, 2015
blagoev added a commit that referenced this issue Oct 5, 2015
removed asserts for failed registered instances so runtime does not fail
This issue was closed.
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

4 participants