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 250037 - Navigator fails if there are dots in AMD file name
Summary: Navigator fails if there are dots in AMD file name
Status: RESOLVED DUPLICATE of bug 248207
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 03:23 UTC by rickb
Modified: 2015-01-27 06:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
An AMD module with a dot character in filename. (98 bytes, text/javascript)
2015-01-27 03:23 UTC, rickb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rickb 2015-01-27 03:23:29 UTC
Created attachment 151693 [details]
An AMD module with a dot character in filename.

If an AMD module is defined in a file which has a dot character in the filename (not counting the '.js' extension) then the Navigator does not correctly display the outline of the module.

The attached file demonstrates this issue - rename the file so that it does not have a dot character and you will see the Navigator works. Put the dot back in and the Navigator stops working.
Comment 1 Vladimir Riha 2015-01-27 06:33:47 UTC
Should be already fixed in Dev build, you can try it from http://bits.netbeans.org/download/trunk/nightly/latest/ .

Thank you

*** This bug has been marked as a duplicate of bug 248207 ***