Hi, would you agree, that patches may include changes unrelated to the issue but which - correct indentation (2 or 4 spaces?) - order imports - add @Override annotations - order class members: properties, methods, inner classes - make class properties final where possible?
Probably also: - remove trailing spaces (ok, just an obsession of mine) For a rationale: http://corte.si/posts/code/reading-code.html If you agree I'd add this to the wiki. Best regards, Thomas Koch, http://www.koch.ro
