eclipse - Enforce type specification on public members of Groovy types -
in groovy, specifying types optional. there advantages specifying them on public class members methods , properties. it's form of documentation , enables ides perform auto-completion, refactor code, find references, , other static analysis tasks more reliably described in groovy coding style article.
is there way enforce policy in eclipse warning appear when public member missing explicit type? along lines of checkstyle or findbugs tool groovy great.
no, there nothing in groovy-eclipse @ moment, interesting idea. can raise enhancement request this:
Comments
Post a Comment