Must add IndexerControl so that waitScanFinished works.
authorjlahoda
Sat, 15 Aug 2015 08:13:03 +0200
changeset 1008f25092ba0d0c
parent 1007 29f8e222a67f
child 1009 9261ae66626a
Must add IndexerControl so that waitScanFinished works.
cmdline/lib/test/unit/src/org/netbeans/modules/jackpot30/cmdline/lib/CreateStandaloneJar.java
     1.1 --- a/cmdline/lib/test/unit/src/org/netbeans/modules/jackpot30/cmdline/lib/CreateStandaloneJar.java	Sun Aug 09 11:26:06 2015 +0200
     1.2 +++ b/cmdline/lib/test/unit/src/org/netbeans/modules/jackpot30/cmdline/lib/CreateStandaloneJar.java	Sat Aug 15 08:13:03 2015 +0200
     1.3 @@ -96,6 +96,8 @@
     1.4  import org.netbeans.modules.java.source.tasklist.CompilerSettings;
     1.5  import org.netbeans.modules.openide.util.DefaultMutexImplementation;
     1.6  import org.netbeans.modules.openide.util.NbMutexEventProvider;
     1.7 +import org.netbeans.modules.parsing.impl.IndexerBridge;
     1.8 +import org.netbeans.modules.parsing.impl.indexing.IndexerControl;
     1.9  import org.netbeans.modules.parsing.impl.indexing.implspi.ActiveDocumentProvider;
    1.10  import org.netbeans.modules.parsing.implspi.EnvironmentFactory;
    1.11  import org.netbeans.modules.parsing.nb.DataObjectEnvFactory;
    1.12 @@ -506,7 +508,8 @@
    1.13              DefaultPositionRefProvider.FactoryImpl.class.getName(),
    1.14              CompilerSettingsImpl.class.getName(),
    1.15              NbMutexEventProvider.class.getName(),
    1.16 -            DefaultMutexImplementation.class.getName()
    1.17 +            DefaultMutexImplementation.class.getName(),
    1.18 +            IndexerControl.class.getName()
    1.19          ));
    1.20  
    1.21      private static final Set<String> COPY_REGISTRATION = new HashSet<String>(Arrays.<String>asList(
    1.22 @@ -520,7 +523,8 @@
    1.23              MimeLookupCacheSPI.class.getName(),
    1.24              EnvironmentFactory.class.getName(),
    1.25              ProjectManagerImplementation.class.getName(),
    1.26 -            GlobalPathRegistryImplementation.class.getName()
    1.27 +            GlobalPathRegistryImplementation.class.getName(),
    1.28 +            IndexerBridge.class.getName()
    1.29          ));
    1.30  
    1.31      private static final Set<String> RESOURCES = new HashSet<String>(Arrays.asList(