Code maturity issue Permanently deleted user Created August 10, 2009 11:44 Hello,Is there any inspection that would detect trivial code such as :<code>public boolean equals(Object obj) { return super.equals(obj); }</code>and clear it ?
Hello Gilles,
There is Declaration Redundency|Empty method inspection. Though it is available
in batch mode only
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thanks for the answer !