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
This commit is contained in:
Javen O'Neal 2016-07-07 00:12:04 +00:00
parent 1766825f62
commit 66cf2b5b09

View File

@ -352,6 +352,7 @@ public final class HSLFFreeformShape extends HSLFAutoShape implements FreeformSh
return prop; return prop;
} }
// FIXME: FindBugs-JDK8 identified that this method does nothing
private void handleEscapeInfo(Path2D path, byte segElem[], Iterator<byte[]> vertIter) { private void handleEscapeInfo(Path2D path, byte segElem[], Iterator<byte[]> vertIter) {
EscapeInfo ei = getEscapeInfo(segElem); EscapeInfo ei = getEscapeInfo(segElem);
switch (ei) { switch (ei) {