This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267951 - Should not be called from UI thread
Summary: Should not be called from UI thread
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: Dev
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-09 12:53 UTC by Alexander Simon
Modified: 2017-03-30 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-09-09 12:53:53 UTC
Please fix warning in test log:
    [junit] INFO: Should not be called from UI thread
    [junit] java.lang.Exception: Should not be called from UI thread
    [junit] 	at org.netbeans.modules.dlight.libs.common.DLightLibsCommonLogger.assertNonUiThread(DLightLibsCommonLogger.java:131)
    [junit] 	at org.netbeans.modules.dlight.libs.common.DLightLibsCommonLogger.assertNonUiThreadOnce(DLightLibsCommonLogger.java:141)
    [junit] 	at org.netbeans.modules.remote.support.LocalFileSystemProvider.urlToFileObject(LocalFileSystemProvider.java:275)
    [junit] 	at org.netbeans.modules.remote.spi.FileSystemProvider.urlToFileObject(FileSystemProvider.java:385)
    [junit] 	at org.netbeans.modules.cnd.remote.fs.CndFileSystemProviderImpl.toFileObjectImpl(CndFileSystemProviderImpl.java:92)
    [junit] 	at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider$DefaultProvider.toFileObjectImpl(CndFileSystemProvider.java:347)
    [junit] 	at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider.toFileObject(CndFileSystemProvider.java:194)
    [junit] 	at org.netbeans.modules.cnd.utils.cache.CndFileUtils.toFileObject(CndFileUtils.java:252)
    [junit] 	at org.netbeans.modules.cnd.utils.cache.CndFileUtils.toFileObjectImpl(CndFileUtils.java:245)
    [junit] 	at org.netbeans.modules.cnd.utils.cache.CndFileUtils.toFileObject(CndFileUtils.java:199)
    [junit] 	at org.netbeans.modules.cnd.modelimpl.csm.core.AbstractFileBuffer.getFileObject(AbstractFileBuffer.java:134)
    [junit] 	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileObject(FileImpl.java:1851)
    [junit] 	at org.netbeans.modules.cnd.completion.includes.CsmIncludeCompletionQuery.query(CsmIncludeCompletionQuery.java:82)
Comment 1 Alexander Simon 2016-09-09 12:55:31 UTC
Testsuite is org.netbeans.modules.cnd.completion.includes.CCIncludesCompletionTest
For more information see log if hudson test job "cnd-test-solaris10.x86".
Comment 2 Vladimir Voskresensky 2017-03-30 14:20:56 UTC
can not find the message in the last 5 build runs