svn commit: r1554533 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFClientAnchor.java

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:11:44 2013 New Revision: 1554533 URL: http://svn.apache.org/r1554533 Log: Print out which actual value was out of range Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFClientAnchor.java Modified:

svn commit: r1554534 - /poi/trunk/src/java/org/apache/poi/hssf/dev/BiffViewer.java

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:11:59 2013 New Revision: 1554534 URL: http://svn.apache.org/r1554534 Log: Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests Modified:

svn commit: r1554535 - in /poi/trunk/src: java/org/apache/poi/hssf/record/aggregates/ java/org/apache/poi/ss/formula/functions/ ooxml/java/org/apache/poi/openxml4j/opc/internal/signature/ ooxml/java/o

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:12:30 2013 New Revision: 1554535 URL: http://svn.apache.org/r1554535 Log: remove some unused imports and some useless TODOs, slightly more coverage, @Overrides, more info on failing test, fix some Eclipse warnings Modified: