Re: [jira] Created: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Thomas Mueller
Hi, I like FindBugs, and it would be great to have a good configuration in subversion. The same for PMD and Checkstyle. People can then use it or not, but don't have to duplicate the setup. Integer(int) constructor; use Integer.valueOf(int) instead This is Java 1.5. But what you could do is:

Re: [jira] Created: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke
Thomas Mueller wrote: Hi, I like FindBugs, and it would be great to have a good configuration in subversion. The same for PMD and Checkstyle. People can then use it or not, but don't have to duplicate the setup. Integer(int) constructor; use Integer.valueOf(int) instead This is Java 1.5.