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 249581

Summary: Find usages slows netbeans down to a crawl
Product: web Reporter: bfanger
Component: RefactoringAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description bfanger 2014-12-31 10:09:43 UTC
The problem:

Find usages shows the line on which the item is used, this can become a performance issue for css class lookups (from sass files).

The class is found multiple times on line 1 of style.min.css (which is what you want, but)
The entire 50KB line is shown multiple times in in the find uses window, which causes tremendous lag in the interface.


Proposed solution:

Also show the column number (Example: 1:123 for line 1 character 123) and when the line is longer than 200 chars only show a small portion of the line. 


Could be related to #237759
Comment 1 _ gtzabari 2017-04-28 15:55:41 UTC
This is probably related to bug #252602 if you are using Maven.