spring tool suite - What does the blue flash icon in the Outline view in Eclipse mean? -


in outline view java source file, have icon next method:

blue flash

edit: when clicking method in outline view, method not focused in editor.

what mean? there's nothing "special" method, here it's signature:

    private void scoreaddress(scoreresult s, scoreposting p, scoreorder o, subcategoryaddress subcategory, precisionaddress precision, double score, int minlength) {     } 

i using spring tool suite 3.7.2 (eclipse luna sr2 4.4.2). had at docs couldn't find icon - maybe comes spring extension.

full image:

enter image description here

it seems spark icon introduced ajdt 1.2 , means method pointcut.

the blue triangle indicates default (package visible) method as per docs

you can find more info here


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -