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 - cc deliver results depend on type of object
Summary: cc deliver results depend on type of object
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 17:40 UTC by Lukasz Grela
Modified: 2012-08-29 13:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.