Skip to content

Commit e6b0dcc

Browse files
committed
Removing unused imports
1 parent d29b8f3 commit e6b0dcc

File tree

16 files changed

+0
-25
lines changed

16 files changed

+0
-25
lines changed

biojava-alignment/src/test/java/org/biojava/nbio/alignment/SimpleProfilePairTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import java.util.Arrays;
3939
import org.biojava.nbio.alignment.NeedlemanWunsch;
4040
import org.biojava.nbio.alignment.SimpleGapPenalty;
41-
import org.biojava.nbio.core.alignment.SimpleProfilePair;
4241
import org.biojava.nbio.core.alignment.matrices.SubstitutionMatrixHelper;
4342

4443
import static org.junit.Assert.assertEquals;

biojava-core/src/main/java/demo/DemoSixFrameTranslation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121
package demo;
2222

23-
import org.biojava.nbio.core.exceptions.CompoundNotFoundException;
2423
import org.biojava.nbio.core.sequence.DNASequence;
2524
import org.biojava.nbio.core.sequence.ProteinSequence;
2625
import org.biojava.nbio.core.sequence.compound.AmbiguityDNACompoundSet;

biojava-core/src/main/java/demo/ParseFastaFileDemo.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323

2424
import java.io.File;
25-
import java.io.FileInputStream;
26-
import java.io.IOException;
2725
import java.io.InputStream;
2826
import java.util.LinkedHashMap;
2927
import java.util.logging.Level;

biojava-core/src/test/java/org/biojava/nbio/core/TestAmbiguityCompoundSet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.biojava.nbio.core.sequence.compound.AmbiguityRNACompoundSet;
2929
import org.biojava.nbio.core.sequence.compound.NucleotideCompound;
3030
import org.biojava.nbio.core.sequence.io.RNASequenceCreator;
31-
import org.biojava.nbio.core.sequence.template.Compound;
3231
import org.biojava.nbio.core.sequence.template.CompoundSet;
3332
import org.biojava.nbio.core.sequence.template.Sequence;
3433
import org.biojava.nbio.core.sequence.transcription.DNAToRNATranslator;

biojava-protein-disorder/src/main/java/org/biojava/nbio/ronn/ModelLoader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import java.util.Arrays;
3737
import java.util.HashMap;
3838
import java.util.Map;
39-
import java.util.Scanner;
4039

4140
/**
4241
* Class that loads data from the model files into {@link Model} objects

biojava-sequencing/src/main/java/org/biojava/nbio/sequencing/io/fastq/IlluminaFastqWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*/
2121
package org.biojava.nbio.sequencing.io.fastq;
2222

23-
import java.io.IOException;
24-
2523
/**
2624
* Writer for {@link FastqVariant#FASTQ_ILLUMINA} formatted sequences.
2725
*

biojava-sequencing/src/main/java/org/biojava/nbio/sequencing/io/fastq/SangerFastqWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*/
2121
package org.biojava.nbio.sequencing.io.fastq;
2222

23-
import java.io.IOException;
24-
2523
/**
2624
* Writer for {@link FastqVariant#FASTQ_SANGER} formatted sequences.
2725
*

biojava-sequencing/src/main/java/org/biojava/nbio/sequencing/io/fastq/SolexaFastqWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*/
2121
package org.biojava.nbio.sequencing.io.fastq;
2222

23-
import java.io.IOException;
24-
2523
/**
2624
* Writer for {@link FastqVariant#FASTQ_SOLEXA} formatted sequences.
2725
*

biojava-sequencing/src/test/java/org/biojava/nbio/sequencing/io/fastq/ConvertTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
import java.io.File;
2424
import java.io.FileWriter;
25-
import java.io.IOException;
26-
2725
import java.util.List;
2826
import java.util.Map;
2927

biojava-sequencing/src/test/java/org/biojava/nbio/sequencing/io/fastq/IlluminaFastqWriterTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
*/
2121
package org.biojava.nbio.sequencing.io.fastq;
2222

23-
import java.io.IOException;
24-
2523
/**
2624
* Unit test for IlluminaFastqWriter.
2725
*/

0 commit comments

Comments
 (0)