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 270626 - JavaScript refactoring disabled
Summary: JavaScript refactoring disabled
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-12 15:36 UTC by ashrao
Modified: 2017-05-12 15:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (71.06 KB, text/plain)
2017-05-12 15:36 UTC, ashrao
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ashrao 2017-05-12 15:36:44 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Mac OS X version 10.12.4 running on x86_64
Java; VM; Vendor = 1.8.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.40-b25

Reproducibility: Happens every time

Usecase 1
STEPS:
  * Open any js file in a HTML5/Javascript project
  * Select a variable or function
  * Go to Edit menu and look for Find Usage

ACTUAL:
  Find Usage is disabled

EXPECTED:
  Find Usage should be enabled

Usecase 2
STEPS:
  * Open any js file in a HTML5/Javascript project
  * Select a variable or function
  * Go to Refactor Menu and select Rename

ACTUAL:
  Reports a message stating that Rename is not available in this context

EXPECTED:
  Rename action to run
Comment 1 ashrao 2017-05-12 15:36:50 UTC
Created attachment 164307 [details]
IDE log