Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

Current Implementation doesn't handle Extended Dimension of method parameter #5

@niyaton

Description

@niyaton

For Example, we will make incorrect directory structure into the historage in the case of following java code:

public class Hoge{
public void foo(int array[][]){
return 0;
}
}

In above case, the name of directory which corresponding to the method "foo" will be created as foo(int).
However, the correct name for this directory is foo(int[][]).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions