From 981d9dabb4007f69335cab176c3536d8e788ff5b Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Thu, 7 Jul 2016 00:12:04 +0000 Subject: [PATCH] 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 --- .../src/org/apache/poi/hslf/usermodel/HSLFFreeformShape.java | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5