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
Files#readAttributes throws a NullPointerException for a nonexistent attribute view, but according to Javadoc, it should throw an UnsupportedOperationException.
Files#readAttributes
throws aNullPointerException
for a nonexistent attribute view, but according to Javadoc, it should throw anUnsupportedOperationException
.Test case:
The text was updated successfully, but these errors were encountered: