Attachment 'deduplicator-0.3.0-20061218-patch-index-NPE.patch'

Download

   1 diff -Naur deduplicator-0.3.0-20061218/src/main/java/is/hi/bok/deduplicator/DeDuplicator.java deduplicator-0.3.0-20061218-patch-index-NPE/src/main/java/is/hi/bok/deduplicator/DeDuplicator.java
   2 --- deduplicator-0.3.0-20061218/src/main/java/is/hi/bok/deduplicator/DeDuplicator.java	2006-08-22 12:26:54.000000000 +0200
   3 +++ deduplicator-0.3.0-20061218-patch-index-NPE/src/main/java/is/hi/bok/deduplicator/DeDuplicator.java	2008-05-22 17:13:22.000000000 +0200
   4 @@ -948,7 +948,9 @@
   5  
   6  	protected void finalTasks() {
   7  		try {
   8 -			index.close();
   9 +			if (index != null) {
  10 +				index.close();
  11 +			}
  12  		} catch (IOException e) {
  13  			logger.log(Level.SEVERE,"Error closing index",e);
  14  		}

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2008-05-26 11:44:45, 2621.4 KB) [[attachment:deduplicator-0.3.0-20061218-patch-heritrix-1.12.1b.patch]]
  • [get | view] (2008-05-26 11:44:23, 0.7 KB) [[attachment:deduplicator-0.3.0-20061218-patch-index-NPE.patch]]
  • [get | view] (2008-05-26 11:44:30, 2.5 KB) [[attachment:deduplicator-0.3.0-20061218-patch-local-dateformat.patch]]
  • [get | view] (2008-05-27 08:54:28, 235.4 KB) [[attachment:deduplicator-0.3.0-20061218-patch-lucene-OutOfMemory-2.patch]]
  • [get | view] (2008-05-26 11:44:14, 24.0 KB) [[attachment:deduplicator-0.3.0-20061218-patch-lucene-OutOfMemory.patch]]
  • [get | view] (2008-05-26 11:44:38, 2648.3 KB) [[attachment:deduplicator-0.3.0-20061218-patched-20080522-cumulative.patch]]
  • [get | view] (2008-05-26 11:45:11, 0.9 KB) [[attachment:deduplicator-0.3.0-20061218-patched-20080522.patch]]
  • [get | view] (2008-05-27 08:54:35, 2859.6 KB) [[attachment:deduplicator-0.3.0-20061218-patched-20080527-cumulative.patch]]
  • [get | view] (2008-05-27 08:55:25, 0.9 KB) [[attachment:deduplicator-0.3.0-20061218-patched-20080527.patch]]
  • [get | view] (2008-05-26 11:43:51, 1929.8 KB) [[attachment:deduplicator-0.3.0-20061218-src.zip]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.