« Previous | Next » 

Revision 645f9fc5

ID645f9fc5e3921286f3a1f3b765f0a46b94ff589c
Parent a09587c7
Child 9848816d

Added by pserwylo over 2 years ago

Rename Utils.copy and Utils.symlinkOrCopyFile to indicate exception clobbering

Renamed to Utils.copyQuietly() and Utils.symlinkOrCopyFileQuietly().

The copy(File, File) method gobbles up IOExceptions, whereas the other
copy(InputStream, OupputStream) method doesn't. This could cause confusion,
whereas developers using one may not realise it is is gobblign their
exceptions.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences