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 - JavaScript2 wrong or missing Code Completion entries
Summary: JavaScript2 wrong or missing Code Completion entries
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 07:24 UTC by Martin Fousek
Modified: 2012-09-15 05:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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