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 98718

Summary: cc deliver results depend on type of object
Product: javascript Reporter: Lukasz Grela <lgrela>
Component: EditorAssignee: issues@ide <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Lukasz Grela 2007-03-22 17:40:17 UTC
var mystring=new String();
mystring.|

cc should deliver desired items as first, in this case all methods of object
String(it is working in inteliJ)
Comment 1 Petr Pisl 2012-08-29 13:33:51 UTC
I'm not sure to fix it now.