You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
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[][]).