Thursday, April 28, 2022

[FIXED] How to find complete list of warnings in eclipse IDE

Issue

I'd like to find the places in my project where 'The static method should be accessed 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 !!!


Solution

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.



Answered By - Daniel
Answer Checked By - Timothy Miller (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.