ctron / package-drone

An OSGI first software artifact repository – Moved to the Eclipse Foundation
https://github.com/eclipse/packagedrone
Eclipse Public License 1.0
39 stars 13 forks source link

RpmInformation.makeInformation:val instanceof Long bug.... #146

Open tuttipazzo opened 7 years ago

tuttipazzo commented 7 years ago

This is a bug:

    final Object val = header.getTag ( RpmTag.CHANGELOG_TIMESTAMP );
    if ( val instanceof Long[] )

val is read a list of Integer, not Long and so if condition is skipped.

tuttipazzo commented 7 years ago

Look at the val type at the bottom of the screenshot:

screenshot_20161203_192753