Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
12.2
Description
Action "Find Usages" in PHP editor can't be cancelled.
This is usually problem when finding usages of public/protected methods with generic names like "create()", "get()" or "add()" in large codebases. These generic names are defined and used in a lot of places and Find Usages has to check them all.
Steps to reproduce:
- Clone Symfony repository (git clone https://github.com/symfony/symfony.git)
- Open repository in NetBeans
- Open file src/Component/Form/FormBuilderInterface.php
- Run "Find Usages" on method create()
- Try to cancel "Initializing data" process - nothing happens
Attachments
Issue Links
- links to