You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "janicki (via GitHub)" <gi...@apache.org> on 2023/05/15 15:19:00 UTC

[GitHub] [netbeans] janicki opened a new issue, #5953: Find Usages probably shouldn't separately report multiple usages on same line

janicki opened a new issue, #5953:
URL: https://github.com/apache/netbeans/issues/5953

   ### Description
   
   If I try Find Usages on say ObjectX, then every instance of "ObjectX x = new ObjectX()" will be listed twice in the results... Once for each usage of ObjectX.  While technically correct, it would probably be nicer (99% of the time?) to just coalesce repeated lines into one.
   
   ### Use case/motivation
   
   It just seems redundant to list the same lines twice.  Even though each resulting match highlights a different part of the line in each result, I think it would be more useful to highlight both parts in one result.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists