It seems that when developing code using the Java module system (i.e. using a module-info.java), that when you get a stack trace you get lines like this:
at FXRdf@1.0-SNAPSHOT /bit.fxrdf.DataSetManager.getDataset(DataSetManager.java:12) But when you click on them, it doesn't jump into the source code, like it does with a normal project. Is there something that's getting in the way of this? It's been doing this for some time now. Regards, Will Hartung