From: Javen O'Neal Date: Thu, 7 Jul 2016 00:12:04 +0000 (+0000) Subject: add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF shoul... X-Git-Tag: REL_3_15_BETA3~175 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=981d9dabb4007f69335cab176c3536d8e788ff5b;p=poi.git add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF should resolve this. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java index 91006b1459..226b2f8bbf 100644 --- a/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java +++ b/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java @@ -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 vertIter) { EscapeInfo ei = getEscapeInfo(segElem); switch (ei) {