You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/07 00:12:04 UTC

svn commit: r1751737 - /poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java

Author: onealj
Date: Thu Jul  7 00:12:04 2016
New Revision: 1751737

URL: http://svn.apache.org/viewvc?rev=1751737&view=rev
Log:
add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF should resolve this.

Modified:
    poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java

Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java?rev=1751737&r1=1751736&r2=1751737&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java (original)
+++ poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java Thu Jul  7 00:12:04 2016
@@ -352,6 +352,7 @@ public final class HSLFFreeformShape ext
         return prop;
     }
     
+    // FIXME: FindBugs-JDK8 identified that this method does nothing
     private void handleEscapeInfo(Path2D path, byte segElem[], Iterator<byte[]> vertIter) {
         EscapeInfo ei = getEscapeInfo(segElem);
         switch (ei) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org