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

Summary: fields of declared object are not available in cc
Product: javascript Reporter: Lukasz Grela <lgrela>
Component: EditorAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***