-
Notifications
You must be signed in to change notification settings - Fork 19
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
cast issue when BoundBoxing a custom view #2
Comments
The part with Statement conflict is a bit funny too me. I tried something but I am not sure. Would you mind to try the state of master branch, or current snapshots to say if bbug is fixed. If not, please add more details about the conflict and, ideally provide a small test/gist for it. |
Statement conflict is still here. |
We are waiting for this pull request to be merged in JavaWriter. TODO uncomment a test in the writer when JavaWriter becomes mockable (non final) : |
Follow up. |
…iew test from Flavien passes.
@flavienlaurent I will close the issue. But take care of changing your javawriter version for annotation processing in eclipse ! The text view test is now enabled in android-sample. That's really a nice test, very complex. The BoundBox is huge, but evrything seems fine. |
When boundboxing a custom view @Boundbox(boundClass = MyCustomView.class), the generated class contains errors:
The text was updated successfully, but these errors were encountered: