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 99385 - fields of declared object are not available in cc
Summary: fields of declared object are not available in cc
Status: RESOLVED DUPLICATE of bug 122264
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-29 15:01 UTC by Lukasz Grela
Modified: 2009-02-27 14:26 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-29 15:02:01 UTC
1) paste below code
ala= { mystring:"ulalala trlalala", mynumber: 23 };
2) after dot  mystring as well as mynumber should be available in cc
Comment 1 Lukasz Grela 2007-03-29 15:05:40 UTC
also such script should be handled:
try{
  ala = { mystring:"ups, I did it again", mynumber: 23 };
  throw ala;
  
}
catch(e){
  e. -> after dot err_string as well as err_number should be available
}
Comment 2 Jan Jancura 2007-03-29 16:51:59 UTC
>Feature.
Comment 3 Jan Jancura 2007-12-05 12:53:38 UTC

*** This issue has been marked as a duplicate of 122264 ***