将 NetBeans 分析器与 Guice 类结合使用
如何将 NetBeans 6.8 或 6.9 中的探查器(选择“整个应用程序”)与 guice 增强类一起使用?
我正在使用 google guice 2.0(带有 warp persist 2.0-20090214)来处理某些类,并希望分析这些类。但我看不到这些课程的结果。我能看到的唯一结果是一种方法“EnhancedClass.access$000”,这不是很有帮助。其他班级正在上课。
有人知道解决方法吗?或者知道我做错了什么?
How can I use the profiler from NetBeans 6.8 or 6.9 (choosing 'entire application') with guice enhanced classes?
I am using google guice 2.0 (with warp persist 2.0-20090214) for some classes and wanted to profile those classes. But I cannot see a result for those classes. The only result I can see is for one method 'EnhancedClass.access$000' which is not very helpful. Other classes are working.
Does somebody know a workaround? Or know what I am doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
探查器会产生这些丑陋的结果,因为 NetBeans 没有可用的增强类的源代码。因此,您需要避免 Guice 需要首先通过
The profiler produces these ugly results because there is no source code available to NetBeans for the enhanced classes. So you need to avoid that Guice needs to produce these classes in the first place by