Comment #3 on issue 1030 by
[hidden email]: VerveineJ does not
export local variables
http://code.google.com/p/moose-technology/issues/detail?id=10301- save space
2- There is an assumption that local variables in methods are mainly
interesting when they indicate use of another class.
If we consider 2 for loops:
- for (int i=0; i < 100; i++)
We are probably not interested in the i local variable
- for (SomeClass o : aCollection)
It is probably more interesting to know about the o local variable
nicolas
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev