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
I downloaded the JavaSysMon library a few days ago. It’s great and seems to be just what I need. However, today I noticed a bug in the parse-method of class UnixPasswdParser.
There is the line “+::::::” in my /etc/passwd file (which is totally normal in Linux) which results in an ArrayIndexOutOfBoundsException when you try to access fields[2].
Maybe this can be fixed in the next release.
Markus Ewert
The text was updated successfully, but these errors were encountered:
I downloaded the JavaSysMon library a few days ago. It’s great and seems to be just what I need. However, today I noticed a bug in the parse-method of class UnixPasswdParser.
There is the line “+::::::” in my /etc/passwd file (which is totally normal in Linux) which results in an ArrayIndexOutOfBoundsException when you try to access fields[2].
Maybe this can be fixed in the next release.
Markus Ewert
The text was updated successfully, but these errors were encountered: