java/src/org/openantivirus/ole OLEDirectoryEntry.java,1.1,1.2 OLEDirectory.java,1.1,1.2 OLEPageMap.java,1.1,1.2 OLEReader.java,1.2,1.3

Kurt Huwig <[email protected]>
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/java/src/org/openantivirus/ole
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20313/src/org/openantivirus/ole

Modified Files:
	OLEDirectoryEntry.java OLEDirectory.java OLEPageMap.java 
	OLEReader.java 
Log Message:
Removed unused imports
Fixed problems found by FindBugs

Index: OLEPageMap.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ole/OLEPageMap.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- OLEPageMap.java	15 Sep 2001 06:44:34 -0000	1.1
+++ OLEPageMap.java	1 May 2004 14:36:09 -0000	1.2
@@ -1,6 +1,5 @@
 package org.openantivirus.ole;
 
-import java.io.*;
 import java.util.*;
 
 /**

Index: OLEReader.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ole/OLEReader.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- OLEReader.java	15 Sep 2001 08:20:29 -0000	1.2
+++ OLEReader.java	1 May 2004 14:36:09 -0000	1.3
@@ -17,7 +17,7 @@
     OLEFile oleFile = new OLEFile( new File( sFileName ) );
     
     try {
-      OLEFileInformationBlock oleFIB = oleFile.getFileInformationBlock();
+      oleFile.getFileInformationBlock();
     } catch( IOException ioe ) {
       oleFile.close();
       throw ioe;

Index: OLEDirectory.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ole/OLEDirectory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- OLEDirectory.java	15 Sep 2001 06:44:34 -0000	1.1
+++ OLEDirectory.java	1 May 2004 14:36:09 -0000	1.2
@@ -1,6 +1,5 @@
 package org.openantivirus.ole;
 
-import java.io.*;
 import java.util.*;
 
 /**

Index: OLEDirectoryEntry.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/ole/OLEDirectoryEntry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- OLEDirectoryEntry.java	15 Sep 2001 06:44:34 -0000	1.1
+++ OLEDirectoryEntry.java	1 May 2004 14:36:09 -0000	1.2
@@ -6,8 +6,6 @@
 
 package org.openantivirus.ole;
 
-import java.io.*;
-
 /**
  *
  * @author  Kurt Huwig



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.