DroidBench icon indicating copy to clipboard operation
DroidBench copied to clipboard

Array Access Bug in ArrayToString1

Open majestyhao opened this issue 9 years ago • 1 comments
trafficstars

In ArrayToString1 String[] array = new String[1]; array[1] = imei;

I think the second line should be

array[0] = imei;

majestyhao avatar Jun 09 '16 22:06 majestyhao

Duplicate of https://github.com/secure-software-engineering/DroidBench/issues/23 . There is a pull request: https://github.com/secure-software-engineering/DroidBench/pull/25

JulianSchuette avatar Feb 21 '17 10:02 JulianSchuette