Ralf Stephan
Ralf Stephan
Both input of C1C1 from text field and file gives (different) exceptions. It should give an error message box, rejecting the input. The cause is primarily a CDK issue, see...
my guess is this can only be solved using templates either in the renderer, or by the user. But who knows?
depends on https://sourceforge.net/p/cdk/bugs/1269/ java.lang.NullPointerException at javax.vecmath.Tuple2d.(Tuple2d.java:82) at javax.vecmath.Vector2d.(Vector2d.java:86) at org.openscience.cdk.layout.AtomPlacer.distributePartners(AtomPlacer.java:163) at org.openscience.cdk.layout.HydrogenPlacer.placeHydrogens2D(HydrogenPlacer.java:112) at org.openscience.cdk.layout.HydrogenPlacer.placeHydrogens2D(HydrogenPlacer.java:68) at org.openscience.cdk.layout.StructureDiagramGenerator.generateExperimentalCoordinates(StructureDiagramGenerator.java:280) at org.openscience.cdk.layout.StructureDiagramGenerator.generateExperimentalCoordinates(StructureDiagramGenerator.java:248) at org.openscience.jchempaint.controller.ControllerHub.generateNewCoordinates(ControllerHub.java:1266) at org.openscience.jchempaint.controller.ControllerHub.cleanup(ControllerHub.java:1227) at org.openscience.jchempaint.action.CleanupAction.actionPerformed(CleanupAction.java:61)
user expectations mightily disappointed atm
reopened because of difference to #149 this is connected to #149 and #150 in that it can be worked around by some unrelated other action, in this case, putting a...
a regression too this is connected with #149 in that if you select in the menu "Create SMILES" then tooltips are shown after it (suggesting a timing issue), and that...
to select a bunch for removal, as the user would expect
From John May: > Thread AWT-EventQueue-0 (Suspended (exception NullPointerException)) > SMILESReader.readMoleculeSet(IMoleculeSet) line: 184 Also I noticed with this you're on the event dispatch thread. You should probably change this so...