On 10/15/2009 12:05 PM, asiri (SVN) wrote: > Author: asiri > Date: 2009-10-15 12:05:22 +0200 (Thu, 15 Oct 2009) > New Revision: 24508 > > Modified: > Log: > [misc] Activated checkstyle for officeimporter code base. > > - Fixed 71/72 Checkstyles reported. > > - The remaining checkstyle issue (class fan-out ~ 22, max allowed is 20) is > bit hard to fix without refactoring the officeimporter API a little.
You can fix it by removing the readStream utility method, which can be replaced with something from commons-ioutils. This will remove all usages of ByteArrayOutputStream and IOException and add one class from ioutils. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

