Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ChangeEclipse のクラスで 「F3」をクリックすると、
Change
Change change = refactoring.createChange(monitor);
Class.java を開くことができました。
public abstract class Change implements IAdaptable { ...
ただし、クラスを実装する具体的な Java クラスが必要Changeです。日食でそれらを見つけるにはどうすればよいですか?
ショートカットCtrl+Tを使用して、クラスのすべての実装を表示できます。
Windows->開くOutline View->必要なクラスを右クリック->選択に移動しますOpen Type Hierarchy。
Windows
Outline View
Open Type Hierarchy
これにより、そのクラスに関連する階層のウィンドウが開きます。