https://bugs.documentfoundation.org/show_bug.cgi?id=91022
Matthew Francis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |bisected CC| |[email protected] Whiteboard|bibisectrequest |bibisected --- Comment #5 from Matthew Francis <[email protected]> --- This seems to have begun at the below commit. (Can't immediately see a BZ account for the author to Cc:) commit 5d8ecad569fd7a254902da154ed8057ec61f3a83 Author: Robert Antoni Buj i Gelonch <[email protected]> Date: Wed Oct 29 17:34:18 2014 +0100 java: Method uses the same code for two switch clauses Change-Id: Ied82b0a39ff9dc9c7cc9539dec2b963059f3d4a5 Reviewed-on: https://gerrit.libreoffice.org/12139 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> Specifically this hunk looks pretty suspicious to me case DataType.TIME: // == 92; + case DataType.TIMESTAMP: // == 93; oAny = getColumnDoubleValue(ColIndex, false); break; - case DataType.TIMESTAMP: // == 93; - oAny = getColumnDoubleValue(ColIndex, true); -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
