]> source.dussan.org Git - poi.git/commitdiff
add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF shoul...
authorJaven O'Neal <onealj@apache.org>
Thu, 7 Jul 2016 00:12:04 +0000 (00:12 +0000)
committerJaven O'Neal <onealj@apache.org>
Thu, 7 Jul 2016 00:12:04 +0000 (00:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751737 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java

index 91006b145943cdcbd506a5b3034ef40dd88240d1..226b2f8bbf461ac1943ff2be51ecd83c8d24d79c 100644 (file)
@@ -352,6 +352,7 @@ public final class HSLFFreeformShape extends HSLFAutoShape implements FreeformSh
         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) {