Sunday, January 11, 2015

Will GWT ever detect compiler errors in IDE before you actually try to run your code.

Eclipse is able to detect errors in your code as soon as you make them. In GWT if there's an error like you didn't inherit a module then you get it when you try to compile. This really sucks because in java compile time errors are supposed to be a good thing. This is part of why it's hard to find bugs quickly in GWT. So I was wondering if compile time errors will ever show up as soon as you make them like java's do?  

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment