Java Eclipse : 如何查看 Eclipse 编辑器中问题视图下的所有错误项

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9719605/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-16 06:40:22  来源:igfitidea点击:

Eclipse : How to view all items of Errors under Problems View in Eclipse Editor

javaeclipse

提问by Pawan

I had checked out a Project from Our CVS . When i tried to build it in Eclipse by adding some jars , it showed lot of errors under Problems View in Eclipse .

我从 Our CVS 签出了一个项目。当我尝试通过添加一些 jar 在 Eclipse 中构建它时,它在 Eclipse 中的问题视图下显示了很多错误。

It displayed nearly 12,000 errors , but i could see only first 100 of that 12,000 errors . could anybody please how can see the next 100 errors ?

它显示了将近 12,000 个错误,但我只能看到这 12,000 个错误中的前 100 个。任何人都可以请如何查看接下来的 100 个错误?

And i don't know why ,after check out from CVS also , i am getting these errors .

而且我不知道为什么,在从 CVS 签出后,我也收到了这些错误。

Thanks .

谢谢 。

enter image description here

在此处输入图片说明

采纳答案by Kuldeep Jain

On Eclipse Helios click on the triangle pointing down on the Problemsview, select Preferencesthen in the Preference dialog that appear, you can change the Limit visible items per groupto change the value. Or else uncheck Use marker limitscheckbox to allow all items being visible.

在 Eclipse Helios 上单击Problems视图上指向下方的三角形,选择Preferences然后在出现的首选项对话框中,您可以更改Limit visible items per group以更改值。或者取消选中Use marker limits复选框以允许所有项目可见。

enter image description here

在此处输入图片说明

回答by Bela Vizer

there is a triangle pointing down on the problems view, click on it, click configure contents, there will be "Number of items visible per groups:", change it

在问题视图上有一个向下的三角形,点击它,点击配置内容,会有“每组可见的项目数:”,更改它

http://sadpanda.us/images/875726-7ODRIBW.png

http://sadpanda.us/images/875726-7ODRIBW.png

回答by MichaBa

Just click on the arrow down in the Perspective and select Group by None.enter image description here

只需单击 Perspective 中的向下箭头并选择 Group by None。在此处输入图片说明

or

或者

Configure Contents...

配置内容...

enter image description hereenter image description here

在此处输入图片说明在此处输入图片说明

回答by Rob Pridham

The previous answers are all valid, but in Java, there is a further limit configured in the compiler preferences. This is why you may continue to see 100 items.

前面的答案都是有效的,但在 Java 中,在编译器首选项中配置了进一步的限制。这就是您可能会继续看到 100 个项目的原因。

This articledescribes where to find the preference in question.

本文介绍了在哪里可以找到相关的首选项。

回答by UserF40

In Eclipse Oxygen : Click the down triangle on the Markers panel, select Filters... , then untick the Use Limits check box in the pop up and then click OK.

在 Eclipse Oxygen 中:单击 Markers 面板上的向下三角形,选择 Filters... ,然后在弹出窗口中取消选中 Use Limits 复选框,然后单击 OK。

回答by Hiep Pham

How to view all items of Errors under Problems View in Eclipse Editor

如何在 Eclipse 编辑器中的问题视图下查看所有错误项

Change the Fitter setting as following

更改 Fitter 设置如下