Community
Participate
Working Groups
When using the location picker in MigrationEdgeGraphGenerator or in PajekGraphGenerator, you get a URI with a double prefix. When you add a print(this.location()) in org.eclipse.stem.graphgenerators.impl:MigrationEdgeGraphGeneratorImpl.java line 143 run STEM and create a new Migration Edge Graph, you will see this in your console: stem://org.eclipse.stem/stem://org.eclipse.stem/node/geo/region/XYZ
GraphGeneratorPropertyEditor line 95, uses STEMURI.createURI(...) passing in a string that already have the prefix and it appends another one. Will change this method to check uri segment before appending prefix
Jan, I checked in a fix for this per comment above. Can you please test with Pajek and let me know if you still see this problem?
Checked it and the problem does not occur any more..
Thanks Jan, Marking this fixed.
Complete