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:
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:
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
Post a Comment