HR fix for #233815
Petr Pisl <[email protected]> Sun, 15 Sep 2013 12:22:26 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--------------000807070304030700060303
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Issue 233815 - CodeCompletion took 2962 ms.
https://netbeans.org/bugzilla/show_bug.cgi?id=233815
Code completion items resolve types to display result types of methods
and types of properties. Resolving types requires many index access,
which is not fast enough and then is code completion slow. There is
already option, where user can switch off the resolving files only for
displaying them in the cc items.
The fix just change the default value of the mentioned property to
false. So by default is resolving types switch off.
No risk.
Change set:
http://hg.netbeans.org/web-main/rev/7ce43aad1d41
Thanks,
Petr
--------------000807070304030700060303
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Issue 233815 - CodeCompletion took 2962 ms.<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://netbeans.org/bugzilla/show_bug.cgi?id=233815">https://netbeans.org/bugzilla/show_bug.cgi?id=233815</a><br>
<br>
Code completion items resolve types to display result types of
methods and types of properties. Resolving types requires many index
access, which is not fast enough and then is code completion slow.
There is already option, where user can switch off the resolving
files only for displaying them in the cc items.<br>
<br>
The fix just change the default value of the mentioned property to
false. So by default is resolving types switch off. <br>
<br>
No risk.<br>
<br>
Change set:<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://hg.netbeans.org/web-main/rev/7ce43aad1d41">http://hg.netbeans.org/web-main/rev/7ce43aad1d41</a><br>
<br>
Thanks,<br>
Petr<br>
</body>
</html>
--------------000807070304030700060303--