JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / analysis / AlignmentUtils.java
index f470dc6..be5133f 100644 (file)
@@ -547,7 +547,8 @@ public class AlignmentUtils
       if (translated == null || !(aaRes == translated.charAt(0)))
       {
         // debug
-        // jalview.bin.Console.outPrintln(("Mismatch at " + i + "/" + aaResidue + ": "
+        // jalview.bin.Console.outPrintln(("Mismatch at " + i + "/" + aaResidue
+        // + ": "
         // + codon + "(" + translated + ") != " + aaRes));
         return false;
       }
@@ -698,7 +699,8 @@ public class AlignmentUtils
          * unmapped position; treat like a gap
          */
         sourceGapMappedLength += ratio;
-        // jalview.bin.Console.errPrintln("Can't align: no codon mapping to residue "
+        // jalview.bin.Console.errPrintln("Can't align: no codon mapping to
+        // residue "
         // + sourceDsPos + "(" + sourceChar + ")");
         // return;
         continue;
@@ -883,7 +885,8 @@ public class AlignmentUtils
   {
     if (protein.isNucleotide() || !dna.isNucleotide())
     {
-      jalview.bin.Console.errPrintln("Wrong alignment type in alignProteinAsDna");
+      jalview.bin.Console
+              .errPrintln("Wrong alignment type in alignProteinAsDna");
       return 0;
     }
     List<SequenceI> unmappedProtein = new ArrayList<>();
@@ -908,7 +911,8 @@ public class AlignmentUtils
   {
     if (protein.isNucleotide() || !dna.isNucleotide())
     {
-      jalview.bin.Console.errPrintln("Wrong alignment type in alignProteinAsDna");
+      jalview.bin.Console
+              .errPrintln("Wrong alignment type in alignProteinAsDna");
       return 0;
     }
     // todo: implement this
@@ -1512,7 +1516,9 @@ public class AlignmentUtils
    * @param alignment
    *          the alignment to add them to
    * @param selectionGroup
-   *          current selection group - may be null, if provided then any added annotation will be trimmed to just those columns in the selection group
+   *          current selection group - may be null, if provided then any added
+   *          annotation will be trimmed to just those columns in the selection
+   *          group
    */
   public static void addReferenceAnnotations(
           Map<SequenceI, List<AlignmentAnnotation>> annotations,
@@ -1536,7 +1542,9 @@ public class AlignmentUtils
    * @param seq
    * @param ann
    * @param selectionGroup
-   *          current selection group - may be null, if provided then any added annotation will be trimmed to just those columns in the selection group
+   *          current selection group - may be null, if provided then any added
+   *          annotation will be trimmed to just those columns in the selection
+   *          group
    * @return annotation added to {@code seq and {@code alignment}
    */
   public static AlignmentAnnotation addReferenceAnnotationTo(
@@ -2770,8 +2778,8 @@ public class AlignmentUtils
                 fromRange[i + 1]);
         if (range == null)
         {
-          jalview.bin.Console.errPrintln("Error in mapping " + seqMap + " from "
-                  + fromSeq.getName());
+          jalview.bin.Console.errPrintln("Error in mapping " + seqMap
+                  + " from " + fromSeq.getName());
           return false;
         }
         int fromCol = fromSeq.findIndex(fromRange[i]);