开发者

How to find complete list of warnings in eclipse IDE

I'd like to find the places in my project where 'The static method should be ac开发者_如何学运维cessed in a static way' warning raises.

Is there any way of getting the complete list at once ? I did search for a rule set in PMD, but dint find any. So, need help !!!


Click on the small triangle in the upper right corner of the problems view and select "Configure Contents". In that dialog check "Show all items" and uncheck "Use item limits" to show all warnings.


Try the Problems view. It should be at the bottom of the screen when using the Java perspective.


I'm not sure if this would work, but can't you sort the warnings by their actual warning message in the Problems view, so that they'll all end up grouped together? If that doesn't work you could just (temporarily) turn off all the other warnings. Generating a report from UC Detector is another possibility.


Select Markers view, at header of bottom panel for seeing list of warnings or errors

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜