Code maturity issue Permanently deleted user 创建于 2009年08月10日 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 !