Review on subversion commit dialog
I'm wondering where can I customize the code analysis that idea does on commit?
I want it to ignore the declarations that use assignment to null, e.g. "Object a = null;", I have already turned it off in the inspections, but on the code analysis done on commit it still shows up.
Any tip?
P.S. - I use Intellij 11.1.1
请先登录再写评论。
This should just work. Code analysis before commit uses the same settings as the editor error highlighting.