java.lang.ArrayIndexOutOfBoundsException: 0
at org.biojava.nbio.structure.contact.BoundingBox.<init>(BoundingBox.java:79)
at org.biojava.nbio.structure.xtal.UnitCellBoundingBox.setBb(UnitCellBoundingBox.java:76)
at org.biojava.nbio.structure.xtal.UnitCellBoundingBox.setBbs(UnitCellBoundingBox.java:64)
at org.biojava.nbio.structure.xtal.CrystalBuilder.calcInterfacesCrystal(CrystalBuilder.java:239)
at org.biojava.nbio.structure.xtal.CrystalBuilder.getUniqueInterfaces(CrystalBuilder.java:203)
at eppic.Main.doFindInterfaces(Main.java:271)
at eppic.Main.run(Main.java:953)
at eppic.Main.run(Main.java:922)
at eppic.Main.main(Main.java:896)
It seems that the same works fine in biojava5 branch.
As of 3.0.4. The stack trace:
It seems that the same works fine in biojava5 branch.