Opening the New Dataset dialog takes a long time. Regarding the console-output it seems the plugins have to be loaded first. Maybe a progress dialog should be added to inform the user about this process.
This is a known problem. If this is the problem, I am already aware of, it should only happen when scaffoldhunter is started from the development environment. The release build should not have this problem. As far as I can remember the long loading times were caused by a larger search space for plugins (it basically searches the complete JDK for plugin annotations).
I think this problem is very hard to solve with our current plugin mechanism. Since it should only impact the developers, I tend to close the bug as wontfix. Can you please test if the problem is present in a release build (just use ant on the current HEAD to create such build).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a known problem. If this is the problem, I am already aware of, it should only happen when scaffoldhunter is started from the development environment. The release build should not have this problem. As far as I can remember the long loading times were caused by a larger search space for plugins (it basically searches the complete JDK for plugin annotations).
I think this problem is very hard to solve with our current plugin mechanism. Since it should only impact the developers, I tend to close the bug as wontfix. Can you please test if the problem is present in a release build (just use ant on the current HEAD to create such build).
Yes it works much faster in the release version. As mentioned, a progress dialog could be added but this seems not to be necessary so far.