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 267639 - java.util.concurrent.TimeoutException at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport$ScanSync.get
Summary: java.util.concurrent.TimeoutException at org.netbeans.modules.parsing.impl.Ru...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2016-08-19 07:06 UTC by Alexander Simon
Modified: 2016-08-27 02:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225609


Attachments
stacktrace (1.34 KB, text/plain)
2016-08-19 07:06 UTC, Alexander Simon
Details
stacktrace (1.34 KB, text/plain)
2016-08-26 07:36 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-08-19 07:06:51 UTC
Build: NetBeans IDE Dev (Build 20160819-caba7e528c27)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: SunOS

User Comments:
petrk: Canceled go to declaration

petrk: Navigated to declaration in java

alexvsimon: open IDE with opened projects




Stacktrace: 
java.util.concurrent.TimeoutException
   at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport$ScanSync.get(RunWhenScanFinishedSupport.java:239)
   at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport$ScanSync.get(RunWhenScanFinishedSupport.java:185)
   at org.netbeans.modules.cnd.mixeddev.java.JavaContextSupport.resolveContext(JavaContextSupport.java:135)
   at org.netbeans.modules.cnd.mixeddev.java.JNISupport.getJNIMethod(JNISupport.java:134)
   at org.netbeans.modules.cnd.mixeddev.java.JavaToCppHyperlinkProvider$NativeNameProviders$1.getNativeNames(JavaToCppHyperlinkProvider.java:106)
   at org.netbeans.modules.cnd.mixeddev.java.JavaToCppHyperlinkProvider.getCppNames(JavaToCppHyperlinkProvider.java:75)
Comment 1 Alexander Simon 2016-08-19 07:06:53 UTC
Created attachment 161713 [details]
stacktrace
Comment 2 Alexander Simon 2016-08-26 07:36:34 UTC
Created attachment 161778 [details]
stacktrace

go to type while indexing
Comment 3 Alexander Simon 2016-08-26 07:42:41 UTC
Regression was introduced while fixing the bug #256116.
Very annoyed exception.
Comment 4 Alexander Simon 2016-08-26 07:44:03 UTC
Please fix ASAP because it harms java development.
Comment 5 petrk 2016-08-26 10:03:59 UTC
This happens only in debug mode, so it is not P2
Comment 6 petrk 2016-08-26 11:05:55 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/9dc23992e831
Comment 7 Quality Engineering 2016-08-27 02:18:22 UTC
Integrated into 'main-silver', will be available in build *201608270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9dc23992e831
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #267639 - 267639 - java.util.concurrent.TimeoutException at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport$ScanSync.get