Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Please add support to detect missing ui:fields. #35

Open
Chris2011 opened this issue Jul 16, 2014 · 3 comments
Open

Please add support to detect missing ui:fields. #35

Chris2011 opened this issue Jul 16, 2014 · 3 comments

Comments

@Chris2011
Copy link
Contributor

A colleague uses intelliJ and for gwt, the IDE shows him an hint (underlined) when the @UiField attribute is missing in the java file but set in ui.xml and vice versa.

Test.java

@UiField
Button button

Test.ui.xml

<g:Button ui:Field="button">Test</g:Button>

So if one is missing in xml or java, he got a little hint for this. I think gwt inside intelliJ is much more powerfull, only my opinion, maybe you can have a look at the functionality for intelliJ :)

Regards

Chris

@bostrt
Copy link

bostrt commented Jul 16, 2014

Issue #9 is related.

@Chris2011
Copy link
Contributor Author

Ahh nice, Unfortunately overlooked :)

@bostrt
Copy link

bostrt commented Jul 17, 2014

No worries. Just adds to the case of this being a real issue.

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

No branches or pull requests

3 participants