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

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

问题描述

昨天我用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

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

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

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.

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

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