Hellu,

Does the GWT compiler currently support the removal of unused method
arguments? And if not, will this be supported?

Example:
Suppose you have the method: doSomething(final boolean hellu, final
String info).
This method is located in different implementations that are used
depending on gwt property that is set in the gwt.xml file.
In one environment this argument info isn't used at all in the method
body. Will it then automatically be removed? And as such also in the
client code that is calling this method ?

Suppose that in the client we have something like this: doSomething
(true, createInfo()).
If this method createInfo() is only called in this method call, will
it then also be removed?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to