See this line:
|
if (freePool.contains(residue)) { |
The eclipse compiler gives a warning there that seems well founded. freePool is a List<SortedSet<Integer>> whilst the value that is searched (residue) is an Integer. @lafita could you have a look when you have time?
See this line:
biojava/biojava-structure/src/main/java/org/biojava/nbio/structure/align/multiple/mc/MultipleMcOptimizer.java
Line 496 in 646fce0
The eclipse compiler gives a warning there that seems well founded.
freePoolis aList<SortedSet<Integer>>whilst the value that is searched (residue) is anInteger. @lafita could you have a look when you have time?