spark-instrumented-optimizer/examples
Patrick Wendell 0ab505a29e Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scala
Remove simple redundant return statements for Scala methods/functions

Remove simple redundant return statements for Scala methods/functions:

-) Only change simple return statements at the end of method
-) Ignore the complex if-else check
-) Ignore the ones inside synchronized
-) Add small changes to making var to val if possible and remove () for simple get

This hopefully makes the review simpler =)

Pass compile and tests.
2014-01-12 21:31:04 -08:00
..
src/main Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scala 2014-01-12 21:31:04 -08:00
pom.xml Merge pull request #313 from tdas/project-refactor 2014-01-07 22:21:52 -08:00