On 04/11/2013 06:41 AM, Mike Duigou wrote:
General style issues: - spaces after keyword ie "if (x == null)" not "if(x == null)"Fixed. I am sorry this keeps coming up. I am loathe to run an automatic formatter on any JDK code.
Hi Mike,I find IDEA's feature very useful. It can reformat just the selection, not touching anything else.
Peter