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で作成しています(パッケージエクスプローラーでメソッドを右クリックし、「チェック」を選択して選択したメソッドを特定のパラメーターで実行し、結果を表示します)。
プロジェクト全体をコンパイルしてリフレクションを使用することなく、選択したメソッドを実行する最良の方法は何ですか? また、EMMA を使用する必要があります。