Eclipse find references for method

前端 未结 4 1085
借酒劲吻你
借酒劲吻你 2021-01-04 03:54

I wanted to find all the callers of the the method \"get\" for the following class:

package com.zzz.zzz.zzz.services;

public final class EMF {
  private sta         


        
4条回答
  •  無奈伤痛
    2021-01-04 04:30

    In Eclipse Kepler you can configure the search to filter out all Potential Matches (when using References - Workspace / Project or Hierarchy. To activate the filter, click the small down-arrow at the right top of the Search view and activate the Potential Matches check-box. enter image description here

提交回复
热议问题