Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMultipleAlignmentJmol modifies state, causing NullPointerException #817
Comments
|
A bug in cloning perhaps? |
|
I've fixed the NPE, but I'm still a bit concerned about MultipleAlignmentJmol modifying stuff. I'm not sure if I have time to track this bug down though. |
|
Reopening for potential cloning bug |
I get a
NullPointerExceptionwhen running the following code:Stack trace:
The weird thing is that the error goes away if I don't create the
MultipleAlignmentJmolinstance. We must be modifying the CESymmResult state in a way that breaksdivideStructure.Note that this blocks moving CE-Symm to BioJava 5