1

One of the plugins from my Eclipse RCP project has lots of Access restriction errors on its classes, but those errors are not being listed on Eclipse's Problems view.

Even worse, the classes are not being decorated with the red marker on Package Explorer.

I'm being forced to open each and every file to discover which of them have errors.

Does anyone have any idea why this is happening?

I'm using Eclipse Photon.

This question is about the same problem, but none of its answers worked for me.

Mario Marinato
  • 4,561
  • 3
  • 29
  • 49

1 Answers1

2

Odds are you are either Filtering them out or have exceeded the set Limit for how many the View will show. Both of these are reconfigurable.

http://help.eclipse.org/photon/topic/org.eclipse.platform.doc.user/concepts/cprbview.htm?cp=0_2_4_5

nitind
  • 19,089
  • 4
  • 34
  • 43