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。
查看 JUnit 插件并创建类似的实现。我相信它几乎可以提供您需要的东西,除了它仅适用于 JUnit 测试这一事实。