User Activity

  • Posted a comment on discussion Help on FindBugs

    I got bug says " OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE" Here is my code : /** * Copies the contents of the input file to the output file. */ public static void copy(File in, File out) throws IOException { FileInputStream inStream = new FileInputStream(in); FileOutputStream outStream = new FileOutputStream(out); try { copy(inStream, outStream); } finally { try { outStream.flush(); outStream.close(); inStream.close();. } catch (Exception e) { log.error("Failed to close stream"); } } } Here i have...

View All

Personal Data

Username:
mathuri
Joined:
2018-03-12 18:19:45

Projects

  • No projects to display.

Personal Tools