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 213480

Summary: JavaScript2 wrong or missing Code Completion entries
Product: javascript Reporter: Martin Fousek <marfous>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Fousek 2012-06-04 07:24:56 UTC
Copy text below to the editor, thanks. :)

Array.| // just the static things should be

var bool = isNaN("cokoliv");
bool. // Boolean CC entries should be offered

"cokoliv".| // String CC entries should be offered

58.548489.| // Number entries should be offered

BTW, try to invoke twice CC action (to show all entries) -> java.lang.StringIndexOutOfBoundsException appear.