"Split" ReaderException into subclasses to enable more useful error reporting
[zxing.git] / core / test / src / com / google / zxing / common / AbstractNegativeBlackBoxTestCase.java
index 88f8249..74fdda8 100644 (file)
@@ -23,14 +23,13 @@ import com.google.zxing.ReaderException;
 import com.google.zxing.Result;
 import com.google.zxing.client.j2se.BufferedImageLuminanceSource;
 
+import javax.imageio.ImageIO;
 import java.awt.image.BufferedImage;
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.List;
 
-import javax.imageio.ImageIO;
-
 /**
  * This abstract class looks for negative results, i.e. it only allows a certain number of false
  * positives in images which should not decode. This helps ensure that we are not too lenient.