为什么/IntelliJ 如何在 Netbeans 中导致调试输出? [英] Why/How is IntelliJ causing debug output in Netbeans?

查看:21
本文介绍了为什么/IntelliJ 如何在 Netbeans 中导致调试输出?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

昨天我正在使用 Netbeans 调试 Java 应用程序.(即应用程序运行时附加了调试器)同时我在 Rails 应用程序上使用 IntelliJ.

Yesterday I was debugging a Java application with Netbeans. (i.e. the application was running with the debugger attached) At the same time I was working with IntelliJ on a Rails application.

我注意到 Netbeans 调试输出窗口中有两条奇怪的消息:

I noticed two strange messages in the Netbeans debug output window:

Exception "java.lang.ClassNotFoundException:
com.intellij.codeInsight.editorActions.FoldingTransferableData$FoldingData"
while constructing DataFlavor for: application/x-java-jvm-local-objectref;
class=com.intellij.codeInsight.editorActions.FoldingTransferableData$FoldingData

Exception "java.lang.ClassNotFoundException:
com.intellij.codeInsight.editorActions.ReferenceTransferableData$ReferenceData"
while constructing DataFlavor for: application/x-java-jvm-local-objectref;
class=com.intellij.codeInsight.editorActions.ReferenceTransferableData$ReferenceData

出于好奇:这里发生了什么?

如果重要:我正在使用带有 Ruby 插件的 Netbeans 7.0.1 和 IntelliJ 10.5.2(评估).

If it matters: I'm using Netbeans 7.0.1 and IntelliJ 10.5.2 (Evaluation) with the Ruby plugin.

推荐答案

这不是导致任何输出的 IDEA,而是 Netbeans.Netbeans 正在尝试分析剪贴板的内容,该剪贴板包含 IDEA 放置在那里的序列化 Java 对象.由于 Netbeans 不知道任何 IntelliJ IDEA 类,因此它会打印此错误.

This is not IDEA causing any output but Netbeans. Netbeans is trying to analyze the contents of the clipboard which contains a serialized Java object that has been put there by IDEA. Since Netbeans does not know about any IntelliJ IDEA classes, it prints this error.

这篇关于为什么/IntelliJ 如何在 Netbeans 中导致调试输出?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆