Unable to see all warnings in inspection despite being in the editor
Answered
Take a look at the following image:
As you can see, in the code editor, the 'public' is highlighted as a warning showing that it should be weakened to package-private. For some reason, this inspection does not show up in the inspection results when analysing the code and the only way to see it is by looking in the code editor itself. This is a bit of a pain considering my project has thousands of files and it is going to be hard to look at every single file individually...
Any ideas?
Please sign in to leave a comment.
Please share a reproducible test case.