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.
私には方法がありmyMethod(Object obj)ます。で呼び出されている場所を見つけたいmyMethod(myObject)。すべての参照myMethod(anotherObj)を検索すると、 myObject と anotherObj の型が異なる、 sort の呼び出しが返されます。
myMethod(Object obj)
myMethod(myObject)
myMethod(anotherObj)
これは可能ですか?