Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Small Bug 'java.lang.ArrayIndexOutOfBoundsException' #5

Closed
Albert-Gong opened this issue Oct 26, 2022 · 1 comment
Closed

A Small Bug 'java.lang.ArrayIndexOutOfBoundsException' #5

Albert-Gong opened this issue Oct 26, 2022 · 1 comment

Comments

@Albert-Gong
Copy link

Hi,
I find a small bug(or typo) in src/main/java/Main.java at line 39

  if (method.contains(":")) {
      String [] ml = method.split(":");
      method = ml[0];
      line = Integer.parseInt(ml[2]);
  }

where m[2] should be ml[1].

Albert

@rdegiovanni
Copy link
Owner

Thanks for reporting this bug.
Fixed at commit a18fc5d.
Best,
Renzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants