Skip to content

Array Access Bug in ArrayToString1  #19

@majestyhao

Description

@majestyhao

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

I think the second line should be

array[0] = imei;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions