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 210141 - Code completion for core functions contains "stub" string
Summary: Code completion for core functions contains "stub" string
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 17:26 UTC by Vladimir Riha
Modified: 2012-12-18 14:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (13.87 KB, image/png)
2012-03-26 17:26 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-03-26 17:26:16 UTC
Created attachment 117280 [details]
screenshot

Have a look at the screenshot, cc offers (correctly) replace() method and instead of method's origin it shows "Stub core String"

Product Version: NetBeans IDE Dev (Build 2012-03-26_07-07-31 )
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Linux version 2.6.38-13-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2012-12-18 14:59:16 UTC
It shows the name where is the definition of the method in this case stub_core_String.js. It should be ok.