What do the icons for methods in Eclipse mean? [duplicate]

Green circle indicates a public method Red square indicates a private method Yellow diamond indicates a protected method Blue triangle indicates default (package visible) method This page gives an overview of all the icons used in Eclipse JDT. This page explains what the different access levels mean in Java terms, in case you aren’t familiar … Read more

tech