-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to CDK 2.2 #191
Comments
What are they...? We should be API stable, in the past though there was issues with classes duplicated across JChemPaint and CDK. |
I would like to use JChemPaint as a part of a larger application and at the moment I have to keep CDK version at 2.0 since both 2.2 and 2,3 lead to the following exception when I am trying to make any modifications to the current molecule (I think it pops out often even when I just mouse-over the screen). This specific case is when I've added a single bond to the canvas and then tried to delete it. I am not giving the full text of the exception since all the rest seems to be just Swing stuff not related to the cause of the problem. I will greatly appreciate if you could fix this problem. Exception in thread "AWT-EventQueue-0" org.openscience.cdk.exception.NoSuchAtomException: Atom is not a member of this AtomContainer |
I need to continue looking into this too. A partner in the NanoSolveIT project needs an update of JChemPaint to 2.3 too. |
See Gotha's https://github.com/cdk/cdk/wiki/AtomContainer2. |
Sorry other way... |
Yep, |
Just replacing the dependency causes several regressions.
The text was updated successfully, but these errors were encountered: