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.
これはすべての正規表現ハウンド向けです。
ファイル検索を行うときに、Eclipse で検索をフィルタリングする必要があります。
探してaTrackerいますが、これにより何百もの結果が返されるため、結果を間引くことができるようにしたいと考えています。
aTracker
まず、削除したいと思いaTracker.sendExceptionます。
aTracker.sendException
これは私にとってよくある問題なので、最終的に解決策を投稿しているので、このような検索が行われるたびにウェーダーを取りに行く必要はありません.
aTrackerを除くすべてに一致aTracker.sendExceptionさせるには、Eclipse がサポートしている場合、否定先読みを使用できます。
aTracker(?!\.sendException)
「正規表現」ボックスをチェックする必要があると思います。