Here is how my eclipse outline window looks like:
As highlighted with red box, I dont understand why is that private
is shown like that:
- It points correctly to my next method which is indeed
private
. But then it shows onlyprivate
not the methodname
- The icon prefixed to
private
is something new I find. What is that? - There are more methods in my code that follows this particular method. Those methods are not at all listed in the Outline window. Why is that?
Whats wrong is going on with this method which is making Outline window behave in such a way? Is my code culprit?