[ http://issues.apache.org/jira/browse/JDO-353?page=comments#action_12372149 ]
Craig Russell commented on JDO-353: ----------------------------------- A few of the lines now or still exceed 80 characters. Can you run the stlyecheck again with the new files? These are the files I found where the changed file still contains lines > 80 characters: src/java/javax/jdo/listener/AttachCallback.java src/java/javax/jdo/Query.java src/java/javax/jdo/PersistenceManagerFactory.java src/java/javax/jdo/spi/JDOPermission.java src/java/javax/jdo/spi/StateManager.java src/java/javax/jdo/spi/JDOImplHelper.java src/java/javax/jdo/JDOHelper.java src/java/javax/jdo/PersistenceManager.java src/java/javax/jdo/Transaction.java I didn't find anything else to complain about. > Fix issues reported by checkstyle in api20 subproject > ----------------------------------------------------- > > Key: JDO-353 > URL: http://issues.apache.org/jira/browse/JDO-353 > Project: JDO > Type: Improvement > Components: api20 > Versions: JDO 2 rc1 > Reporter: Michael Bouschen > Assignee: Michael Bouschen > Priority: Trivial > Fix For: JDO 2 final > Attachments: JDO-353.patch > > Today I did a maven site on the api20 subproject. This includes running > checkstyle on the api20 sources which reports 83 "errors". These are not real > errors, but maybe cleanup items we want to do before shipping: lines being > longer than 100 chars, unused imports, file not ending with a newline, array > brackets at illegal position. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
