mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more startup logging
This commit is contained in:
@@ -98,7 +98,9 @@ public abstract class ComponentManagerImpl extends UserDataHolderBase implements
|
||||
|
||||
private void createComponents() {
|
||||
try {
|
||||
long start = System.currentTimeMillis();
|
||||
myComponentsRegistry.loadClasses();
|
||||
LOG.info("Component classes loaded in " + (System.currentTimeMillis() - start) + " ms");
|
||||
|
||||
final Class[] componentInterfaces = myComponentsRegistry.getComponentInterfaces();
|
||||
for (Class componentInterface : componentInterfaces) {
|
||||
|
||||
Reference in New Issue
Block a user