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 246776 - C/C++ prevent computing goto type of other language providers
Summary: C/C++ prevent computing goto type of other language providers
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-29 13:07 UTC by Alexander Simon
Modified: 2014-09-17 12:15 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 2014-08-29 13:07:25 UTC
C/C++ goto type provider synchronously computes result until first result.
Getting first result can consume a lot of time.
If user has projects of other languages, C/C++ provider prevents computing result for other languages.
The bug is very visible after IDE starting or swapping.
Steps to reproduce:
- Open big Java project
- Open big C/C++ project
- Invoke Go To Type
- Paste a type name that exist in Java code and C/C++ code
Expected behavior:
- Java types appeared before or at the same time with C/C++ types.
Actual behavior:
- Java types appeared only after first C/C++ type.
Comment 1 Alexander Simon 2014-08-29 13:47:29 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/82e128837aa5
Comment 2 Quality Engineering 2014-08-30 05:19:57 UTC
Integrated into 'main-silver', will be available in build *201408300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/82e128837aa5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246776 C/C++ prevent computing goto type of other language providers
Comment 3 Quality Engineering 2014-09-17 12:15:14 UTC
Integrated into 'releases/release801', will be available in build *201409171118* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/5d341684b1b8
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246776 C/C++ prevent computing goto type of other language providers
(transplanted from 82e128837aa512415f4b0258a00d65077af12342)