creaper
creaper copied to clipboard
Batch.whoami doesn't have to declare IOException
The method Batch.whoami declares the IOException exception. This isn't true, the exception actually can't be thrown by this method. Removing the throws clause would be binary compatible, but doesn't necessarily have to be source compatible, so it has to be done in a major version.