https://bugs.documentfoundation.org/show_bug.cgi?id=91022

Matthew Francis <fdb...@neosheffield.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected
                 CC|                            |fdb...@neosheffield.co.uk
         Whiteboard|bibisectrequest             |bibisected

--- Comment #5 from Matthew Francis <fdb...@neosheffield.co.uk> ---
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 <robert....@gmail.com>
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 <noelgran...@gmail.com>
    Tested-by: Noel Grandin <noelgran...@gmail.com>


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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to