Hi, I am trying to run the tests but my compiler complains about org.biojavax.SimpleDocRefTest at compilation: missing constructor SimpleDocRef(java.util.List, java.lang.String) Was-It expected to interpretate that as SimpleDocRef(java.util.List, java.lang.String, null) (the three-argument constructor)? Thanks, George