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
java.lang.NumberFormatException: For input string: "none -target 1.8 -source 1.8 -g"
It seems odd that the regex used by GoogleErrorProneParser doesn't enforce that capture group 5 is a number, since it immediately tries to call Integer.parseInt on it.
The text was updated successfully, but these errors were encountered:
Following error was thrown:
java.lang.NumberFormatException: For input string: "none -target 1.8 -source 1.8 -g"
It seems odd that the regex used by GoogleErrorProneParser doesn't enforce that capture group 5 is a number, since it immediately tries to call
Integer.parseInt
on it.The text was updated successfully, but these errors were encountered: